-- MySQL dump 10.13  Distrib 5.6.47, for Linux (x86_64)
--
-- Host: localhost    Database: taransbq_wp104
-- ------------------------------------------------------
-- Server version	5.6.47

/*!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 `wpap_commentmeta`
--

DROP TABLE IF EXISTS `wpap_commentmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpap_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=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpap_commentmeta`
--

LOCK TABLES `wpap_commentmeta` WRITE;
/*!40000 ALTER TABLE `wpap_commentmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpap_commentmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpap_comments`
--

DROP TABLE IF EXISTS `wpap_comments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpap_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=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpap_comments`
--

LOCK TABLES `wpap_comments` WRITE;
/*!40000 ALTER TABLE `wpap_comments` DISABLE KEYS */;
INSERT INTO `wpap_comments` VALUES (1,1,'A WordPress Commenter','wapuu@wordpress.example','https://wordpress.org/','','2016-10-08 08:33:14','2016-10-08 08:33:14','Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from <a href=\"https://gravatar.com\">Gravatar</a>.',0,'1','','',0,0),(3,195,'Clint Burns','mail@mail.com','','31.134.141.140','2016-03-31 12:02:21','2016-03-31 12:02:21','Intermandated and expanded enabled harness expertise holisticly maintainable iterate professionally visualize corporate. Benchmark revolutionize myocardinate plug-and-play deliverables optimize scalable seamless core convergence timely proactively interfaces. Base extend backward-compatible B2B pandemic array products incubate technology B2C ROI exploit simplify.',0,'1','','',0,0),(4,202,'Irvin Douglas','mail@mail.com','','31.134.141.140','2016-03-31 12:00:44','2016-03-31 12:00:44','Stand-alone relationships idea-sharing utilize integrated redefine plagiarize diverse worldwide dynamic experiences opportunities e-commerce.\n\nDriven synthesize initiatives client-based energistically prospective assertively excellent through relationships high-quality recaptiualize.',0,'1','','',0,0),(5,208,'Matthew Thomas','mail@mail.com','','31.134.141.140','2016-03-31 10:41:20','2016-03-31 10:41:20','In generate for network schemas progressive core quickly sucking capital mindshare synergistically excellent competencies. 24/365 turnkey expedite services \"organic\" whereas technologies visionary promote market reliable installed.',0,'1','','',0,0),(6,208,'Joanna Butler','mail@mail.com','','31.134.141.140','2016-03-31 10:43:45','2016-03-31 10:43:45','Enhance and seamless cross-media distinctive e-business end-to-end capital competencies niches than value engage.',0,'1','','',0,0),(7,208,'Bernice Bates','mail@mail.com','','31.134.141.140','2016-03-31 10:44:38','2016-03-31 10:44:38','Sure',0,'1','','',5,0);
/*!40000 ALTER TABLE `wpap_comments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpap_layerslider`
--

DROP TABLE IF EXISTS `wpap_layerslider`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpap_layerslider` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `author` int(10) NOT NULL DEFAULT '0',
  `name` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `slug` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `data` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `date_c` int(10) NOT NULL,
  `date_m` int(11) NOT NULL,
  `flag_hidden` tinyint(1) NOT NULL DEFAULT '0',
  `flag_deleted` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpap_layerslider`
--

LOCK TABLES `wpap_layerslider` WRITE;
/*!40000 ALTER TABLE `wpap_layerslider` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpap_layerslider` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpap_links`
--

DROP TABLE IF EXISTS `wpap_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpap_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=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpap_links`
--

LOCK TABLES `wpap_links` WRITE;
/*!40000 ALTER TABLE `wpap_links` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpap_links` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpap_options`
--

DROP TABLE IF EXISTS `wpap_options`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpap_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`),
  KEY `autoload` (`autoload`)
) ENGINE=MyISAM AUTO_INCREMENT=17535 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpap_options`
--

LOCK TABLES `wpap_options` WRITE;
/*!40000 ALTER TABLE `wpap_options` DISABLE KEYS */;
INSERT INTO `wpap_options` VALUES (1,'siteurl','http://www.taranisco.co.za','yes'),(2,'home','http://www.taranisco.co.za','yes'),(3,'blogname','Taranisco Advisory','yes'),(4,'blogdescription','Business Advisory Services','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','gerrit@taranisco.co.za','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','1','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%year%/%monthnum%/%day%/%postname%/','yes'),(29,'rewrite_rules','a:251:{s:25:\"^payment-gateway-ipn/(.+)\";s:55:\"index.php?page_id=-1&payment_gateway_return=$matches[1]\";s:32:\"^tickets-order-confirmation/(.+)\";s:73:\"index.php?pagename=tickets-order-confirmation&tc_order_return=$matches[1]\";s:32:\"^tickets-order-details/(.+)/(.+)\";s:86:\"index.php?pagename=tickets-order-details&tc_order=$matches[1]&tc_order_key=$matches[2]\";s:16:\"^process-payment\";s:41:\"index.php?page_id=-1&page_process_payment\";s:24:\"^tc-api/(.+)/translation\";s:57:\"index.php?tickera=tickera_translation&api_key=$matches[1]\";s:30:\"^tc-api/(.+)/check_credentials\";s:63:\"index.php?tickera=tickera_check_credentials&api_key=$matches[1]\";s:29:\"^tc-api/(.+)/event_essentials\";s:62:\"index.php?tickera=tickera_event_essentials&api_key=$matches[1]\";s:33:\"^tc-api/(.+)/ticket_checkins/(.+)\";s:75:\"index.php?tickera=tickera_checkins&api_key=$matches[1]&checksum=$matches[2]\";s:26:\"^tc-api/(.+)/check_in/(.+)\";s:71:\"index.php?tickera=tickera_scan&api_key=$matches[1]&checksum=$matches[2]\";s:40:\"^tc-api/(.+)/tickets_info/(.+)/(.+)/(.+)\";s:131:\"index.php?tickera=tickera_tickets_info&api_key=$matches[1]&results_per_page=$matches[2]&page_number=$matches[3]&keyword=$matches[4]\";s:35:\"^tc-api/(.+)/tickets_info/(.+)/(.+)\";s:111:\"index.php?tickera=tickera_tickets_info&api_key=$matches[1]&results_per_page=$matches[2]&page_number=$matches[3]\";s:36:\"^tc-api/(.+)/sales_check_credentials\";s:67:\"index.php?tickera_sales=sales_check_credentials&api_key=$matches[1]\";s:47:\"^tc-api/(.+)/sales_stats_general/(.+)/(.+)/(.+)\";s:135:\"index.php?tickera_sales=sales_stats_general&api_key=$matches[1]&period=$matches[2]&results_per_page=$matches[3]&page_number=$matches[4]\";s:50:\"^tc-api/(.+)/sales_stats_event/(.+)/(.+)/(.+)/(.+)\";s:154:\"index.php?tickera_sales=sales_stats_event&api_key=$matches[1]&event_id=$matches[2]&period=$matches[3]&results_per_page=$matches[4]&page_number=$matches[5]\";s:35:\"^tc-api/(.+)/sales_stats_order/(.+)\";s:82:\"index.php?tickera_sales=sales_stats_order&api_key=$matches[1]&order_id=$matches[2]\";s:12:\"tc-events/?$\";s:29:\"index.php?post_type=tc_events\";s:42:\"tc-events/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?post_type=tc_events&feed=$matches[1]\";s:37:\"tc-events/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?post_type=tc_events&feed=$matches[1]\";s:29:\"tc-events/page/([0-9]{1,})/?$\";s:47:\"index.php?post_type=tc_events&paged=$matches[1]\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:37:\"tc-events/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"tc-events/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"tc-events/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"tc-events/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"tc-events/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"tc-events/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"tc-events/([^/]+)/embed/?$\";s:42:\"index.php?tc_events=$matches[1]&embed=true\";s:30:\"tc-events/([^/]+)/trackback/?$\";s:36:\"index.php?tc_events=$matches[1]&tb=1\";s:50:\"tc-events/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?tc_events=$matches[1]&feed=$matches[2]\";s:45:\"tc-events/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?tc_events=$matches[1]&feed=$matches[2]\";s:38:\"tc-events/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?tc_events=$matches[1]&paged=$matches[2]\";s:45:\"tc-events/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?tc_events=$matches[1]&cpage=$matches[2]\";s:34:\"tc-events/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?tc_events=$matches[1]&page=$matches[2]\";s:26:\"tc-events/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"tc-events/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"tc-events/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"tc-events/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"tc-events/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"tc-events/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:36:\"tc_tickets/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"tc_tickets/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"tc_tickets/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"tc_tickets/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"tc_tickets/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"tc_tickets/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:25:\"tc_tickets/(.+?)/embed/?$\";s:43:\"index.php?tc_tickets=$matches[1]&embed=true\";s:29:\"tc_tickets/(.+?)/trackback/?$\";s:37:\"index.php?tc_tickets=$matches[1]&tb=1\";s:37:\"tc_tickets/(.+?)/page/?([0-9]{1,})/?$\";s:50:\"index.php?tc_tickets=$matches[1]&paged=$matches[2]\";s:44:\"tc_tickets/(.+?)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?tc_tickets=$matches[1]&cpage=$matches[2]\";s:33:\"tc_tickets/(.+?)(?:/([0-9]+))?/?$\";s:49:\"index.php?tc_tickets=$matches[1]&page=$matches[2]\";s:39:\"tc_api_keys/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"tc_api_keys/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"tc_api_keys/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"tc_api_keys/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"tc_api_keys/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"tc_api_keys/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:28:\"tc_api_keys/([^/]+)/embed/?$\";s:44:\"index.php?tc_api_keys=$matches[1]&embed=true\";s:32:\"tc_api_keys/([^/]+)/trackback/?$\";s:38:\"index.php?tc_api_keys=$matches[1]&tb=1\";s:40:\"tc_api_keys/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?tc_api_keys=$matches[1]&paged=$matches[2]\";s:47:\"tc_api_keys/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?tc_api_keys=$matches[1]&cpage=$matches[2]\";s:36:\"tc_api_keys/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?tc_api_keys=$matches[1]&page=$matches[2]\";s:28:\"tc_api_keys/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:38:\"tc_api_keys/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:58:\"tc_api_keys/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"tc_api_keys/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"tc_api_keys/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:34:\"tc_api_keys/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:46:\"tc_tickets_instances/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:56:\"tc_tickets_instances/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:76:\"tc_tickets_instances/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:71:\"tc_tickets_instances/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:71:\"tc_tickets_instances/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:52:\"tc_tickets_instances/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"tc_tickets_instances/(.+?)/embed/?$\";s:53:\"index.php?tc_tickets_instances=$matches[1]&embed=true\";s:39:\"tc_tickets_instances/(.+?)/trackback/?$\";s:47:\"index.php?tc_tickets_instances=$matches[1]&tb=1\";s:47:\"tc_tickets_instances/(.+?)/page/?([0-9]{1,})/?$\";s:60:\"index.php?tc_tickets_instances=$matches[1]&paged=$matches[2]\";s:54:\"tc_tickets_instances/(.+?)/comment-page-([0-9]{1,})/?$\";s:60:\"index.php?tc_tickets_instances=$matches[1]&cpage=$matches[2]\";s:43:\"tc_tickets_instances/(.+?)(?:/([0-9]+))?/?$\";s:59:\"index.php?tc_tickets_instances=$matches[1]&page=$matches[2]\";s:40:\"tc_templates/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"tc_templates/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"tc_templates/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"tc_templates/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"tc_templates/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"tc_templates/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"tc_templates/([^/]+)/embed/?$\";s:45:\"index.php?tc_templates=$matches[1]&embed=true\";s:33:\"tc_templates/([^/]+)/trackback/?$\";s:39:\"index.php?tc_templates=$matches[1]&tb=1\";s:41:\"tc_templates/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?tc_templates=$matches[1]&paged=$matches[2]\";s:48:\"tc_templates/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?tc_templates=$matches[1]&cpage=$matches[2]\";s:37:\"tc_templates/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?tc_templates=$matches[1]&page=$matches[2]\";s:29:\"tc_templates/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"tc_templates/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"tc_templates/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"tc_templates/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"tc_templates/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"tc_templates/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:58:\"tc-event-category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?event_category=$matches[1]&feed=$matches[2]\";s:53:\"tc-event-category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?event_category=$matches[1]&feed=$matches[2]\";s:34:\"tc-event-category/([^/]+)/embed/?$\";s:47:\"index.php?event_category=$matches[1]&embed=true\";s:46:\"tc-event-category/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?event_category=$matches[1]&paged=$matches[2]\";s:28:\"tc-event-category/([^/]+)/?$\";s:36:\"index.php?event_category=$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:36:\"speakers/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"speakers/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"speakers/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"speakers/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"speakers/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"speakers/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:25:\"speakers/([^/]+)/embed/?$\";s:43:\"index.php?om-persons=$matches[1]&embed=true\";s:29:\"speakers/([^/]+)/trackback/?$\";s:37:\"index.php?om-persons=$matches[1]&tb=1\";s:37:\"speakers/([^/]+)/page/?([0-9]{1,})/?$\";s:50:\"index.php?om-persons=$matches[1]&paged=$matches[2]\";s:44:\"speakers/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?om-persons=$matches[1]&cpage=$matches[2]\";s:33:\"speakers/([^/]+)(?:/([0-9]+))?/?$\";s:49:\"index.php?om-persons=$matches[1]&page=$matches[2]\";s:25:\"speakers/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:35:\"speakers/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:55:\"speakers/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"speakers/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"speakers/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:31:\"speakers/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:54:\"om-persons-type/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?om-persons-type=$matches[1]&feed=$matches[2]\";s:49:\"om-persons-type/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?om-persons-type=$matches[1]&feed=$matches[2]\";s:30:\"om-persons-type/(.+?)/embed/?$\";s:48:\"index.php?om-persons-type=$matches[1]&embed=true\";s:42:\"om-persons-type/(.+?)/page/?([0-9]{1,})/?$\";s:55:\"index.php?om-persons-type=$matches[1]&paged=$matches[2]\";s:24:\"om-persons-type/(.+?)/?$\";s:37:\"index.php?om-persons-type=$matches[1]\";s:40:\"testimonials/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"testimonials/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"testimonials/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"testimonials/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"testimonials/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"testimonials/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"testimonials/([^/]+)/embed/?$\";s:45:\"index.php?testimonials=$matches[1]&embed=true\";s:33:\"testimonials/([^/]+)/trackback/?$\";s:39:\"index.php?testimonials=$matches[1]&tb=1\";s:41:\"testimonials/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?testimonials=$matches[1]&paged=$matches[2]\";s:48:\"testimonials/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?testimonials=$matches[1]&cpage=$matches[2]\";s:37:\"testimonials/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?testimonials=$matches[1]&page=$matches[2]\";s:29:\"testimonials/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"testimonials/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"testimonials/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"testimonials/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"testimonials/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"testimonials/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:56:\"testimonials-type/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?testimonials-type=$matches[1]&feed=$matches[2]\";s:51:\"testimonials-type/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?testimonials-type=$matches[1]&feed=$matches[2]\";s:32:\"testimonials-type/(.+?)/embed/?$\";s:50:\"index.php?testimonials-type=$matches[1]&embed=true\";s:44:\"testimonials-type/(.+?)/page/?([0-9]{1,})/?$\";s:57:\"index.php?testimonials-type=$matches[1]&paged=$matches[2]\";s:26:\"testimonials-type/(.+?)/?$\";s:39:\"index.php?testimonials-type=$matches[1]\";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:39:\"index.php?&page_id=12&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:64:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:61:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:10:{i:0;s:42:\"tickera-event-ticketing-system/tickera.php\";i:1;s:27:\"LayerSlider/layerslider.php\";i:2;s:36:\"contact-form-7/wp-contact-form-7.php\";i:3;s:27:\"js_composer/js_composer.php\";i:4;s:39:\"olevmedia-persons/olevmedia-persons.php\";i:5;s:49:\"olevmedia-testimonials/olevmedia-testimonials.php\";i:6;s:23:\"revslider/revslider.php\";i:7;s:37:\"tinymce-advanced/tinymce-advanced.php\";i:8;s:46:\"under-construction-page/under-construction.php\";i:9;s:41:\"wordpress-importer/wordpress-importer.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:2:{i:0;s:64:\"/home/taransbq/public_html/wp-content/themes/eventerra/style.css\";i:1;s:0:\"\";}','no'),(40,'template','eventerra','yes'),(41,'stylesheet','eventerra','yes'),(42,'comment_whitelist','1','yes'),(43,'blacklist_keys','','no'),(44,'comment_registration','0','yes'),(45,'html_type','text/html','yes'),(46,'use_trackback','0','yes'),(47,'default_role','subscriber','yes'),(48,'db_version','47018','yes'),(49,'uploads_use_yearmonth_folders','1','yes'),(50,'upload_path','','yes'),(51,'blog_public','1','yes'),(52,'default_link_category','2','yes'),(53,'show_on_front','page','yes'),(54,'tag_base','','yes'),(55,'show_avatars','1','yes'),(56,'avatar_rating','G','yes'),(57,'upload_url_path','','yes'),(58,'thumbnail_size_w','150','yes'),(59,'thumbnail_size_h','150','yes'),(60,'thumbnail_crop','1','yes'),(61,'medium_size_w','300','yes'),(62,'medium_size_h','300','yes'),(63,'avatar_default','mystery','yes'),(64,'large_size_w','1024','yes'),(65,'large_size_h','1024','yes'),(66,'image_default_link_type','none','yes'),(67,'image_default_size','','yes'),(68,'image_default_align','','yes'),(69,'close_comments_for_old_posts','0','yes'),(70,'close_comments_days_old','14','yes'),(71,'thread_comments','1','yes'),(72,'thread_comments_depth','5','yes'),(73,'page_comments','0','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:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:372:\"<img src=\"http://www.taranisco.co.za/wp-content/uploads/2016/04/footer.png\" alt=\"\" style=\"margin-bottom:71px;max-width:230px\" srcset=\"http://www.taranisco.co.za/wp-content/uploads/2016/04/footer.png 1x, http://www.taranisco.co.za/wp-content/uploads/2016/04/footer@2x.png 2x\"/>\r\n\r\n\r\nThe most awaited IT conference of the year\r\nEvent Hall, San Francisco, CA. 18-21 Sep, 2016\";s:6:\"filter\";b:1;}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:2:{s:27:\"LayerSlider/layerslider.php\";s:29:\"layerslider_uninstall_scripts\";s:46:\"under-construction-page/under-construction.php\";a:2:{i:0;s:3:\"UCP\";i:1;s:9:\"uninstall\";}}','no'),(82,'timezone_string','','yes'),(83,'page_for_posts','0','yes'),(84,'page_on_front','12','yes'),(85,'default_post_format','0','yes'),(86,'link_manager_enabled','0','yes'),(87,'finished_splitting_shared_terms','1','yes'),(88,'site_icon','0','yes'),(89,'medium_large_size_w','768','yes'),(90,'medium_large_size_h','0','yes'),(91,'initial_db_version','37965','yes'),(92,'wpap_user_roles','a:6:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:128:{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:17:\"manage_events_cap\";b:1;s:23:\"manage_ticket_types_cap\";b:1;s:25:\"manage_discount_codes_cap\";b:1;s:17:\"manage_orders_cap\";b:1;s:20:\"manage_attendees_cap\";b:1;s:27:\"manage_ticket_templates_cap\";b:1;s:19:\"delete_checkins_cap\";b:1;s:20:\"delete_attendees_cap\";b:1;s:19:\"manage_settings_cap\";b:1;s:15:\"save_ticket_cap\";b:1;s:16:\"add_discount_cap\";b:1;s:17:\"publish_tc_events\";b:1;s:14:\"edit_tc_events\";b:1;s:21:\"edit_others_tc_events\";b:1;s:16:\"delete_tc_events\";b:1;s:23:\"delete_others_tc_events\";b:1;s:22:\"read_private_tc_events\";b:1;s:13:\"edit_tc_event\";b:1;s:15:\"delete_tc_event\";b:1;s:13:\"read_tc_event\";b:1;s:24:\"edit_published_tc_events\";b:1;s:22:\"edit_private_tc_events\";b:1;s:24:\"delete_private_tc_events\";b:1;s:26:\"delete_published_tc_events\";b:1;s:16:\"create_tc_events\";b:1;s:18:\"publish_tc_tickets\";b:1;s:15:\"edit_tc_tickets\";b:1;s:14:\"edit_tc_ticket\";b:1;s:22:\"edit_others_tc_tickets\";b:1;s:17:\"delete_tc_tickets\";b:1;s:24:\"delete_others_tc_tickets\";b:1;s:23:\"read_private_tc_tickets\";b:1;s:16:\"delete_tc_ticket\";b:1;s:14:\"read_tc_ticket\";b:1;s:25:\"edit_published_tc_tickets\";b:1;s:23:\"edit_private_tc_tickets\";b:1;s:25:\"delete_private_tc_tickets\";b:1;s:27:\"delete_published_tc_tickets\";b:1;s:17:\"create_tc_tickets\";b:1;s:24:\"edit_tc_tickets_instance\";b:1;s:24:\"read_tc_tickets_instance\";b:1;s:26:\"delete_tc_tickets_instance\";b:1;s:27:\"create_tc_tickets_instances\";b:1;s:25:\"edit_tc_tickets_instances\";b:1;s:38:\"edit_others_posts_tc_tickets_instances\";b:1;s:28:\"publish_tc_tickets_instances\";b:1;s:33:\"read_private_tc_tickets_instances\";b:1;s:27:\"delete_tc_tickets_instances\";b:1;s:35:\"delete_private_tc_tickets_instances\";b:1;s:37:\"delete_published_tc_tickets_instances\";b:1;s:34:\"delete_others_tc_tickets_instances\";b:1;s:33:\"edit_private_tc_tickets_instances\";b:1;s:35:\"edit_published_tc_tickets_instances\";b:1;s:13:\"edit_tc_order\";b:1;s:13:\"read_tc_order\";b:1;s:15:\"delete_tc_order\";b:1;s:16:\"create_tc_orders\";b:1;s:14:\"edit_tc_orders\";b:1;s:27:\"edit_others_posts_tc_orders\";b:1;s:17:\"publish_tc_orders\";b:1;s:22:\"read_private_tc_orders\";b:1;s:16:\"delete_tc_orders\";b:1;s:24:\"delete_private_tc_orders\";b:1;s:26:\"delete_published_tc_orders\";b:1;s:23:\"delete_others_tc_orders\";b:1;s:22:\"edit_private_tc_orders\";b:1;s:24:\"edit_published_tc_orders\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:5:\"staff\";a:2:{s:4:\"name\";s:5:\"Staff\";s:12:\"capabilities\";a:12:{s:14:\"edit_tc_events\";b:1;s:24:\"edit_tc_tickets_instance\";b:1;s:24:\"read_tc_tickets_instance\";b:1;s:27:\"create_tc_tickets_instances\";b:1;s:25:\"edit_tc_tickets_instances\";b:1;s:38:\"edit_others_posts_tc_tickets_instances\";b:1;s:28:\"publish_tc_tickets_instances\";b:1;s:33:\"read_private_tc_tickets_instances\";b:1;s:33:\"edit_private_tc_tickets_instances\";b:1;s:35:\"edit_published_tc_tickets_instances\";b:1;s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;}}}','yes'),(93,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(94,'widget_recent-posts','a:4:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}i:3;a:3:{s:5:\"title\";s:11:\"Latest News\";s:6:\"number\";i:4;s:9:\"show_date\";b:1;}i:4;a:3:{s:5:\"title\";s:11:\"Latest News\";s:6:\"number\";i:4;s:9:\"show_date\";b:0;}s:12:\"_multiwidget\";i:1;}','yes'),(95,'widget_recent-comments','a:3:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}i:3;a:2:{s:5:\"title\";s:15:\"Recent Comments\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(96,'widget_archives','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(97,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(98,'sidebars_widgets','a:6:{s:19:\"wp_inactive_widgets\";a:1:{i:0;s:6:\"text-1\";}s:9:\"sidebar-1\";a:8:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";i:6;s:14:\"recent-posts-3\";i:7;s:17:\"recent-comments-3\";}s:15:\"footer-column-1\";a:0:{}s:13:\"array_version\";i:3;s:15:\"footer-column-2\";a:0:{}s:15:\"footer-column-3\";a:0:{}}','yes'),(99,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(100,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(101,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(102,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(103,'cron','a:9:{i:1586605994;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:1586610157;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:1586624598;a:1:{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;}}}i:1586637194;a:2:{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:1586662730;a:1:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1586679782;a:1:{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:1586680416;a:1:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1587079059;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}','yes'),(343,'tadv_settings','a:6:{s:7:\"options\";s:15:\"menubar,advlist\";s:9:\"toolbar_1\";s:106:\"formatselect,bold,italic,blockquote,bullist,numlist,alignleft,aligncenter,alignright,link,unlink,undo,redo\";s:9:\"toolbar_2\";s:103:\"fontselect,fontsizeselect,outdent,indent,pastetext,removeformat,charmap,wp_more,forecolor,table,wp_help\";s:9:\"toolbar_3\";s:0:\"\";s:9:\"toolbar_4\";s:0:\"\";s:7:\"plugins\";s:104:\"anchor,code,insertdatetime,nonbreaking,print,searchreplace,table,visualblocks,visualchars,advlist,wptadv\";}','yes'),(344,'tadv_admin_settings','a:1:{s:7:\"options\";a:0:{}}','yes'),(345,'tadv_version','4000','yes'),(352,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(289,'wpcf7','a:3:{s:7:\"version\";s:5:\"4.5.1\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1475916763;s:7:\"version\";s:5:\"4.5.1\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}s:9:\"recaptcha\";a:1:{s:40:\"6LdHHg8UAAAAAJ5OgIwJtVWCkUrfJ9QERU-v1pjU\";s:40:\"6LdHHg8UAAAAAG5XsWCXg3Ndg6OBvyD7YH90ge4i\";}}','yes'),(290,'ls-plugin-version','5.6.10','yes'),(291,'ls-db-version','5.0.0','yes'),(292,'ls-installed','1','yes'),(293,'ls-google-fonts','a:4:{i:0;a:2:{s:5:\"param\";s:28:\"Lato:100,300,regular,700,900\";s:5:\"admin\";b:0;}i:1;a:2:{s:5:\"param\";s:13:\"Open+Sans:300\";s:5:\"admin\";b:0;}i:2;a:2:{s:5:\"param\";s:20:\"Indie+Flower:regular\";s:5:\"admin\";b:0;}i:3;a:2:{s:5:\"param\";s:22:\"Oswald:300,regular,700\";s:5:\"admin\";b:0;}}','yes'),(122,'_transient_twentysixteen_categories','1','yes'),(2496,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2497,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2498,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2877,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1006,'tc_cart_page_id','680','yes'),(1007,'tc_payment_page_id','681','yes'),(1008,'tc_confirmation_page_id','682','yes'),(1009,'tc_order_page_id','683','yes'),(1010,'tc_process_payment_page_id','684','yes'),(1011,'tc_ipn_page_id','685','yes'),(1012,'tc_needs_pages','0','yes'),(522,'revslider-latest-version','6.2.2','yes'),(523,'revslider-stable-version','4.2','yes'),(524,'revslider-notices','a:0:{}','yes'),(525,'revslider-dashboard','a:0:{}','yes'),(139,'theme_mods_twentysixteen','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1475916745;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'),(140,'current_theme','Eventerra','yes'),(141,'theme_mods_eventerra','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:14:\"secondary-menu\";i:0;s:12:\"primary-menu\";i:18;}s:18:\"custom_css_post_id\";i:-1;}','yes'),(142,'theme_switched','','yes'),(143,'widget_eventerra_widget_facebook','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(144,'widget_eventerra_widget_tweets','a:2:{i:1;a:10:{s:5:\"title\";s:19:\"Twitter Hightlights\";s:8:\"username\";s:10:\"fbplatform\";s:9:\"postcount\";s:1:\"2\";s:11:\"follow_text\";s:0:\"\";s:8:\"retweets\";s:0:\"\";s:7:\"replies\";s:0:\"\";s:11:\"consumerkey\";s:25:\"plCJyn76h7vnQ6GAJojBLy2wp\";s:14:\"consumersecret\";s:50:\"iB3CUHl2IvJVSkZwsUXygGD9WpRPaIGT7x7tppcQWICPr1AGmc\";s:11:\"accesstoken\";s:50:\"714848544151191553-3OHG5nUdM1UIgj16vYEil7dpqYWyle1\";s:17:\"accesstokensecret\";s:45:\"gg7QOF7nXBCtKcCUrlZTEV7GpmwPIDwit2hN3JhvEk6tH\";}s:12:\"_multiwidget\";i:1;}','yes'),(145,'widget_eventerra_widget_contacts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(146,'revslider-valid-notice','false','yes'),(147,'eventerra_subfooter_text',' ','yes'),(148,'eventerra_lazyload','true','yes'),(149,'eventerra_no_animation_on_touch','true','yes'),(150,'eventerra_enable_page_out_animation','true','yes'),(151,'eventerra_display_back_to_top','true','yes'),(152,'eventerra_enable_local_scroll','true','yes'),(153,'eventerra_do_not_replace_gallery','false','yes'),(154,'eventerra_site_logo_type','text','yes'),(155,'eventerra_site_logo_text','[color3]Small Business Live[/color3]  [color1]Series[/color1]\r\n','yes'),(156,'eventerra_logo_color_1','#eff1f2','yes'),(157,'eventerra_logo_color_2','#2aabc8','yes'),(158,'eventerra_logo_color_3','#0ebfe7','yes'),(159,'eventerra_logo_font','a:4:{s:4:\"type\";s:6:\"google\";s:8:\"standard\";a:1:{s:6:\"family\";s:5:\"Arial\";}s:6:\"google\";a:2:{s:6:\"family\";s:10:\"Montserrat\";s:11:\"weight_bold\";s:3:\"700\";}s:8:\"external\";a:2:{s:5:\"embed\";s:0:\"\";s:6:\"family\";s:0:\"\";}}','yes'),(160,'eventerra_logo_text_uppercase','true','yes'),(161,'eventerra_logo_text_size','30px','yes'),(162,'eventerra_logo_text_line_height','0.95','yes'),(163,'eventerra_site_logo_image','','yes'),(164,'eventerra_site_logo_image_2x','','yes'),(165,'eventerra_event_utc','+0200','yes'),(166,'eventerra_header_location','','yes'),(167,'eventerra_countdown_date','','yes'),(168,'eventerra_countdown_hide_seconds','true','yes'),(169,'eventerra_responsive','true','yes'),(170,'eventerra_footer_layout','1v3-1v3-1v3','yes'),(171,'eventerra_show_dropdown_symbol','true','yes'),(172,'eventerra_menu_highlight_active','true','yes'),(173,'eventerra_menu_root_bold','true','yes'),(174,'eventerra_menu_uppercase','true','yes'),(175,'eventerra_menu_megamenu_active','true','yes'),(176,'eventerra_menu_extra_button','true','yes'),(177,'eventerra_menu_extra_button_title','Register Now! ','yes'),(178,'eventerra_menu_extra_button_link','http://www.taranisco.co.za/registration/','yes'),(179,'eventerra_menu_extra_button_target','_self','yes'),(180,'eventerra_menu_extra_button_color','accent-1','yes'),(181,'eventerra_menu_extra_dropdown_button','true','yes'),(182,'eventerra_menu_extra_dropdown_button_title','Downloads','yes'),(183,'eventerra_menu_extra_dropdown_button_color','accent-2','yes'),(184,'eventerra_use_inline_css','false','yes'),(185,'eventerra_styling_presets','a:6:{s:19:\"Prussian Blue Theme\";a:29:{s:22:\"eventerra_logo_color_1\";s:7:\"#eff1f2\";s:22:\"eventerra_logo_color_2\";s:7:\"#2aabc8\";s:22:\"eventerra_logo_color_3\";s:7:\"#0ebfe7\";s:25:\"eventerra_background_mode\";s:6:\"preset\";s:27:\"eventerra_background_preset\";s:8:\"preset-1\";s:26:\"eventerra_background_color\";s:7:\"#1e73be\";s:24:\"eventerra_background_img\";s:81:\"http://demo.olevmedia.com/eventerra.beta/wp-content/uploads/2016/01/person-17.jpg\";s:24:\"eventerra_background_pos\";s:18:\"no_repeat_left_top\";s:27:\"eventerra_background_attach\";s:5:\"fixed\";s:28:\"eventerra_background_overlay\";s:8:\"gradient\";s:34:\"eventerra_background_overlay_color\";s:20:\"rgba(238,238,34,0.5)\";s:35:\"eventerra_background_overlay_color2\";s:20:\"rgba(130,36,227,0.5)\";s:23:\"eventerra_accent_color1\";s:7:\"#e94f49\";s:23:\"eventerra_accent_color2\";s:7:\"#17a571\";s:23:\"eventerra_accent_color3\";s:7:\"#188fbb\";s:27:\"eventerra_header_text_color\";s:7:\"#dbdbdb\";s:26:\"eventerra_menu_items_color\";s:7:\"#dee4e8\";s:32:\"eventerra_menu_items_color_hover\";s:7:\"#ffffff\";s:30:\"eventerra_menu_sub_items_color\";s:7:\"#0c3b61\";s:36:\"eventerra_menu_sub_items_color_hover\";s:7:\"#518fbc\";s:33:\"eventerra_menu_sub_items_bg_color\";s:7:\"#ffffff\";s:39:\"eventerra_background_main_content_color\";s:7:\"#ffffff\";s:25:\"eventerra_main_text_color\";s:7:\"#494949\";s:25:\"eventerra_side_text_color\";s:7:\"#c6c6c6\";s:33:\"eventerra_background_footer_color\";s:7:\"#f3f3f3\";s:29:\"eventerra_footer_titles_color\";s:7:\"#b5b5b5\";s:32:\"eventerra_footer_main_text_color\";s:7:\"#898989\";s:32:\"eventerra_footer_side_text_color\";s:7:\"#c1c1c1\";s:31:\"eventerra_sub_footer_text_color\";s:21:\"rgba(255,255,255,0.7)\";}s:12:\"Crusoe Theme\";a:29:{s:22:\"eventerra_logo_color_1\";s:7:\"#f9fdfa\";s:22:\"eventerra_logo_color_2\";s:7:\"#86d9a4\";s:22:\"eventerra_logo_color_3\";s:7:\"#b7f3cc\";s:25:\"eventerra_background_mode\";s:6:\"preset\";s:27:\"eventerra_background_preset\";s:8:\"preset-2\";s:26:\"eventerra_background_color\";s:7:\"#1e73be\";s:24:\"eventerra_background_img\";s:81:\"http://demo.olevmedia.com/eventerra.beta/wp-content/uploads/2016/01/person-17.jpg\";s:24:\"eventerra_background_pos\";s:18:\"no_repeat_left_top\";s:27:\"eventerra_background_attach\";s:5:\"fixed\";s:28:\"eventerra_background_overlay\";s:8:\"gradient\";s:34:\"eventerra_background_overlay_color\";s:20:\"rgba(238,238,34,0.5)\";s:35:\"eventerra_background_overlay_color2\";s:20:\"rgba(130,36,227,0.5)\";s:23:\"eventerra_accent_color1\";s:7:\"#e59534\";s:23:\"eventerra_accent_color2\";s:7:\"#2f9961\";s:23:\"eventerra_accent_color3\";s:7:\"#82777a\";s:27:\"eventerra_header_text_color\";s:7:\"#dbdbdb\";s:26:\"eventerra_menu_items_color\";s:7:\"#e5f0ea\";s:32:\"eventerra_menu_items_color_hover\";s:7:\"#ffffff\";s:30:\"eventerra_menu_sub_items_color\";s:7:\"#184830\";s:36:\"eventerra_menu_sub_items_color_hover\";s:7:\"#269960\";s:33:\"eventerra_menu_sub_items_bg_color\";s:7:\"#ffffff\";s:39:\"eventerra_background_main_content_color\";s:7:\"#ffffff\";s:25:\"eventerra_main_text_color\";s:7:\"#494949\";s:25:\"eventerra_side_text_color\";s:7:\"#c6c6c6\";s:33:\"eventerra_background_footer_color\";s:7:\"#f3f3f3\";s:29:\"eventerra_footer_titles_color\";s:7:\"#b5b5b5\";s:32:\"eventerra_footer_main_text_color\";s:7:\"#898989\";s:32:\"eventerra_footer_side_text_color\";s:7:\"#c1c1c1\";s:31:\"eventerra_sub_footer_text_color\";s:21:\"rgba(255,255,255,0.7)\";}s:13:\"Windsor Theme\";a:29:{s:22:\"eventerra_logo_color_1\";s:7:\"#fcfaff\";s:22:\"eventerra_logo_color_2\";s:7:\"#bfaae5\";s:22:\"eventerra_logo_color_3\";s:7:\"#e2d8f3\";s:25:\"eventerra_background_mode\";s:6:\"preset\";s:27:\"eventerra_background_preset\";s:8:\"preset-3\";s:26:\"eventerra_background_color\";s:7:\"#1e73be\";s:24:\"eventerra_background_img\";s:81:\"http://demo.olevmedia.com/eventerra.beta/wp-content/uploads/2016/01/person-17.jpg\";s:24:\"eventerra_background_pos\";s:18:\"no_repeat_left_top\";s:27:\"eventerra_background_attach\";s:5:\"fixed\";s:28:\"eventerra_background_overlay\";s:8:\"gradient\";s:34:\"eventerra_background_overlay_color\";s:20:\"rgba(238,238,34,0.5)\";s:35:\"eventerra_background_overlay_color2\";s:20:\"rgba(130,36,227,0.5)\";s:23:\"eventerra_accent_color1\";s:7:\"#e52a6f\";s:23:\"eventerra_accent_color2\";s:7:\"#801468\";s:23:\"eventerra_accent_color3\";s:7:\"#675682\";s:27:\"eventerra_header_text_color\";s:7:\"#dbdbdb\";s:26:\"eventerra_menu_items_color\";s:7:\"#e2dbee\";s:32:\"eventerra_menu_items_color_hover\";s:7:\"#ffffff\";s:30:\"eventerra_menu_sub_items_color\";s:7:\"#32185f\";s:36:\"eventerra_menu_sub_items_color_hover\";s:7:\"#9368de\";s:33:\"eventerra_menu_sub_items_bg_color\";s:7:\"#ffffff\";s:39:\"eventerra_background_main_content_color\";s:7:\"#ffffff\";s:25:\"eventerra_main_text_color\";s:7:\"#494949\";s:25:\"eventerra_side_text_color\";s:7:\"#c6c6c6\";s:33:\"eventerra_background_footer_color\";s:7:\"#f3f3f3\";s:29:\"eventerra_footer_titles_color\";s:7:\"#b5b5b5\";s:32:\"eventerra_footer_main_text_color\";s:7:\"#898989\";s:32:\"eventerra_footer_side_text_color\";s:7:\"#c1c1c1\";s:31:\"eventerra_sub_footer_text_color\";s:21:\"rgba(255,255,255,0.7)\";}s:16:\"Jacko Bean Theme\";a:29:{s:22:\"eventerra_logo_color_1\";s:7:\"#f8f5ef\";s:22:\"eventerra_logo_color_2\";s:7:\"#e7cea5\";s:22:\"eventerra_logo_color_3\";s:7:\"#ebe2d3\";s:25:\"eventerra_background_mode\";s:6:\"preset\";s:27:\"eventerra_background_preset\";s:8:\"preset-4\";s:26:\"eventerra_background_color\";s:7:\"#1e73be\";s:24:\"eventerra_background_img\";s:81:\"http://demo.olevmedia.com/eventerra.beta/wp-content/uploads/2016/01/person-17.jpg\";s:24:\"eventerra_background_pos\";s:18:\"no_repeat_left_top\";s:27:\"eventerra_background_attach\";s:5:\"fixed\";s:28:\"eventerra_background_overlay\";s:8:\"gradient\";s:34:\"eventerra_background_overlay_color\";s:20:\"rgba(238,238,34,0.5)\";s:35:\"eventerra_background_overlay_color2\";s:20:\"rgba(130,36,227,0.5)\";s:23:\"eventerra_accent_color1\";s:7:\"#ec9700\";s:23:\"eventerra_accent_color2\";s:7:\"#945d60\";s:23:\"eventerra_accent_color3\";s:7:\"#9e8c8a\";s:27:\"eventerra_header_text_color\";s:7:\"#dbdbdb\";s:26:\"eventerra_menu_items_color\";s:7:\"#f4eee5\";s:32:\"eventerra_menu_items_color_hover\";s:7:\"#ffffff\";s:30:\"eventerra_menu_sub_items_color\";s:7:\"#4a4132\";s:36:\"eventerra_menu_sub_items_color_hover\";s:7:\"#a6906b\";s:33:\"eventerra_menu_sub_items_bg_color\";s:7:\"#ffffff\";s:39:\"eventerra_background_main_content_color\";s:7:\"#ffffff\";s:25:\"eventerra_main_text_color\";s:7:\"#494949\";s:25:\"eventerra_side_text_color\";s:7:\"#c6c6c6\";s:33:\"eventerra_background_footer_color\";s:7:\"#f3f3f3\";s:29:\"eventerra_footer_titles_color\";s:7:\"#b5b5b5\";s:32:\"eventerra_footer_main_text_color\";s:7:\"#898989\";s:32:\"eventerra_footer_side_text_color\";s:7:\"#c1c1c1\";s:31:\"eventerra_sub_footer_text_color\";s:21:\"rgba(255,255,255,0.7)\";}s:15:\"Dark Gray Theme\";a:29:{s:22:\"eventerra_logo_color_1\";s:7:\"#f4f4f4\";s:22:\"eventerra_logo_color_2\";s:7:\"#cccccc\";s:22:\"eventerra_logo_color_3\";s:7:\"#e8e8e8\";s:25:\"eventerra_background_mode\";s:6:\"preset\";s:27:\"eventerra_background_preset\";s:8:\"preset-5\";s:26:\"eventerra_background_color\";s:7:\"#1e73be\";s:24:\"eventerra_background_img\";s:81:\"http://demo.olevmedia.com/eventerra.beta/wp-content/uploads/2016/01/person-17.jpg\";s:24:\"eventerra_background_pos\";s:18:\"no_repeat_left_top\";s:27:\"eventerra_background_attach\";s:5:\"fixed\";s:28:\"eventerra_background_overlay\";s:8:\"gradient\";s:34:\"eventerra_background_overlay_color\";s:20:\"rgba(238,238,34,0.5)\";s:35:\"eventerra_background_overlay_color2\";s:20:\"rgba(130,36,227,0.5)\";s:23:\"eventerra_accent_color1\";s:7:\"#f2504c\";s:23:\"eventerra_accent_color2\";s:7:\"#0aa66d\";s:23:\"eventerra_accent_color3\";s:7:\"#f0bb0f\";s:27:\"eventerra_header_text_color\";s:7:\"#dbdbdb\";s:26:\"eventerra_menu_items_color\";s:7:\"#e7e7e7\";s:32:\"eventerra_menu_items_color_hover\";s:7:\"#ffffff\";s:30:\"eventerra_menu_sub_items_color\";s:7:\"#434343\";s:36:\"eventerra_menu_sub_items_color_hover\";s:7:\"#9a9a9a\";s:33:\"eventerra_menu_sub_items_bg_color\";s:7:\"#ffffff\";s:39:\"eventerra_background_main_content_color\";s:7:\"#ffffff\";s:25:\"eventerra_main_text_color\";s:7:\"#494949\";s:25:\"eventerra_side_text_color\";s:7:\"#c6c6c6\";s:33:\"eventerra_background_footer_color\";s:7:\"#f3f3f3\";s:29:\"eventerra_footer_titles_color\";s:7:\"#b5b5b5\";s:32:\"eventerra_footer_main_text_color\";s:7:\"#898989\";s:32:\"eventerra_footer_side_text_color\";s:7:\"#c1c1c1\";s:31:\"eventerra_sub_footer_text_color\";s:21:\"rgba(255,255,255,0.7)\";}s:12:\"Maroon Theme\";a:29:{s:22:\"eventerra_logo_color_1\";s:7:\"#fcf7f6\";s:22:\"eventerra_logo_color_2\";s:7:\"#eed0c0\";s:22:\"eventerra_logo_color_3\";s:7:\"#f3e7e1\";s:25:\"eventerra_background_mode\";s:6:\"preset\";s:27:\"eventerra_background_preset\";s:8:\"preset-6\";s:26:\"eventerra_background_color\";s:7:\"#1e73be\";s:24:\"eventerra_background_img\";s:81:\"http://demo.olevmedia.com/eventerra.beta/wp-content/uploads/2016/01/person-17.jpg\";s:24:\"eventerra_background_pos\";s:18:\"no_repeat_left_top\";s:27:\"eventerra_background_attach\";s:5:\"fixed\";s:28:\"eventerra_background_overlay\";s:8:\"gradient\";s:34:\"eventerra_background_overlay_color\";s:20:\"rgba(238,238,34,0.5)\";s:35:\"eventerra_background_overlay_color2\";s:20:\"rgba(130,36,227,0.5)\";s:23:\"eventerra_accent_color1\";s:7:\"#ee6a00\";s:23:\"eventerra_accent_color2\";s:7:\"#8a6541\";s:23:\"eventerra_accent_color3\";s:7:\"#6d2523\";s:27:\"eventerra_header_text_color\";s:7:\"#dbdbdb\";s:26:\"eventerra_menu_items_color\";s:7:\"#f5eae4\";s:32:\"eventerra_menu_items_color_hover\";s:7:\"#ffffff\";s:30:\"eventerra_menu_sub_items_color\";s:7:\"#290200\";s:36:\"eventerra_menu_sub_items_color_hover\";s:7:\"#8a3527\";s:33:\"eventerra_menu_sub_items_bg_color\";s:7:\"#ffffff\";s:39:\"eventerra_background_main_content_color\";s:7:\"#ffffff\";s:25:\"eventerra_main_text_color\";s:7:\"#494949\";s:25:\"eventerra_side_text_color\";s:7:\"#c6c6c6\";s:33:\"eventerra_background_footer_color\";s:7:\"#f3f3f3\";s:29:\"eventerra_footer_titles_color\";s:7:\"#b5b5b5\";s:32:\"eventerra_footer_main_text_color\";s:7:\"#898989\";s:32:\"eventerra_footer_side_text_color\";s:7:\"#c1c1c1\";s:31:\"eventerra_sub_footer_text_color\";s:21:\"rgba(255,255,255,0.7)\";}}','yes'),(186,'eventerra_background_mode','preset','yes'),(187,'eventerra_background_preset','preset-3','yes'),(188,'eventerra_background_color','#f2f2f2','yes'),(189,'eventerra_background_img','','yes'),(190,'eventerra_background_pos','repeat','yes'),(191,'eventerra_background_attach','scroll','yes'),(192,'eventerra_background_overlay','none','yes'),(193,'eventerra_background_overlay_color','rgba(0,0,0,0.5)','yes'),(194,'eventerra_background_overlay_color2','rgba(0,0,0,0.5)','yes'),(195,'eventerra_accent_color1','#e94f49','yes'),(196,'eventerra_accent_color2','#17a571','yes'),(197,'eventerra_accent_color3','#188fbb','yes'),(198,'eventerra_header_text_color','#dbdbdb','yes'),(199,'eventerra_menu_items_color','#dee4e8','yes'),(200,'eventerra_menu_items_color_hover','#ffffff','yes'),(201,'eventerra_menu_sub_items_color','#0c3b61','yes'),(202,'eventerra_menu_sub_items_color_hover','#518fbc','yes'),(203,'eventerra_menu_sub_items_bg_color','#ffffff','yes'),(204,'eventerra_background_main_content_color','#ffffff','yes'),(205,'eventerra_main_text_color','#494949','yes'),(206,'eventerra_side_text_color','#c6c6c6','yes'),(207,'eventerra_background_footer_color','#f3f3f3','yes'),(208,'eventerra_footer_titles_color','#b5b5b5','yes'),(209,'eventerra_footer_main_text_color','#898989','yes'),(210,'eventerra_footer_side_text_color','#c1c1c1','yes'),(211,'eventerra_sub_footer_text_color','rgba(255,255,255,0.7)','yes'),(212,'eventerra_base_font','a:4:{s:4:\"type\";s:6:\"google\";s:8:\"standard\";a:1:{s:6:\"family\";s:5:\"Arial\";}s:6:\"google\";a:3:{s:6:\"family\";s:9:\"Open Sans\";s:13:\"weight_normal\";s:3:\"400\";s:11:\"weight_bold\";s:3:\"700\";}s:8:\"external\";a:2:{s:5:\"embed\";s:0:\"\";s:6:\"family\";s:0:\"\";}}','yes'),(213,'eventerra_sec_font','a:4:{s:4:\"type\";s:6:\"google\";s:8:\"standard\";a:1:{s:6:\"family\";s:5:\"Arial\";}s:6:\"google\";a:3:{s:6:\"family\";s:10:\"Montserrat\";s:13:\"weight_normal\";s:3:\"400\";s:11:\"weight_bold\";s:3:\"700\";}s:8:\"external\";a:2:{s:5:\"embed\";s:0:\"\";s:6:\"family\";s:0:\"\";}}','yes'),(214,'eventerra_menu_font','a:4:{s:4:\"type\";s:6:\"google\";s:8:\"standard\";a:1:{s:6:\"family\";s:5:\"Arial\";}s:6:\"google\";a:3:{s:6:\"family\";s:7:\"Raleway\";s:13:\"weight_normal\";s:3:\"500\";s:11:\"weight_bold\";s:3:\"700\";}s:8:\"external\";a:2:{s:5:\"embed\";s:0:\"\";s:6:\"family\";s:0:\"\";}}','yes'),(215,'eventerra_buttons_font','a:4:{s:4:\"type\";s:6:\"google\";s:8:\"standard\";a:1:{s:6:\"family\";s:5:\"Arial\";}s:6:\"google\";a:3:{s:6:\"family\";s:7:\"Raleway\";s:13:\"weight_normal\";s:3:\"400\";s:11:\"weight_bold\";s:3:\"700\";}s:8:\"external\";a:2:{s:5:\"embed\";s:0:\"\";s:6:\"family\";s:0:\"\";}}','yes'),(216,'eventerra_testimonials_font','a:4:{s:4:\"type\";s:6:\"google\";s:8:\"standard\";a:1:{s:6:\"family\";s:5:\"Arial\";}s:6:\"google\";a:2:{s:6:\"family\";s:11:\"Roboto Slab\";s:13:\"weight_normal\";s:3:\"300\";}s:8:\"external\";a:2:{s:5:\"embed\";s:0:\"\";s:6:\"family\";s:0:\"\";}}','yes'),(217,'eventerra_font_scale','100','yes'),(218,'eventerra_line_height','1.60','yes'),(219,'eventerra_hide_comments_page','false','yes'),(220,'eventerra_hide_comments_post','false','yes'),(221,'eventerra_fb_comments_admin_id','','yes'),(222,'eventerra_fb_comments_app_id','','yes'),(223,'eventerra_fb_comments_count','2','yes'),(224,'eventerra_fb_comments_color','','yes'),(225,'eventerra_fb_comments_page','false','yes'),(226,'eventerra_fb_comments_post','false','yes'),(227,'eventerra_fb_comments_position','','yes'),(228,'eventerra_page_title_uppercase','true','yes'),(229,'eventerra_default_page_title','standard','yes'),(230,'eventerra_default_title_align','','yes'),(231,'eventerra_blog_date_format','m/d|Y','yes'),(232,'eventerra_blog_excerpt_mode','more','yes'),(233,'eventerra_blog_excerpt_length','30','yes'),(234,'eventerra_post_hide_author','true','yes'),(235,'eventerra_post_hide_categories','false','yes'),(236,'eventerra_post_hide_tags','false','yes'),(237,'eventerra_post_hide_date','false','yes'),(238,'eventerra_post_hide_comments','false','yes'),(239,'eventerra_post_single_show_thumb','true','yes'),(240,'eventerra_show_prev_next_post','false','yes'),(241,'eventerra_blog_pagination','','yes'),(242,'eventerra_archive_category_page_settings','187','yes'),(243,'eventerra_front_page_settings','0','yes'),(244,'eventerra_prettyphoto_lightbox','enabled','yes'),(245,'eventerra_prettyphoto_show_title','true','yes'),(246,'eventerra_prettyphoto_social_tools','false','yes'),(247,'eventerra_prettyphoto_overlay_gallery','false','yes'),(248,'eventerra_show_breadcrumbs','false','yes'),(249,'eventerra_breadcrumbs_caption','','yes'),(250,'eventerra_breadcrumbs_show_current','false','yes'),(251,'eventerra_sidebar_position','right','yes'),(252,'eventerra_sidebar_sliding','true','yes'),(253,'eventerra_social_icons_header','true','yes'),(254,'eventerra_social_icons_footer','true','yes'),(255,'eventerra_social_behance','','yes'),(256,'eventerra_social_delicious','','yes'),(257,'eventerra_social_deviantart','','yes'),(258,'eventerra_social_digg','','yes'),(259,'eventerra_social_dribbble','','yes'),(260,'eventerra_social_facebook','','yes'),(261,'eventerra_social_flickr','','yes'),(262,'eventerra_social_foursquare','','yes'),(263,'eventerra_social_github','','yes'),(264,'eventerra_social_google-plus','','yes'),(265,'eventerra_social_instagram','','yes'),(266,'eventerra_social_lastfm','','yes'),(267,'eventerra_social_linkedin','','yes'),(268,'eventerra_social_openid','','yes'),(269,'eventerra_social_pinterest','','yes'),(270,'eventerra_social_skype','','yes'),(271,'eventerra_social_soundcloud','','yes'),(272,'eventerra_social_spotify','','yes'),(273,'eventerra_social_tumblr','','yes'),(274,'eventerra_social_twitter','','yes'),(275,'eventerra_social_vimeo','','yes'),(276,'eventerra_social_vine','','yes'),(277,'eventerra_social_vk','','yes'),(278,'eventerra_social_wordpress','','yes'),(279,'eventerra_social_xing','','yes'),(280,'eventerra_social_yahoo','','yes'),(281,'eventerra_social_youtube','','yes'),(282,'eventerra_envato_username','','yes'),(283,'eventerra_envato_api','','yes'),(284,'eventerra_code_custom_css','','yes'),(285,'eventerra_style-custom-salt','11288','yes'),(286,'eventerra_style-custom-file-version','1.1.0','yes'),(294,'ls-date-installed','1475916764','yes'),(317,'eventerra_import_process_data_reg','','yes'),(296,'revslider-update-check-short','1586470938','yes'),(297,'revslider-templates-check','1586470939','yes'),(302,'revslider_checktables','1','yes'),(303,'revslider_table_version','1.0.6','yes'),(304,'revslider-global-settings','a:0:{}','yes'),(305,'layerslider_update_info','O:8:\"stdClass\":2:{s:15:\"_latest_version\";s:5:\"6.0.5\";s:7:\"checked\";i:1586603190;}','yes'),(307,'tc_settings','a:1:{s:8:\"gateways\";a:1:{s:10:\"currencies\";a:87:{s:3:\"AED\";s:33:\"AED - United Arab Emirates Dirham\";s:3:\"ARS\";s:20:\"ARS - Argentina Peso\";s:3:\"AUD\";s:23:\"AUD - Australian Dollar\";s:3:\"BRL\";s:20:\"BRL - Brazilian Real\";s:3:\"CAD\";s:21:\"CAD - Canadian Dollar\";s:3:\"CHF\";s:23:\"CHF - Switzerland Franc\";s:3:\"DKK\";s:18:\"DKK - Danish Krone\";s:3:\"EUR\";s:10:\"EUR - Euro\";s:3:\"GBP\";s:19:\"GBP - British Pound\";s:3:\"HKD\";s:22:\"HKD - Hong Kong Dollar\";s:3:\"INR\";s:18:\"INR - Indian Rupee\";s:3:\"ILS\";s:24:\"ILS - Israeli New Shekel\";s:3:\"LTL\";s:22:\"LTL - Lithuanian Litas\";s:3:\"JPY\";s:18:\"JPY - Japanese Yen\";s:3:\"MYR\";s:23:\"MYR - Malaysian Ringgit\";s:3:\"MXN\";s:18:\"MXN - Mexican Peso\";s:3:\"NOK\";s:21:\"NOK - Norwegian Krone\";s:3:\"NZD\";s:24:\"NZD - New Zealand Dollar\";s:3:\"PHP\";s:21:\"PHP - Philippine Peso\";s:3:\"RON\";s:22:\"RON - Romanian New Leu\";s:3:\"RUB\";s:19:\"RUB - Russian Ruble\";s:3:\"SEK\";s:19:\"SEK - Swedish Krona\";s:3:\"SGD\";s:22:\"SGD - Singapore Dollar\";s:3:\"TRY\";s:18:\"TRY - Turkish Lira\";s:3:\"USD\";s:17:\"USD - U.S. Dollar\";s:3:\"ZAR\";s:24:\"ZAR - South African Rand\";s:3:\"AFN\";s:20:\"AFN - Afghan Afghani\";s:3:\"ALL\";s:18:\"ALL - Albanian Lek\";s:3:\"AZN\";s:26:\"AZN - Azerbaijani an Manat\";s:3:\"BSD\";s:21:\"BSD - Bahamian Dollar\";s:3:\"BDT\";s:22:\"BDT - Bangladeshi Taka\";s:3:\"BBD\";s:21:\"BBD - Barbados Dollar\";s:3:\"BZD\";s:21:\"BZD - Belizean dollar\";s:3:\"BMD\";s:22:\"BMD - Bermudian Dollar\";s:3:\"BOB\";s:24:\"BOB - Bolivian Boliviano\";s:3:\"BWP\";s:19:\"BWP - Botswana Pula\";s:3:\"BND\";s:19:\"BND - Brunei Dollar\";s:3:\"BGN\";s:19:\"BGN - Bulgarian Lev\";s:3:\"CLP\";s:18:\"CLP - Chilean Peso\";s:3:\"CNY\";s:27:\"CNY - Chinese Yuan Renminbi\";s:3:\"COP\";s:20:\"COP - Colombian Peso\";s:3:\"CRC\";s:23:\"CRC - Costa Rican Colon\";s:3:\"HRK\";s:19:\"HRK - Croatian Kuna\";s:3:\"CZK\";s:27:\"CZK - Czech Republic Koruna\";s:3:\"DOP\";s:20:\"DOP - Dominican Peso\";s:3:\"XCD\";s:27:\"XCD - East Caribbean Dollar\";s:3:\"EGP\";s:20:\"EGP - Egyptian Pound\";s:3:\"FJD\";s:17:\"FJD - Fiji Dollar\";s:3:\"GTQ\";s:23:\"GTQ - Guatemala Quetzal\";s:3:\"HNL\";s:22:\"HNL - Honduras Lempira\";s:3:\"HUF\";s:22:\"HUF - Hungarian Forint\";s:3:\"IDR\";s:23:\"IDR - Indonesian Rupiah\";s:3:\"JMD\";s:21:\"JMD - Jamaican Dollar\";s:3:\"KZT\";s:22:\"KZT - Kazakhstan Tenge\";s:3:\"KES\";s:21:\"KES - Kenyan Shilling\";s:3:\"LAK\";s:17:\"LAK - Laosian kip\";s:3:\"MMK\";s:18:\"MMK - Myanmar Kyat\";s:3:\"LBP\";s:20:\"LBP - Lebanese Pound\";s:3:\"LRD\";s:21:\"LRD - Liberian Dollar\";s:3:\"MOP\";s:21:\"MOP - Macanese Pataca\";s:3:\"MVR\";s:24:\"MVR - Maldiveres Rufiyaa\";s:3:\"MRO\";s:25:\"MRO - Mauritanian Ouguiya\";s:3:\"MUR\";s:21:\"MUR - Mauritius Rupee\";s:3:\"MAD\";s:21:\"MAD - Moroccan Dirham\";s:3:\"NPR\";s:20:\"NPR - Nepalese Rupee\";s:3:\"TWD\";s:23:\"TWD - New Taiwan Dollar\";s:3:\"NIO\";s:24:\"NIO - Nicaraguan Cordoba\";s:3:\"PKR\";s:20:\"PKR - Pakistan Rupee\";s:3:\"PGK\";s:21:\"PGK - New Guinea kina\";s:3:\"PEN\";s:20:\"PEN - Peru Nuevo Sol\";s:3:\"PLN\";s:18:\"PLN - Poland Zloty\";s:3:\"QAR\";s:17:\"QAR - Qatari Rial\";s:3:\"WST\";s:17:\"WST - Samoan Tala\";s:3:\"SAR\";s:25:\"SAR - Saudi Arabian riyal\";s:3:\"SCR\";s:22:\"SCR - Seychelles Rupee\";s:3:\"SBD\";s:28:\"SBD - Solomon Islands Dollar\";s:3:\"KRW\";s:22:\"KRW - South Korean Won\";s:3:\"LKR\";s:21:\"LKR - Sri Lanka Rupee\";s:3:\"SYP\";s:32:\"SYP - Syrian Arab Republic Pound\";s:3:\"THB\";s:19:\"THB - Thailand Baht\";s:3:\"TOP\";s:24:\"TOP - Tonga Pa&#x27;anga\";s:3:\"TTD\";s:32:\"TTD - Trinidad and Tobago Dollar\";s:3:\"UAH\";s:21:\"UAH - Ukraine Hryvnia\";s:3:\"VUV\";s:18:\"VUV - Vanuatu Vatu\";s:3:\"VND\";s:18:\"VND - Vietnam Dong\";s:3:\"XOF\";s:34:\"XOF - West African CFA Franc BCEAO\";s:3:\"YER\";s:17:\"YER - Yemeni Rial\";}}}','yes'),(308,'revslider_update_version','5.2.5.5','yes'),(309,'tc_version','3.2.5.3','yes'),(310,'widget_tc_cart_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(311,'widget_tc_upcoming_events_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(312,'widget_layerslider_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(313,'widget_rev-slider-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(314,'widget_eventerra_widget_testimonials','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(315,'vc_version','4.12','yes'),(326,'eventerra_other_speakers_hide','false','yes'),(322,'eventerra_menu_extra_dropdown_none','','yes'),(323,'eventerra_disable_wpb_addons','false','yes'),(325,'_aq_resizer_generated_files','a:17:{s:20:\"2016/03/person-3.jpg\";a:2:{s:28:\"2016/03/person-3-292x292.jpg\";i:1;s:28:\"2016/03/person-3-728x728.jpg\";i:1;}s:21:\"2016/03/person-17.jpg\";a:2:{s:29:\"2016/03/person-17-292x292.jpg\";i:1;s:29:\"2016/03/person-17-728x728.jpg\";i:1;}s:21:\"2016/03/person-11.jpg\";a:3:{s:29:\"2016/03/person-11-292x292.jpg\";i:1;s:29:\"2016/03/person-11-728x728.jpg\";i:1;s:29:\"2016/03/person-11-390x390.jpg\";i:1;}s:20:\"2016/03/person-1.jpg\";a:2:{s:28:\"2016/03/person-1-292x292.jpg\";i:1;s:28:\"2016/03/person-1-728x728.jpg\";i:1;}s:23:\"2016/03/person-17-1.jpg\";a:1:{s:31:\"2016/03/person-17-1-292x292.jpg\";i:1;}s:21:\"2016/03/person-14.jpg\";a:3:{s:29:\"2016/03/person-14-292x292.jpg\";i:1;s:29:\"2016/03/person-14-728x728.jpg\";i:1;s:29:\"2016/03/person-14-728x758.jpg\";i:1;}s:20:\"2016/03/person-5.jpg\";a:3:{s:28:\"2016/03/person-5-292x292.jpg\";i:1;s:28:\"2016/03/person-5-390x390.jpg\";i:1;s:28:\"2016/03/person-5-728x728.jpg\";i:1;}s:20:\"2016/03/person-2.jpg\";a:1:{s:28:\"2016/03/person-2-292x292.jpg\";i:1;}s:20:\"2016/03/photo-29.jpg\";a:4:{s:28:\"2016/03/photo-29-292x292.jpg\";i:1;s:28:\"2016/03/photo-29-728x728.jpg\";i:1;s:29:\"2016/03/photo-29-1168x779.jpg\";i:1;s:28:\"2016/03/photo-29-728x486.jpg\";i:1;}s:25:\"2016/03/jeffwilcox-11.jpg\";a:4:{s:33:\"2016/03/jeffwilcox-11-292x292.jpg\";i:1;s:33:\"2016/03/jeffwilcox-11-728x728.jpg\";i:1;s:34:\"2016/03/jeffwilcox-11-1168x876.jpg\";i:1;s:33:\"2016/03/jeffwilcox-11-728x546.jpg\";i:1;}s:39:\"2016/03/SHUTTERSTOCK_100266008_Huge.jpg\";a:4:{s:47:\"2016/03/SHUTTERSTOCK_100266008_Huge-292x292.jpg\";i:1;s:47:\"2016/03/SHUTTERSTOCK_100266008_Huge-728x728.jpg\";i:1;s:48:\"2016/03/SHUTTERSTOCK_100266008_Huge-1168x779.jpg\";i:1;s:47:\"2016/03/SHUTTERSTOCK_100266008_Huge-728x486.jpg\";i:1;}s:24:\"2016/03/tore_urnes-1.jpg\";a:4:{s:32:\"2016/03/tore_urnes-1-292x292.jpg\";i:1;s:32:\"2016/03/tore_urnes-1-728x728.jpg\";i:1;s:33:\"2016/03/tore_urnes-1-1168x783.jpg\";i:1;s:32:\"2016/03/tore_urnes-1-728x488.jpg\";i:1;}s:21:\"2016/03/boedker-1.jpg\";a:4:{s:29:\"2016/03/boedker-1-292x292.jpg\";i:1;s:29:\"2016/03/boedker-1-728x728.jpg\";i:1;s:30:\"2016/03/boedker-1-1168x779.jpg\";i:1;s:29:\"2016/03/boedker-1-728x486.jpg\";i:1;}s:20:\"2016/02/photo-40.jpg\";a:4:{s:28:\"2016/02/photo-40-292x292.jpg\";i:1;s:28:\"2016/02/photo-40-728x728.jpg\";i:1;s:29:\"2016/02/photo-40-1168x773.jpg\";i:1;s:28:\"2016/02/photo-40-728x482.jpg\";i:1;}s:34:\"2016/02/shutterstock_158522279.jpg\";a:4:{s:42:\"2016/02/shutterstock_158522279-292x292.jpg\";i:1;s:42:\"2016/02/shutterstock_158522279-728x728.jpg\";i:1;s:43:\"2016/02/shutterstock_158522279-1168x779.jpg\";i:1;s:42:\"2016/02/shutterstock_158522279-728x486.jpg\";i:1;}s:20:\"2016/10/IMG_2917.jpg\";a:1:{s:28:\"2016/10/IMG_2917-292x292.jpg\";i:1;}s:20:\"2016/03/person-8.jpg\";a:1:{s:28:\"2016/03/person-8-292x292.jpg\";i:1;}}','yes'),(327,'eventerra_other_speakers_title','Other Speakers','yes'),(328,'ls-latest-version','6.0.5','yes'),(318,'category_children','a:0:{}','yes'),(319,'event_category_children','a:0:{}','yes'),(320,'om-persons-type_children','a:0:{}','yes'),(321,'testimonials-type_children','a:0:{}','yes'),(333,'ucp_pointers','a:0:{}','yes'),(336,'ucp_options','a:9:{s:6:\"status\";s:1:\"0\";s:5:\"theme\";s:12:\"mad_designer\";s:5:\"title\";s:34:\"[site-title] is under construction\";s:8:\"heading1\";s:40:\"Sorry, we\'re doing some work on the site\";s:7:\"content\";s:89:\"Thank you for being patient. We are doing some work on the site and will be back shortly.\";s:15:\"social_facebook\";s:0:\"\";s:14:\"social_twitter\";s:0:\"\";s:13:\"social_google\";s:0:\"\";s:5:\"roles\";a:1:{i:0;s:13:\"administrator\";}}','yes'),(334,'recently_activated','a:0:{}','yes'),(335,'ucp_meta','a:3:{s:13:\"first_version\";s:4:\"1.20\";s:13:\"first_install\";i:1475917573;s:11:\"options_ver\";s:4:\"1.20\";}','yes'),(397,'revslider-connection','1','yes'),(526,'revslider-addons','O:8:\"stdClass\":26:{s:26:\"revslider-whiteboard-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:26:\"revslider-whiteboard-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Whiteboard\";s:6:\"line_1\";s:31:\"Create Hand-Drawn Presentations\";s:6:\"line_2\";s:45:\"that are understandable, memorable & engaging\";s:9:\"available\";s:5:\"1.0.6\";s:10:\"background\";s:65:\"//updates.themepunch.tools/addons/images/whiteboard_widget_bg.jpg\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:61:\"//updates.themepunch.tools/addons/images/addon_whiteboard.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"WB\";}}s:22:\"revslider-backup-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:22:\"revslider-backup-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Backup\";s:6:\"line_1\";s:12:\"Make Backups\";s:6:\"line_2\";s:25:\"Revisions for your safety\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:57:\"//updates.themepunch.tools/addons/images/addon_backup.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BU\";}}s:23:\"revslider-gallery-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:23:\"revslider-gallery-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:17:\"WordPress Gallery\";s:6:\"line_1\";s:31:\"Replace the standard WP Gallery\";s:6:\"line_2\";s:31:\"with the Sliders of your choice\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:60:\"//updates.themepunch.tools/addons/images/addon_wpgallery.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"GA\";}}s:25:\"revslider-rel-posts-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:25:\"revslider-rel-posts-addon\";s:12:\"version_from\";s:7:\"5.2.4.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:13:\"Related Posts\";s:6:\"line_1\";s:25:\"Add related Posts Sliders\";s:6:\"line_2\";s:31:\"at the end of your post content\";s:9:\"available\";s:5:\"1.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:60:\"//updates.themepunch.tools/addons/images/addon_wprelated.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RP\";}}s:26:\"revslider-typewriter-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:26:\"revslider-typewriter-addon\";s:12:\"version_from\";s:5:\"5.3.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:17:\"Typewriter Effect\";s:6:\"line_1\";s:27:\"Enhance your slider\'s text \";s:6:\"line_2\";s:24:\"with typewriter effects \";s:9:\"available\";s:5:\"1.0.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:61:\"//updates.themepunch.tools/addons/images/addon_typewriter.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"TW\";}}s:23:\"revslider-sharing-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:23:\"revslider-sharing-addon\";s:12:\"version_from\";s:5:\"5.3.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Social Sharing\";s:6:\"line_1\";s:17:\"Share your slides\";s:6:\"line_2\";s:50:\"with RevSlider \"actions\" because sharing is caring\";s:9:\"available\";s:5:\"1.1.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:64:\"//updates.themepunch.tools/addons/images/addon_socialsharing.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SH\";}}s:27:\"revslider-maintenance-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:27:\"revslider-maintenance-addon\";s:12:\"version_from\";s:5:\"5.3.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:15:\"Coming & Maint.\";s:6:\"line_1\";s:37:\"Simple Coming Soon & Maintenance Page\";s:6:\"line_2\";s:42:\"Let your visitors know what\'s up and when!\";s:9:\"available\";s:5:\"1.0.5\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:68:\"//updates.themepunch.tools/addons/images/addon_underconstruction.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"MT\";}}s:20:\"revslider-snow-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:20:\"revslider-snow-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:12:\"Holiday Snow\";s:6:\"line_1\";s:12:\"Let it snow!\";s:6:\"line_2\";s:32:\"Add animated snow to any Slider \";s:9:\"available\";s:5:\"1.0.5\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:55:\"//updates.themepunch.tools/addons/images/addon_snow.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SN\";}}s:25:\"revslider-particles-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:25:\"revslider-particles-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:16:\"Particle Effects\";s:6:\"line_1\";s:17:\"Let\'s Parti(cle)!\";s:6:\"line_2\";s:51:\"Add interactive particle animations to your sliders\";s:9:\"available\";s:5:\"1.0.6\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:60:\"//updates.themepunch.tools/addons/images/addon_particles.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PT\";}}s:24:\"revslider-polyfold-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:24:\"revslider-polyfold-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:22:\"Polyfold Scroll Effect\";s:6:\"line_1\";s:32:\"Add sharp edges to your sliders \";s:6:\"line_2\";s:35:\"as they scroll into and out of view\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:59:\"//updates.themepunch.tools/addons/images/addon_polyfold.jpg\";s:5:\"color\";s:7:\"#3e186f\";s:4:\"text\";s:2:\"PF\";}}s:19:\"revslider-404-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:19:\"revslider-404-addon\";s:12:\"version_from\";s:3:\"5.3\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:3:\"404\";s:6:\"line_1\";s:39:\"Build custom 404 \"Page not Found\" Pages\";s:6:\"line_2\";s:28:\"with Slider Revolution swag!\";s:9:\"available\";s:5:\"1.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:54:\"//updates.themepunch.tools/addons/images/addon_404.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:3:\"404\";}}s:30:\"revslider-prevnext-posts-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:30:\"revslider-prevnext-posts-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Adjacent Posts\";s:6:\"line_1\";s:30:\"Display previous and next post\";s:6:\"line_2\";s:28:\"to the currently showing one\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:61:\"//updates.themepunch.tools/addons/images/addon_wpadjacent.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PN\";}}s:25:\"revslider-filmstrip-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:25:\"revslider-filmstrip-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:9:\"Filmstrip\";s:6:\"line_1\";s:44:\"Display a continously rotating set of images\";s:6:\"line_2\";s:26:\"for your slide backgrounds\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:60:\"//updates.themepunch.tools/addons/images/addon_filmstrip.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"FS\";}}s:21:\"revslider-login-addon\";O:8:\"stdClass\":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:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:56:\"//updates.themepunch.tools/addons/images/addon_login.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LI\";}}s:24:\"revslider-featured-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:24:\"revslider-featured-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:20:\"Post Featured Slider\";s:6:\"line_1\";s:25:\"Display a featured Slider\";s:6:\"line_2\";s:41:\"instead of a featured Image in your Posts\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:61:\"//updates.themepunch.tools/addons/images/addon_wpfeatured.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"FT\";}}s:22:\"revslider-slicey-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:22:\"revslider-slicey-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Slicey\";s:6:\"line_1\";s:20:\"Slice \'em up nicely!\";s:6:\"line_2\";s:38:\"Create image slices of your background\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:57:\"//updates.themepunch.tools/addons/images/addon_slicey.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SL\";}}s:27:\"revslider-beforeafter-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:27:\"revslider-beforeafter-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Before & After\";s:6:\"line_1\";s:35:\"Compare two slides before and after\";s:6:\"line_2\";s:33:\"use it vertically or horizontally\";s:9:\"available\";s:5:\"1.0.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:62:\"//updates.themepunch.tools/addons/images/addon_beforeafter.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BA\";}}s:23:\"revslider-weather-addon\";O:8:\"stdClass\":11:{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:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:58:\"//updates.themepunch.tools/addons/images/addon_weather.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"WT\";}}s:24:\"revslider-panorama-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:24:\"revslider-panorama-addon\";s:12:\"version_from\";s:7:\"5.4.5.2\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:8:\"Panorama\";s:6:\"line_1\";s:14:\"Panorama AddOn\";s:6:\"line_2\";s:23:\"Display images in 360°\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:59:\"//updates.themepunch.tools/addons/images/addon_panorama.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PN\";}}s:30:\"revslider-duotonefilters-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:30:\"revslider-duotonefilters-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:7:\"Duotone\";s:6:\"line_1\";s:7:\"Duotone\";s:6:\"line_2\";s:25:\"Because one is not enough\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:58:\"//updates.themepunch.tools/addons/images/addon_duotone.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:3:\"DTF\";}}s:24:\"revslider-revealer-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:24:\"revslider-revealer-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Reveal\";s:6:\"line_1\";s:9:\"Reveal...\";s:6:\"line_2\";s:37:\"...your inner beast... and RevSliders\";s:9:\"available\";s:5:\"1.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:57:\"//updates.themepunch.tools/addons/images/addon_reveal.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RV\";}}s:23:\"revslider-refresh-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:23:\"revslider-refresh-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:8:\"(Re)Load\";s:6:\"line_1\";s:39:\"Reload the current page or a custom URL\";s:6:\"line_2\";s:34:\"after a certain time, loops, slide\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:57:\"//updates.themepunch.tools/addons/images/addon_reload.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RF\";}}s:27:\"revslider-bubblemorph-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:27:\"revslider-bubblemorph-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:11:\"BubbleMorph\";s:6:\"line_1\";s:26:\"Include BubbleMorph Layers\";s:6:\"line_2\";s:33:\"for a decorative lava lamp effect\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:62:\"//updates.themepunch.tools/addons/images/addon_bubblemorph.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BM\";}}s:28:\"revslider-liquideffect-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:28:\"revslider-liquideffect-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Distortion\";s:6:\"line_1\";s:22:\"Add Distortion Effects\";s:6:\"line_2\";s:30:\"to your slides and transitions\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:61:\"//updates.themepunch.tools/addons/images/addon_distortion.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LE\";}}s:31:\"revslider-explodinglayers-addon\";O:8:\"stdClass\":11:{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:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:60:\"//updates.themepunch.tools/addons/images/addon_exploding.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"EL\";}}s:26:\"revslider-paintbrush-addon\";O:8:\"stdClass\":11:{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:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:61:\"//updates.themepunch.tools/addons/images/addon_paintbrush.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PB\";}}}','yes'),(1389,'fresh_site','0','yes'),(1054,'db_upgraded','1','yes'),(1330,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:22:\"gerrit@taranisco.co.za\";s:7:\"version\";s:5:\"5.3.2\";s:9:\"timestamp\";i:1576749956;}','no'),(3723,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(12093,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1559441010','no'),(11793,'recovery_keys','a:0:{}','yes'),(8541,'wp_page_for_privacy_policy','0','yes'),(8542,'show_comments_cookies_opt_in','0','yes'),(17501,'rs-templates-new','','no'),(14916,'admin_email_lifespan','0','yes'),(17533,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1586603198;s:7:\"checked\";a:5:{s:9:\"eventerra\";s:5:\"1.1.0\";s:13:\"twentyfifteen\";s:3:\"2.0\";s:14:\"twentyfourteen\";s:3:\"1.8\";s:15:\"twentyseventeen\";s:3:\"2.3\";s:13:\"twentysixteen\";s:3:\"2.0\";}s:8:\"response\";a:3:{s:13:\"twentyfifteen\";a:6:{s:5:\"theme\";s:13:\"twentyfifteen\";s:11:\"new_version\";s:3:\"2.6\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentyfifteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentyfifteen.2.6.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";s:5:\"5.2.4\";}s:14:\"twentyfourteen\";a:6:{s:5:\"theme\";s:14:\"twentyfourteen\";s:11:\"new_version\";s:3:\"2.8\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentyfourteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentyfourteen.2.8.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";s:5:\"5.2.4\";}s:13:\"twentysixteen\";a:6:{s:5:\"theme\";s:13:\"twentysixteen\";s:11:\"new_version\";s:3:\"2.1\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentysixteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentysixteen.2.1.zip\";s:8:\"requires\";s:3:\"4.4\";s:12:\"requires_php\";s:5:\"5.2.4\";}}s:12:\"translations\";a:0:{}}','no'),(17487,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:57:\"https://downloads.wordpress.org/release/wordpress-5.4.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-5.4.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-5.4-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-5.4-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:3:\"5.4\";s:7:\"version\";s:3:\"5.4\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.3\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1586603193;s:15:\"version_checked\";s:3:\"5.4\";s:12:\"translations\";a:0:{}}','no'),(17502,'rs-templates','a:2:{s:6:\"slider\";a:407:{i:0;a:22:{s:2:\"id\";s:1:\"1\";s:5:\"title\";s:16:\"Classic Carousel\";s:5:\"alias\";s:16:\"classic-carousel\";s:3:\"zip\";s:20:\"classic-carousel.zip\";s:3:\"uid\";s:32:\"146a01dd380c0cdee85c4456ee68cd84\";s:3:\"img\";s:27:\"classic-carousel/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/carousel-slider-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:141:\"<span class=\"ttm_content\">Our classic, full-width carousel example. Drag, swipe or click to navigate!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:284:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-22 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:1;a:22:{s:2:\"id\";s:1:\"2\";s:5:\"title\";s:14:\"Classic Slider\";s:5:\"alias\";s:13:\"classicslider\";s:3:\"zip\";s:17:\"classicslider.zip\";s:3:\"uid\";s:32:\"a0d6a9248c9066b404ba0f1cdadc5cf2\";s:3:\"img\";s:24:\"classicslider/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-slideshow-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:136:\" <span class=\"ttm_content\">A classic slideshow example with timer, bullets and arrow navigation.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:2;a:22:{s:2:\"id\";s:1:\"3\";s:5:\"title\";s:12:\"Content Tabs\";s:5:\"alias\";s:11:\"contenttabs\";s:3:\"zip\";s:15:\"contenttabs.zip\";s:3:\"uid\";s:32:\"e02e91604b690123a3d07a65582c4fd0\";s:3:\"img\";s:22:\"contenttabs/slider.jpg\";s:7:\"preview\";s:63:\"http://revolution.themepunch.com/wordpress-content-tabs-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:170:\" <span class=\"ttm_content\">An auto-size slider with a cool split-text animation effect. Navigate with vertical bullets and thumbs.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:3;a:22:{s:2:\"id\";s:1:\"4\";s:5:\"title\";s:13:\"Facebook Feed\";s:5:\"alias\";s:13:\"facebook-feed\";s:3:\"zip\";s:17:\"facebook-feed.zip\";s:3:\"uid\";s:32:\"5506431d5b1babcb25dcf52c508d42e3\";s:3:\"img\";s:24:\"facebook-feed/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-facebook-feed/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:174:\"<span class=\"ttm_content\"> This slider is automatically populated by a Facebook stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Facebook Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:4;a:22:{s:2:\"id\";s:1:\"5\";s:5:\"title\";s:7:\"Fashion\";s:5:\"alias\";s:7:\"fashion\";s:3:\"zip\";s:11:\"fashion.zip\";s:3:\"uid\";s:32:\"4f4b914d6db35e19101ff003c4e7ea3a\";s:3:\"img\";s:18:\"fashion/slider.jpg\";s:7:\"preview\";s:65:\"http://revolution.themepunch.com/wordpress-one-page-slider-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:183:\"  <span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or bullets.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:5;a:22:{s:2:\"id\";s:1:\"6\";s:5:\"title\";s:14:\"Flickr Gallery\";s:5:\"alias\";s:14:\"flickr-gallery\";s:3:\"zip\";s:18:\"flickr-gallery.zip\";s:3:\"uid\";s:32:\"ad85cfac7acfa678e6a1b8febfee51ed\";s:3:\"img\";s:25:\"flickr-gallery/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-flickr-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:173:\" <span class=\"ttm_content\"> This slider is automatically populated by a Flickr stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:413:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Flickr Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:6;a:22:{s:2:\"id\";s:1:\"7\";s:5:\"title\";s:3:\"Gym\";s:5:\"alias\";s:3:\"gym\";s:3:\"zip\";s:7:\"gym.zip\";s:3:\"uid\";s:32:\"e4d81f13f96fb9bc905f4ad89615032b\";s:3:\"img\";s:14:\"gym/slider.jpg\";s:7:\"preview\";s:59:\"http://revolution.themepunch.com/one-page-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:189:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the slider menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:7;a:22:{s:2:\"id\";s:1:\"8\";s:5:\"title\";s:18:\"Highlight Carousel\";s:5:\"alias\";s:18:\"highlight-carousel\";s:3:\"zip\";s:22:\"highlight-carousel.zip\";s:3:\"uid\";s:32:\"ada52163f723a942f782351fa0396b3d\";s:3:\"img\";s:29:\"highlight-carousel/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-swipe-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:138:\"  <span class=\"ttm_content\">A swipe-controlled carousel with an additional tab-based navigation.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:8;a:22:{s:2:\"id\";s:1:\"9\";s:5:\"title\";s:18:\"Highlight Showcase\";s:5:\"alias\";s:18:\"highlight-showcase\";s:3:\"zip\";s:22:\"highlight-showcase.zip\";s:3:\"uid\";s:32:\"2bfe0bd410fb48fec9d942eab1e21530\";s:3:\"img\";s:29:\"highlight-showcase/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-parallax-slideshow/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">A tab-based navigation, a slideshow timer and cool animations make this slider interesting!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:9;a:22:{s:2:\"id\";s:2:\"10\";s:5:\"title\";s:10:\"Image Hero\";s:5:\"alias\";s:10:\"image-hero\";s:3:\"zip\";s:13:\"imagehero.zip\";s:3:\"uid\";s:32:\"7db18781d44f2adc28c962440894aac1\";s:3:\"img\";s:20:\"imagehero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-hero-image/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:121:\"<span class=\"ttm_content\">A commonly used full-width image hero block with texts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:10;a:22:{s:2:\"id\";s:2:\"11\";s:5:\"title\";s:17:\"Instagram Gallery\";s:5:\"alias\";s:13:\"insta-gallery\";s:3:\"zip\";s:17:\"insta-gallery.zip\";s:3:\"uid\";s:32:\"711732b0d42ec2b57818a2b9b1d86cba\";s:3:\"img\";s:24:\"insta-gallery/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-instagram-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:174:\"<span class=\"ttm_content\">This slider is automatically populated by a Instagram stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:416:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Instagram Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:11;a:22:{s:2:\"id\";s:2:\"12\";s:5:\"title\";s:21:\"Levano Restaurant Bar\";s:5:\"alias\";s:19:\"levanorestaurantbar\";s:3:\"zip\";s:23:\"levanorestaurantbar.zip\";s:3:\"uid\";s:32:\"4178f837db67d1b2eb6cb5840bbd0b42\";s:3:\"img\";s:30:\"levanorestaurantbar/slider.jpg\";s:7:\"preview\";s:63:\"http://revolution.themepunch.com/wordpress-front-page-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or bullets.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:12;a:22:{s:2:\"id\";s:2:\"13\";s:5:\"title\";s:19:\"Main Feature Slider\";s:5:\"alias\";s:11:\"mainfeature\";s:3:\"zip\";s:15:\"mainfeature.zip\";s:3:\"uid\";s:32:\"1e002a3230ab00095bedc6f60393ee7f\";s:3:\"img\";s:22:\"mainfeature/slider.jpg\";s:7:\"preview\";s:33:\"http://revolution.themepunch.com/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"750\";s:11:\"description\";s:127:\" <span class=\"ttm_content\">A slightly stripped down version of the main preview slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:13;a:22:{s:2:\"id\";s:2:\"14\";s:5:\"title\";s:17:\"Media Gallery Two\";s:5:\"alias\";s:17:\"media-gallery-two\";s:3:\"zip\";s:21:\"media-gallery-two.zip\";s:3:\"uid\";s:32:\"d002f1b1b55805f9322c264c5504ba5a\";s:3:\"img\";s:28:\"media-gallery-two/slider.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/wordpress-media-gallery-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"692\";s:11:\"description\";s:127:\"<span class=\"ttm_content\">A media gallery example with Vimeo, HTML5 and Youtube videos.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change media and titles.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:14;a:22:{s:2:\"id\";s:2:\"15\";s:5:\"title\";s:23:\"Media Carousel Autoplay\";s:5:\"alias\";s:23:\"media-carousel-autoplay\";s:3:\"zip\";s:27:\"media-carousel-autoplay.zip\";s:3:\"uid\";s:32:\"393d7875b1cc9d933378b35e4f645d76\";s:3:\"img\";s:34:\"media-carousel-autoplay/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-media-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"720\";s:6:\"height\";s:3:\"405\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">A media carousel with \"autoplay\" activated. Swipe or click tabs to navigate the slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:289:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change media and caption texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:15;a:22:{s:2:\"id\";s:2:\"16\";s:5:\"title\";s:21:\"News Background Video\";s:5:\"alias\";s:21:\"news-background-video\";s:3:\"zip\";s:17:\"news-bg-video.zip\";s:3:\"uid\";s:32:\"a0efe44ac3af0f958b3f84c816a08272\";s:3:\"img\";s:24:\"news-bg-video/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A hero block with HTML5 background video that plays when entering the screen.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:16;a:22:{s:2:\"id\";s:2:\"17\";s:5:\"title\";s:12:\"News Gallery\";s:5:\"alias\";s:12:\"news-gallery\";s:3:\"zip\";s:16:\"news-gallery.zip\";s:3:\"uid\";s:32:\"3a069c3b286dbb9ee435563f747e3300\";s:3:\"img\";s:23:\"news-gallery/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-news-rotator/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:131:\"<span class=\"ttm_content\">A news gallery slideshow with tab navigation. Great for any blog!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:17;a:22:{s:2:\"id\";s:2:\"18\";s:5:\"title\";s:23:\"News Gallery Post Based\";s:5:\"alias\";s:23:\"news-gallery-post-based\";s:3:\"zip\";s:27:\"news-gallery-post-based.zip\";s:3:\"uid\";s:32:\"32fe05b1039c29ab9420bfd15aec5488\";s:3:\"img\";s:34:\"news-gallery-post-based/slider.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-post-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:125:\"<span class=\"ttm_content\"> This slider is automatically populated by WordPress posts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:423:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Post-Based Slider\"</a>. Make sure to select the post type you want to display in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:18;a:22:{s:2:\"id\";s:2:\"19\";s:5:\"title\";s:9:\"News Hero\";s:5:\"alias\";s:9:\"news-hero\";s:3:\"zip\";s:13:\"news-hero.zip\";s:3:\"uid\";s:32:\"96a0385538a17c8c81ed8175740f70ea\";s:3:\"img\";s:20:\"news-hero/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:107:\"<span class=\"ttm_content\">A image hero block with ken burns effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:19;a:22:{s:2:\"id\";s:2:\"20\";s:5:\"title\";s:10:\"News Video\";s:5:\"alias\";s:10:\"news-video\";s:3:\"zip\";s:14:\"news-video.zip\";s:3:\"uid\";s:32:\"f901e9e16e0363248156c2209eb584e9\";s:3:\"img\";s:21:\"news-video/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:128:\"<span class=\"ttm_content\">A Vimeo background video hero block with play / pause buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:289:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the video and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:20;a:22:{s:2:\"id\";s:2:\"21\";s:5:\"title\";s:15:\"Newsletter Hero\";s:5:\"alias\";s:15:\"newsletter-hero\";s:3:\"zip\";s:19:\"newsletter-hero.zip\";s:3:\"uid\";s:32:\"6290a9864d8c4c6311784586ed1cc5fe\";s:3:\"img\";s:26:\"newsletter-hero/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-newsletter-signup/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:137:\"<span class=\"ttm_content\">This hero block uses a custom styled Mailchimp newsletter signup field.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:435:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image, texts, and <a href=\"https://www.themepunch.com/faq/how-to-setup-mailchimp-for-the-newsletter-hero-template/\" target=\"_blank\">Mailchimp code</a>.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:21;a:22:{s:2:\"id\";s:2:\"22\";s:5:\"title\";s:11:\"Not Generic\";s:5:\"alias\";s:10:\"notgeneric\";s:3:\"zip\";s:14:\"notgeneric.zip\";s:3:\"uid\";s:32:\"9d87ba95e02210a9f82387add2ceadf9\";s:3:\"img\";s:21:\"notgeneric/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-fullscreen-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">A full-screen slider with a layer based navigation and sleek content elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:22;a:22:{s:2:\"id\";s:2:\"23\";s:5:\"title\";s:11:\"Photography\";s:5:\"alias\";s:11:\"photography\";s:3:\"zip\";s:15:\"photography.zip\";s:3:\"uid\";s:32:\"1b2072547afb75e49f33b016751ed360\";s:3:\"img\";s:22:\"photography/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-photography-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:23;a:22:{s:2:\"id\";s:2:\"24\";s:5:\"title\";s:20:\"Photography Carousel\";s:5:\"alias\";s:20:\"photography-carousel\";s:3:\"zip\";s:24:\"photography-carousel.zip\";s:3:\"uid\";s:32:\"9a84b859ba23dc49ba8784e3a86545fa\";s:3:\"img\";s:31:\"photography-carousel/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-photo-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">A front-page carousel that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:24;a:22:{s:2:\"id\";s:2:\"25\";s:5:\"title\";s:16:\"Search Form Hero\";s:5:\"alias\";s:16:\"search-form-hero\";s:3:\"zip\";s:20:\"search-form-hero.zip\";s:3:\"uid\";s:32:\"e09eb1bd0f22b3a2b02a1aa251dd1f3e\";s:3:\"img\";s:27:\"search-form-hero/slider.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/wordpress-search-form-hero/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">This hero block uses a custom styled input field to show search results on a WordPress site.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:320:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image, texts, and search field code.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:25;a:22:{s:2:\"id\";s:2:\"26\";s:5:\"title\";s:17:\"Showcase Carousel\";s:5:\"alias\";s:16:\"showcasecarousel\";s:3:\"zip\";s:20:\"showcasecarousel.zip\";s:3:\"uid\";s:32:\"c5ca218398331bd2c064efc2f62eae56\";s:3:\"img\";s:27:\"showcasecarousel/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-cover-flow-gallery/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">A fancy carousel that rotates, fades and scales slider items.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:284:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:26;a:22:{s:2:\"id\";s:2:\"27\";s:5:\"title\";s:11:\"Sports Hero\";s:5:\"alias\";s:11:\"sports-hero\";s:3:\"zip\";s:14:\"sportshero.zip\";s:3:\"uid\";s:32:\"8de7a145f32a362d618d2595ffa2f724\";s:3:\"img\";s:21:\"sportshero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-image-hero/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:113:\"<span class=\"ttm_content\">An sports themed image hero block with buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:27;a:22:{s:2:\"id\";s:2:\"28\";s:5:\"title\";s:12:\"Twitter Feed\";s:5:\"alias\";s:12:\"twitter-feed\";s:3:\"zip\";s:16:\"twitter-feed.zip\";s:3:\"uid\";s:32:\"efbfc2af5da5258e7b7bed8598e483cc\";s:3:\"img\";s:23:\"twitter-feed/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-twitter-feed/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:173:\"<span class=\"ttm_content\"> This slider is automatically populated by a Twitter stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:414:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Twitter Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:28;a:22:{s:2:\"id\";s:2:\"29\";s:5:\"title\";s:13:\"Vimeo Gallery\";s:5:\"alias\";s:13:\"vimeo-gallery\";s:3:\"zip\";s:17:\"vimeo-gallery.zip\";s:3:\"uid\";s:32:\"fa824ce1ff3942ec268fc9eda60df539\";s:3:\"img\";s:24:\"vimeo-gallery/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-vimeo-gallery/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"692\";s:11:\"description\";s:170:\"<span class=\"ttm_content\">This slider is automatically populated by a Vimeo stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:412:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Vimeo Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:29;a:22:{s:2:\"id\";s:2:\"30\";s:5:\"title\";s:10:\"Vimeo Hero\";s:5:\"alias\";s:9:\"vimeohero\";s:3:\"zip\";s:13:\"vimeohero.zip\";s:3:\"uid\";s:32:\"c575575f96173d88589cddcb06120b77\";s:3:\"img\";s:20:\"vimeohero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-hero-vimeo/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:116:\"<span class=\"ttm_content\">A commonly used Vimeo video background hero block.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:464:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:30;a:22:{s:2:\"id\";s:2:\"31\";s:5:\"title\";s:16:\"Web Product Dark\";s:5:\"alias\";s:16:\"web-product-dark\";s:3:\"zip\";s:20:\"web-product-dark.zip\";s:3:\"uid\";s:32:\"39b872cf0608e63c3a503e58374dc30a\";s:3:\"img\";s:27:\"web-product-dark/slider.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/wordpress-frontpage-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:31;a:22:{s:2:\"id\";s:2:\"32\";s:5:\"title\";s:21:\"Web Product Dark Hero\";s:5:\"alias\";s:21:\"web-product-dark-hero\";s:3:\"zip\";s:25:\"web-product-dark-hero.zip\";s:3:\"uid\";s:32:\"b6784e8925221f36677217979d26e6f0\";s:3:\"img\";s:32:\"web-product-dark-hero/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-header-image/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:162:\"<span class=\"ttm_content\">A modern hero block with three common devices. The screens of each device can be changed easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:32;a:22:{s:2:\"id\";s:2:\"33\";s:5:\"title\";s:22:\"Web Product Light Hero\";s:5:\"alias\";s:22:\"web-product-light-hero\";s:3:\"zip\";s:26:\"web-product-light-hero.zip\";s:3:\"uid\";s:32:\"428e65d6aaa6ef775429989d50516492\";s:3:\"img\";s:33:\"web-product-light-hero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/hero-image-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:162:\"<span class=\"ttm_content\">A modern hero block with three common devices. The screens of each device can be changed easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:289:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:33;a:22:{s:2:\"id\";s:2:\"34\";s:5:\"title\";s:17:\"Web Product Light\";s:5:\"alias\";s:15:\"webproductlight\";s:3:\"zip\";s:19:\"webproductlight.zip\";s:3:\"uid\";s:32:\"fa23dab5bf1139c6393828647a9de4e0\";s:3:\"img\";s:26:\"webproductlight/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-cover-page/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:34;a:22:{s:2:\"id\";s:2:\"35\";s:5:\"title\";s:15:\"Youtube Gallery\";s:5:\"alias\";s:15:\"youtube-gallery\";s:3:\"zip\";s:19:\"youtube-gallery.zip\";s:3:\"uid\";s:32:\"ee9e4928ac74f5f0c0b697ce708f5aa7\";s:3:\"img\";s:26:\"youtube-gallery/slider.jpg\";s:7:\"preview\";s:59:\"http://revolution.themepunch.com/wordpress-youtube-gallery/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:173:\"<span class=\"ttm_content\"> This slider is automatically populated by a YouTube stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:414:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"YouTube Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:35;a:22:{s:2:\"id\";s:2:\"36\";s:5:\"title\";s:12:\"Youtube Hero\";s:5:\"alias\";s:11:\"youtubehero\";s:3:\"zip\";s:15:\"youtubehero.zip\";s:3:\"uid\";s:32:\"e0b2c12a45841bdf21cb96305f2c85bf\";s:3:\"img\";s:22:\"youtubehero/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-youtube-header/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:104:\"<span class=\"ttm_content\">A YouTube video background hero block.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:633:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/enable-sound-for-the-youtube-hero-template/\" target=\"_blank\">enable sound for the background video</a><br /><br />\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:36;a:22:{s:2:\"id\";s:2:\"37\";s:5:\"title\";s:13:\"Scroll Effect\";s:5:\"alias\";s:13:\"scroll-effect\";s:3:\"zip\";s:17:\"scroll-effect.zip\";s:3:\"uid\";s:32:\"417f59e9db87aa7e47c8509eb88d4af6\";s:3:\"img\";s:23:\"scrolleffect/slide1.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/big-bold-fullscreen-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:134:\"<span class=\"ttm_content\">A full-screen slider with a unique scroll effect and big, bold text.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:485:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:37;a:22:{s:2:\"id\";s:2:\"38\";s:5:\"title\";s:12:\"Content Zoom\";s:5:\"alias\";s:12:\"content-zoom\";s:3:\"zip\";s:16:\"content-zoom.zip\";s:3:\"uid\";s:32:\"42ef8cdb70d42ec6ff6fa3b69a027b5f\";s:3:\"img\";s:22:\"contentzoom/slide1.jpg\";s:7:\"preview\";s:53:\"http://revolution.themepunch.com/content-zoom-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:243:\"<span class=\"ttm_content\">A very unique full-width slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:38;a:22:{s:2:\"id\";s:2:\"39\";s:5:\"title\";s:13:\"Food Carousel\";s:5:\"alias\";s:13:\"food-carousel\";s:3:\"zip\";s:17:\"food-carousel.zip\";s:3:\"uid\";s:32:\"a7bf54527b6658a0a308c70c729779fe\";s:3:\"img\";s:29:\"foodcarousel/slider_cover.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/food-carousel-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:267:\"<span class=\"ttm_content\">A fancy carousel with detail content on each slide. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to show and hide layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:39;a:22:{s:2:\"id\";s:2:\"40\";s:5:\"title\";s:14:\"Rotating Words\";s:5:\"alias\";s:14:\"rotating-words\";s:3:\"zip\";s:18:\"rotating-words.zip\";s:3:\"uid\";s:32:\"70190463d9376f278c8197b7b2ef6c1b\";s:3:\"img\";s:24:\"rotatingwords/slide1.jpg\";s:7:\"preview\";s:53:\"http://revolution.themepunch.com/rotating-words-hero/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:134:\"<span class=\"ttm_content\">A full-screen hero block with unique animated text and blur effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:495:\"<span class=\"ttm_content\">This is a \"Default\" hero slider. Edit the slide to change the background media and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:40;a:22:{s:2:\"id\";s:2:\"41\";s:5:\"title\";s:22:\"Travel Static Captions\";s:5:\"alias\";s:22:\"travel-static-captions\";s:3:\"zip\";s:26:\"travel-static-captions.zip\";s:3:\"uid\";s:32:\"bbe7d61c7c741ebc7aa1ce1082b0cb71\";s:3:\"img\";s:33:\"travel-static-captions/slide1.jpg\";s:7:\"preview\";s:50:\"http://revolution.themepunch.com/travel-slideshow/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:148:\"<span class=\"ttm_content\">A slideshow example with static captions layers above a rotating image background.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:41;a:22:{s:2:\"id\";s:2:\"42\";s:5:\"title\";s:7:\"Concept\";s:5:\"alias\";s:7:\"concept\";s:3:\"zip\";s:11:\"concept.zip\";s:3:\"uid\";s:32:\"47cb06083e87503762f6746725117a3c\";s:3:\"img\";s:18:\"concept/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/fullscreen-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">A full-screen slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:42;a:22:{s:2:\"id\";s:2:\"43\";s:5:\"title\";s:15:\"True Fullscreen\";s:5:\"alias\";s:17:\"fullscreen-button\";s:3:\"zip\";s:21:\"fullscreen-button.zip\";s:3:\"uid\";s:32:\"618a43bdf89333b555531f6d6ecde359\";s:3:\"img\";s:28:\"fullscreen-button/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-sidebar-slideshow/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:246:\"<span class=\"ttm_content\">A slider with a full-screen button that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:297:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change the background images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:43;a:22:{s:2:\"id\";s:2:\"44\";s:5:\"title\";s:16:\"Creative Freedom\";s:5:\"alias\";s:15:\"creativefreedom\";s:3:\"zip\";s:19:\"creativefreedom.zip\";s:3:\"uid\";s:32:\"8902bf6c93126c2c6323626b9e872621\";s:3:\"img\";s:26:\"creativefreedom/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-touch-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A full-screen slider with a unique vertical navigation and 3D-parallax effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:290:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images, videos and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:44;a:22:{s:2:\"id\";s:2:\"45\";s:5:\"title\";s:17:\"3D Parallax Scene\";s:5:\"alias\";s:13:\"parallaxscene\";s:3:\"zip\";s:17:\"parallaxscene.zip\";s:3:\"uid\";s:32:\"51566f1ce649708e97a0f5dfaf05ea19\";s:3:\"img\";s:24:\"parallaxscene/slide1.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-3d-parallax/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:328:\"<span class=\"ttm_content\">A 3D-parallax hero scene with mouse-controlled effects. Smart image arrangement creates a convincing 3D effect. Tooltips are shown using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:45;a:22:{s:2:\"id\";s:2:\"46\";s:5:\"title\";s:10:\"Wow Factor\";s:5:\"alias\";s:15:\"slidingoverlays\";s:3:\"zip\";s:19:\"slidingoverlays.zip\";s:3:\"uid\";s:32:\"18002d17e8bc7ca61b0951f5305a759e\";s:3:\"img\";s:26:\"slidingoverlays/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/responsive-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:106:\"<span class=\"ttm_content\">A 3D-parallax effect full-screen slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:46;a:22:{s:2:\"id\";s:2:\"47\";s:5:\"title\";s:14:\"3D Web Product\";s:5:\"alias\";s:25:\"web-product-light-hero-3d\";s:3:\"zip\";s:29:\"web-product-light-hero-3d.zip\";s:3:\"uid\";s:32:\"efd345c5da805414093e46066cefd751\";s:3:\"img\";s:36:\"web-product-light-hero-3d/slide1.jpg\";s:7:\"preview\";s:52:\"http://revolution.themepunch.com/wordpress-3d-scene/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"668\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A 3D-parallax hero scene slider with a convincing depth-effect and animated clouds.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:47;a:22:{s:2:\"id\";s:2:\"48\";s:5:\"title\";s:15:\"WooCommerce Big\";s:5:\"alias\";s:6:\"woobig\";s:3:\"zip\";s:10:\"woobig.zip\";s:3:\"uid\";s:32:\"bfb09a39656c7c80e86b468fc5b3403c\";s:3:\"img\";s:17:\"woobig/slide1.jpg\";s:7:\"preview\";s:52:\"http://revolution.themepunch.com/woocommerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:173:\"<span class=\"ttm_content\">This slider is automatically populated by WooCommerce posts. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"WooCommerce Slider\"</a>. Make sure to select the products you want to show in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:48;a:22:{s:2:\"id\";s:2:\"49\";s:5:\"title\";s:17:\"WooCommerce Small\";s:5:\"alias\";s:16:\"woocommercesmall\";s:3:\"zip\";s:20:\"woocommercesmall.zip\";s:3:\"uid\";s:32:\"b17c2adcc5c4c4b68a7ac6fee32fa030\";s:3:\"img\";s:27:\"woocommercesmall/slide1.jpg\";s:7:\"preview\";s:52:\"http://revolution.themepunch.com/woocommerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"266\";s:11:\"description\";s:174:\" <span class=\"ttm_content\">This slider is automatically populated by WooCommerce posts. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"WooCommerce Slider\"</a>. Make sure to select the products you want to show in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:49;a:22:{s:2:\"id\";s:2:\"50\";s:5:\"title\";s:17:\"Restaurant Header\";s:5:\"alias\";s:10:\"finedining\";s:3:\"zip\";s:14:\"finedining.zip\";s:3:\"uid\";s:32:\"03481a9e258501fbe3888b48830ea845\";s:3:\"img\";s:21:\"finedining/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/restaurant-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:275:\"<span class=\"ttm_content\">A full-screen hero block slider that shows different background layers on button hover using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:464:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:50;a:22:{s:2:\"id\";s:2:\"51\";s:5:\"title\";s:21:\"Agency Website Header\";s:5:\"alias\";s:12:\"agency-intro\";s:3:\"zip\";s:16:\"agency-intro.zip\";s:3:\"uid\";s:32:\"e9be2afdd55a0c8d0d8d0cc12ba4c82f\";s:3:\"img\";s:23:\"agency-intro/slide1.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/agency-website-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:302:\" <span class=\"ttm_content\">A full-screen hero block slider with ken burns effect and video modal on button click. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:51;a:22:{s:2:\"id\";s:2:\"52\";s:5:\"title\";s:11:\"Team Slider\";s:5:\"alias\";s:7:\"ourteam\";s:3:\"zip\";s:11:\"ourteam.zip\";s:3:\"uid\";s:32:\"d8eb1fec07a79202d1118bb17f70c233\";s:3:\"img\";s:18:\"ourteam/slide1.jpg\";s:7:\"preview\";s:74:\"http://revolution.themepunch.com/thumbnail-hover-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:303:\"<span class=\"ttm_content\">A team slider that changes slides and displays additional information on thumbnail hover. It uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:657:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/modify-thumbnails-for-our-team-template/\" target=\"_blank\">modify the thumbnails</a><br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:52;a:22:{s:2:\"id\";s:2:\"53\";s:5:\"title\";s:13:\"Team Carousel\";s:5:\"alias\";s:17:\"our-team-carousel\";s:3:\"zip\";s:21:\"our-team-carousel.zip\";s:3:\"uid\";s:32:\"37656d5dcab1f265c025cb2a3d669809\";s:3:\"img\";s:26:\"ourteamcarousel/slide1.jpg\";s:7:\"preview\";s:83:\"http://revolution.themepunch.com/thumbnail-hover-carousel-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:306:\" <span class=\"ttm_content\">A team carousel that changes slides and displays additional information on thumbnail hover. It uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:659:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/modify-thumbnails-for-our-team-template/\" target=\"_blank\">modify the thumbnails</a><br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:53;a:22:{s:2:\"id\";s:2:\"54\";s:5:\"title\";s:17:\"4K Youtube Slider\";s:5:\"alias\";s:13:\"betteryoutube\";s:3:\"zip\";s:17:\"betteryoutube.zip\";s:3:\"uid\";s:32:\"d7c5fef9f257037d7a148038aa2a1857\";s:3:\"img\";s:24:\"betteryoutube/slide1.jpg\";s:7:\"preview\";s:94:\"http://revolution.themepunch.com/fullscreen-4k-youtube-video-gallery-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"675\";s:11:\"description\";s:293:\" <span class=\"ttm_content\">A full-screen youtube gallery with 4K videos as an example. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to breathe life into navigation elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:535:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change videos and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:54;a:22:{s:2:\"id\";s:2:\"55\";s:5:\"title\";s:21:\"Agency Website Header\";s:5:\"alias\";s:19:\"agencywebsiteheader\";s:3:\"zip\";s:23:\"agencywebsiteheader.zip\";s:3:\"uid\";s:32:\"c11d272c87277a7a38d9e7fd13e27947\";s:3:\"img\";s:30:\"agencywebsiteheader/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/fullscreen-hero-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:245:\" <span class=\"ttm_content\">A very unique full-screen slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:509:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:55;a:22:{s:2:\"id\";s:2:\"56\";s:5:\"title\";s:11:\"Coming Soon\";s:5:\"alias\";s:10:\"comingsoon\";s:3:\"zip\";s:14:\"comingsoon.zip\";s:3:\"uid\";s:32:\"0f89edf995512e6d6e864a2ee7221829\";s:3:\"img\";s:21:\"comingsoon/slide1.jpg\";s:7:\"preview\";s:79:\"http://revolution.themepunch.com/coming-soon-wordpress-under-construction-site/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:299:\"<span class=\"ttm_content\">A full-screen slider that can be used as a \"Coming Soon\" page. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to achieve various interaction possibilities.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:638:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\nInstructions for <a href=\"https://www.themepunch.com/faq/change-date-for-coming-soon-template/\" target=\"_blank\">how to change the date.</a><br /><br />\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:56;a:22:{s:2:\"id\";s:2:\"57\";s:5:\"title\";s:20:\"Christmas Snow Scene\";s:5:\"alias\";s:9:\"snowscene\";s:3:\"zip\";s:13:\"snowscene.zip\";s:3:\"uid\";s:32:\"a747bf0837caff86c62419a746690209\";s:3:\"img\";s:20:\"snowscene/slide1.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/christmas-snow-scene/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:141:\"<span class=\"ttm_content\">A slider with multiple christmas themed slides and a neat snow fall effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:485:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:57;a:22:{s:2:\"id\";s:2:\"58\";s:5:\"title\";s:15:\"Rock Band Music\";s:5:\"alias\";s:8:\"rockband\";s:3:\"zip\";s:12:\"rockband.zip\";s:3:\"uid\";s:32:\"5f557a5fad2fd6ca982a6ae6e9619637\";s:3:\"img\";s:19:\"rockband/slide1.jpg\";s:7:\"preview\";s:80:\"http://revolution.themepunch.com/rock-band-music-theme-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:140:\" <span class=\"ttm_content\">A rock band themed hero block slider with an embedded SoundCloud element.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:464:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:58;a:22:{s:2:\"id\";s:2:\"59\";s:5:\"title\";s:18:\"Sleek Landing Page\";s:5:\"alias\";s:16:\"sleeklandingpage\";s:3:\"zip\";s:20:\"sleeklandingpage.zip\";s:3:\"uid\";s:32:\"07f7f2608936a8ae226213b7d99eee3f\";s:3:\"img\";s:27:\"sleeklandingpage/slide1.jpg\";s:7:\"preview\";s:70:\"http://revolution.themepunch.com/landing-page-free-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:191:\"<span class=\"ttm_content\">A full-screen slider that can be used as an App-Landing-Page. The object layers and custom animations create a unique effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-22 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:59;a:22:{s:2:\"id\";s:2:\"60\";s:5:\"title\";s:16:\"App Landing Page\";s:5:\"alias\";s:14:\"applandingpage\";s:3:\"zip\";s:18:\"applandingpage.zip\";s:3:\"uid\";s:32:\"38eb600893c1484ab8fd2a3dce3678d7\";s:3:\"img\";s:25:\"applandingpage/slide1.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/app-landing-page-free-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:263:\"<span class=\"ttm_content\">A full-screen hero block that can be used as an app landing page. The detail view is build using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:60;a:22:{s:2:\"id\";s:2:\"61\";s:5:\"title\";s:10:\"Desk Scene\";s:5:\"alias\";s:9:\"deskscene\";s:3:\"zip\";s:13:\"deskscene.zip\";s:3:\"uid\";s:32:\"172a1a89a3e3b333cb4dbeb238f534c5\";s:3:\"img\";s:20:\"deskscene/slide1.jpg\";s:7:\"preview\";s:49:\"http://revolution.themepunch.com/hero-desk-scene/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:135:\"<span class=\"ttm_content\">A beautiful desk scene with a cool reveal effect when scrolling down.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:61;a:22:{s:2:\"id\";s:2:\"62\";s:5:\"title\";s:17:\"Clean News Slider\";s:5:\"alias\";s:15:\"cleannewsslider\";s:3:\"zip\";s:19:\"cleannewsslider.zip\";s:3:\"uid\";s:32:\"82c3f521fe31b80984be0f19e1a9899e\";s:3:\"img\";s:26:\"cleannewsslider/slide1.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-news-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:132:\"<span class=\"ttm_content\">A slideshow example with clean content and thumbnail navigation.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:62;a:22:{s:2:\"id\";s:2:\"63\";s:5:\"title\";s:13:\"Image Gallery\";s:5:\"alias\";s:12:\"imagegallery\";s:3:\"zip\";s:16:\"imagegallery.zip\";s:3:\"uid\";s:32:\"cef1d75357df2cb53b990c74a214813e\";s:3:\"img\";s:23:\"imagegallery/slide1.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/wordpress-photo-gallery-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"667\";s:11:\"description\";s:239:\"<span class=\"ttm_content\">A photo gallery suitable to display your images using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:63;a:22:{s:2:\"id\";s:2:\"64\";s:5:\"title\";s:19:\"Standard WP Gallery\";s:5:\"alias\";s:19:\"standard-wp-gallery\";s:3:\"zip\";s:23:\"standard-wp-gallery.zip\";s:3:\"uid\";s:32:\"632035b8a27652d8081dbdfa343dc93d\";s:3:\"img\";s:30:\"standard-wp-gallery/slide1.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/wordpress-photo-gallery-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"667\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A photo gallery that uses the \"Standard WP Gallery\" add-on to display images.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:407:\"<span class=\"ttm_content\">Please follow the setup guide on the \"Standard WP Gallery\" add-on page.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";s:166:\"[{\"path\":\"revslider-gallery-addon\\/revslider-gallery-addon.php\",\"name\":\"WP Gallery AddOn\",\"url\":\"http:\\/\\/revolution.themepunch.com\\/wordpress-photo-gallery-plugin\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:64;a:22:{s:2:\"id\";s:2:\"65\";s:5:\"title\";s:21:\"Clean News Post Based\";s:5:\"alias\";s:21:\"clean-news-post-based\";s:3:\"zip\";s:25:\"clean-news-post-based.zip\";s:3:\"uid\";s:32:\"f4cf5bbe51afa5a361754bb081cbabf2\";s:3:\"img\";s:32:\"clean-news-post-based/slide1.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-news-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:125:\"<span class=\"ttm_content\"> This slider is automatically populated by WordPress posts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:423:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Post-Based Slider\"</a>. Make sure to select the post type you want to display in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:65;a:22:{s:2:\"id\";s:2:\"66\";s:5:\"title\";s:22:\"Interactive Whiteboard\";s:5:\"alias\";s:21:\"interactivewhiteboard\";s:3:\"zip\";s:25:\"interactivewhiteboard.zip\";s:3:\"uid\";s:32:\"058b4af535d6c6c7bcec5225845e3eb4\";s:3:\"img\";s:32:\"interactivewhiteboard/slide1.jpg\";s:7:\"preview\";s:77:\"http://revolution.themepunch.com/interactive-whiteboard-animation-free-addon/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:269:\"<span class=\"ttm_content\">This is the example slider from the Whiteboard add-on preview.<br/><a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used to achieve certain effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:541:\"<span class=\"ttm_content\">This slider template requires the <a href=\"https://www.themepunch.com/slider-revolution/whiteboard-addon/\" target=\"_blank\">Whiteboard add-on</a> to be installed. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:185:\"[{\"path\":\"revslider-whiteboard-addon\\/revslider-whiteboard-addon.php\",\"name\":\"Whiteboard AddOn\",\"url\":\"http:\\/\\/revolution.themepunch.com\\/interactive-whiteboard-animation-free-addon\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:66;a:22:{s:2:\"id\";s:2:\"68\";s:5:\"title\";s:17:\"Innovation Slider\";s:5:\"alias\";s:10:\"innovation\";s:3:\"zip\";s:14:\"innovation.zip\";s:3:\"uid\";s:32:\"d3440b69126d9c186fddc713b18b0002\";s:3:\"img\";s:21:\"innovation/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/best-wordpress-slider-plugin-2016/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:7:\"5.2.3.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:258:\"<span class=\"ttm_content\">A full-screen slider with an elegant fade-out parallax effect. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:493:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images, videos and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-03-29 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:67;a:25:{s:2:\"id\";s:2:\"69\";s:5:\"title\";s:25:\"Dark Content Block - Menu\";s:5:\"alias\";s:24:\"dark-fullsite-block-menu\";s:3:\"zip\";s:34:\"packs/dark-fullsite-block-menu.zip\";s:3:\"uid\";s:32:\"bf4bd226719d3c3d3146592976e31ca1\";s:3:\"img\";s:35:\"dark-fullsite-block-menu/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:68;a:25:{s:2:\"id\";s:2:\"70\";s:5:\"title\";s:25:\"Dark Content Block - Hero\";s:5:\"alias\";s:21:\"dark-fullsite-block-1\";s:3:\"zip\";s:31:\"packs/dark-fullsite-block-1.zip\";s:3:\"uid\";s:32:\"d8859245fe600288ca932dc29aca751f\";s:3:\"img\";s:32:\"dark-fullsite-block-1/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:69;a:25:{s:2:\"id\";s:2:\"71\";s:5:\"title\";s:26:\"Dark Content Block - About\";s:5:\"alias\";s:27:\"dark-fullsite-block-2-about\";s:3:\"zip\";s:37:\"packs/dark-fullsite-block-2-about.zip\";s:3:\"uid\";s:32:\"298401901521a197a8294c1b4f73df3e\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:70;a:25:{s:2:\"id\";s:2:\"72\";s:5:\"title\";s:29:\"Dark Content Block - Services\";s:5:\"alias\";s:30:\"dark-fullsite-block-3-services\";s:3:\"zip\";s:40:\"packs/dark-fullsite-block-3-services.zip\";s:3:\"uid\";s:32:\"8da3ed605472ed6a26c745fb52f85f82\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:71;a:25:{s:2:\"id\";s:2:\"73\";s:5:\"title\";s:29:\"Dark Content Block - Products\";s:5:\"alias\";s:30:\"dark-fullsite-block-4-products\";s:3:\"zip\";s:40:\"packs/dark-fullsite-block-4-products.zip\";s:3:\"uid\";s:32:\"99e4f40399d20261a6131043d0e50b0c\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:422:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\r\n\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:72;a:25:{s:2:\"id\";s:2:\"74\";s:5:\"title\";s:33:\"Dark Content Block - Testimonials\";s:5:\"alias\";s:34:\"dark-fullsite-block-5-testimonials\";s:3:\"zip\";s:44:\"packs/dark-fullsite-block-5-testimonials.zip\";s:3:\"uid\";s:32:\"2f9121e0eedd51afe85e233d0743acab\";s:3:\"img\";s:45:\"dark-fullsite-block-5-testimonials/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:73;a:25:{s:2:\"id\";s:2:\"75\";s:5:\"title\";s:28:\"Dark Content Block - Callout\";s:5:\"alias\";s:29:\"dark-fullsite-block-6-callout\";s:3:\"zip\";s:39:\"packs/dark-fullsite-block-6-callout.zip\";s:3:\"uid\";s:32:\"55fbecb113ff21f050be7adc08637329\";s:3:\"img\";s:40:\"dark-fullsite-block-6-callout/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:74;a:25:{s:2:\"id\";s:2:\"76\";s:5:\"title\";s:27:\"Dark Content Block - Footer\";s:5:\"alias\";s:28:\"dark-fullsite-block-7-footer\";s:3:\"zip\";s:38:\"packs/dark-fullsite-block-7-footer.zip\";s:3:\"uid\";s:32:\"2ff517f5c7c54e3e0c2dd733cfd3400e\";s:3:\"img\";s:39:\"dark-fullsite-block-7-footer/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:75;a:25:{s:2:\"id\";s:2:\"77\";s:5:\"title\";s:26:\"Light Content Block - Menu\";s:5:\"alias\";s:19:\"fullsite-block-menu\";s:3:\"zip\";s:29:\"packs/fullsite-block-menu.zip\";s:3:\"uid\";s:32:\"8010971f34387d5f94a1f4e577ef382a\";s:3:\"img\";s:30:\"fullsite-block-menu/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:76;a:25:{s:2:\"id\";s:2:\"78\";s:5:\"title\";s:26:\"Light Content Block - Hero\";s:5:\"alias\";s:15:\"fullsite-block1\";s:3:\"zip\";s:25:\"packs/fullsite-block1.zip\";s:3:\"uid\";s:32:\"45bf7179843e01ce112e8ec754b0455c\";s:3:\"img\";s:26:\"fullsite-block1/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:77;a:25:{s:2:\"id\";s:2:\"79\";s:5:\"title\";s:27:\"Light Content Block - About\";s:5:\"alias\";s:22:\"fullsite-block-2-about\";s:3:\"zip\";s:32:\"packs/fullsite-block-2-about.zip\";s:3:\"uid\";s:32:\"8402b460638a746d36433cb161440b7d\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:78;a:25:{s:2:\"id\";s:2:\"80\";s:5:\"title\";s:30:\"Light Content Block - Services\";s:5:\"alias\";s:25:\"fullsite-block-3-services\";s:3:\"zip\";s:35:\"packs/fullsite-block-3-services.zip\";s:3:\"uid\";s:32:\"7b8cea27f4d6ae17c5e1eae12457bd06\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:79;a:25:{s:2:\"id\";s:2:\"81\";s:5:\"title\";s:30:\"Light Content Block - Products\";s:5:\"alias\";s:25:\"fullsite-block-4-products\";s:3:\"zip\";s:35:\"packs/fullsite-block-4-products.zip\";s:3:\"uid\";s:32:\"d148935362d7122636cda0635eae4be7\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:80;a:25:{s:2:\"id\";s:2:\"82\";s:5:\"title\";s:34:\"Light Content Block - Testimonials\";s:5:\"alias\";s:29:\"fullsite-block-5-testimonials\";s:3:\"zip\";s:39:\"packs/fullsite-block-5-testimonials.zip\";s:3:\"uid\";s:32:\"06255bfd421e40f71fa8197b839dbf03\";s:3:\"img\";s:40:\"fullsite-block-5-testimonials/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:81;a:25:{s:2:\"id\";s:2:\"83\";s:5:\"title\";s:29:\"Light Content Block - Callout\";s:5:\"alias\";s:24:\"fullsite-block-6-callout\";s:3:\"zip\";s:34:\"packs/fullsite-block-6-callout.zip\";s:3:\"uid\";s:32:\"8a88c3447676b613ec5db2fe5d63315c\";s:3:\"img\";s:35:\"fullsite-block-6-callout/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:82;a:25:{s:2:\"id\";s:2:\"84\";s:5:\"title\";s:28:\"Light Content Block - Footer\";s:5:\"alias\";s:23:\"fullsite-block-7-footer\";s:3:\"zip\";s:33:\"packs/fullsite-block-7-footer.zip\";s:3:\"uid\";s:32:\"34300b4407a2093eb2e1e08868fa8319\";s:3:\"img\";s:34:\"fullsite-block-7-footer/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:83;a:22:{s:2:\"id\";s:2:\"85\";s:5:\"title\";s:12:\"Tech Journal\";s:5:\"alias\";s:11:\"techjournal\";s:3:\"zip\";s:15:\"techjournal.zip\";s:3:\"uid\";s:32:\"7f92d70d1c108378f915b18c2ceb71d6\";s:3:\"img\";s:22:\"techjournal/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.1\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:130:\"<span class=\"ttm_content\">A full-width slider with navigation direction-based transitions.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:84;a:22:{s:2:\"id\";s:2:\"86\";s:5:\"title\";s:14:\"Car Dealership\";s:5:\"alias\";s:13:\"cardealership\";s:3:\"zip\";s:17:\"cardealership.zip\";s:3:\"uid\";s:32:\"bb010838855a8ae4d1dd68e139bf169e\";s:3:\"img\";s:24:\"cardealership/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/car-dealership-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"650\";s:11:\"description\";s:130:\"<span class=\"ttm_content\">A full-width slider with navigation direction-based transitions.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:85;a:22:{s:2:\"id\";s:2:\"87\";s:5:\"title\";s:22:\"FullScreen Menu Slider\";s:5:\"alias\";s:14:\"fullscreenmenu\";s:3:\"zip\";s:18:\"fullscreenmenu.zip\";s:3:\"uid\";s:32:\"6de81d74c4bf193e2e274d43038adc85\";s:3:\"img\";s:25:\"fullscreenmenu/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-fullscreen-menu/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:131:\"<span class=\"ttm_content\">A full-screen slider that contains a menu with slide blur effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:86;a:22:{s:2:\"id\";s:2:\"88\";s:5:\"title\";s:18:\"Creative Frontpage\";s:5:\"alias\";s:17:\"creativefrontpage\";s:3:\"zip\";s:21:\"creativefrontpage.zip\";s:3:\"uid\";s:32:\"0636cb368af3bcaa2f68eb0ebefe6439\";s:3:\"img\";s:28:\"creativefrontpage/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/best-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:246:\"<span class=\"ttm_content\">A full-screen slider with hidden slides that are triggered via  <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:87;a:25:{s:2:\"id\";s:2:\"89\";s:5:\"title\";s:20:\"Website Builder Menu\";s:5:\"alias\";s:19:\"websitebuilder-menu\";s:3:\"zip\";s:29:\"packs/websitebuilder-menu.zip\";s:3:\"uid\";s:32:\"d9e6d9c961f123a3a4847b51fc3ba3a2\";s:3:\"img\";s:30:\"websitebuilder-menu/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"60\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:88;a:25:{s:2:\"id\";s:2:\"90\";s:5:\"title\";s:20:\"Website Builder Hero\";s:5:\"alias\";s:19:\"websitebuilder-hero\";s:3:\"zip\";s:29:\"packs/websitebuilder-hero.zip\";s:3:\"uid\";s:32:\"6cb2df9a41ad2e7865bb9bbea7e39cb5\";s:3:\"img\";s:30:\"websitebuilder-hero/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:89;a:25:{s:2:\"id\";s:2:\"91\";s:5:\"title\";s:23:\"Website Builder Clients\";s:5:\"alias\";s:22:\"websitebuilder-clients\";s:3:\"zip\";s:32:\"packs/websitebuilder-clients.zip\";s:3:\"uid\";s:32:\"050e59c43c9a693510d01f29532088cf\";s:3:\"img\";s:33:\"websitebuilder-clients/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"120\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:90;a:25:{s:2:\"id\";s:2:\"92\";s:5:\"title\";s:24:\"Website Builder Services\";s:5:\"alias\";s:23:\"websitebuilder-services\";s:3:\"zip\";s:33:\"packs/websitebuilder-services.zip\";s:3:\"uid\";s:32:\"48d56d67615efce619ae973ab4358c07\";s:3:\"img\";s:34:\"websitebuilder-services/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"558\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:91;a:25:{s:2:\"id\";s:2:\"93\";s:5:\"title\";s:24:\"Website Builder Discover\";s:5:\"alias\";s:23:\"websitebuilder-discover\";s:3:\"zip\";s:33:\"packs/websitebuilder-discover.zip\";s:3:\"uid\";s:32:\"425a08a7be338daea3df02a07ff5c316\";s:3:\"img\";s:34:\"websitebuilder-discover/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"955\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:92;a:25:{s:2:\"id\";s:2:\"94\";s:5:\"title\";s:22:\"Website Builder Slider\";s:5:\"alias\";s:21:\"websitebuilder-slider\";s:3:\"zip\";s:31:\"packs/websitebuilder-slider.zip\";s:3:\"uid\";s:32:\"9d670b7335016accb590dc8d52bfb6f0\";s:3:\"img\";s:32:\"websitebuilder-slider/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:93;a:25:{s:2:\"id\";s:2:\"95\";s:5:\"title\";s:28:\"Website Builder CallToAction\";s:5:\"alias\";s:27:\"websitebuilder-calltoaction\";s:3:\"zip\";s:37:\"packs/websitebuilder-calltoaction.zip\";s:3:\"uid\";s:32:\"45851baf9e61f55ed9f5fa9d0beff77e\";s:3:\"img\";s:38:\"websitebuilder-calltoaction/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"960\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:94;a:25:{s:2:\"id\";s:2:\"96\";s:5:\"title\";s:22:\"Website Builder Footer\";s:5:\"alias\";s:21:\"websitebuilder-footer\";s:3:\"zip\";s:31:\"packs/websitebuilder-footer.zip\";s:3:\"uid\";s:32:\"2732bbe66ef28219d6cc53ce8cc78863\";s:3:\"img\";s:32:\"websitebuilder-footer/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:95;a:22:{s:2:\"id\";s:2:\"97\";s:5:\"title\";s:21:\"Focus Parallax Effect\";s:5:\"alias\";s:13:\"focusparallax\";s:3:\"zip\";s:17:\"focusparallax.zip\";s:3:\"uid\";s:32:\"13bd15fb3ddf8b9841cb55b89389cc73\";s:3:\"img\";s:24:\"focusparallax/slide1.jpg\";s:7:\"preview\";s:68:\" https://revolution.themepunch.com/parallax-effect-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:256:\"<span class=\"ttm_content\">A full-screen slider with mouse controlled parallax effects. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:96;a:22:{s:2:\"id\";s:2:\"98\";s:5:\"title\";s:14:\"Duotone Slider\";s:5:\"alias\";s:7:\"duotone\";s:3:\"zip\";s:11:\"duotone.zip\";s:3:\"uid\";s:32:\"494862ceb6cb7c6658ad7cd36848cccd\";s:3:\"img\";s:18:\"duotone/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/wordpress-header-image-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.4\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:252:\"<span class=\"ttm_content\">A full-screen slider with unique parallax scroll effect. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:97;a:25:{s:2:\"id\";s:2:\"99\";s:5:\"title\";s:12:\"Minimal Menu\";s:5:\"alias\";s:6:\"r_menu\";s:3:\"zip\";s:16:\"packs/r_menu.zip\";s:3:\"uid\";s:32:\"30d6a6895db1a5f29b1679061551c9f0\";s:3:\"img\";s:17:\"r_menu/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"110\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:98;a:25:{s:2:\"id\";s:3:\"100\";s:5:\"title\";s:12:\"Minimal Hero\";s:5:\"alias\";s:5:\"rhero\";s:3:\"zip\";s:16:\"packs/r_hero.zip\";s:3:\"uid\";s:32:\"b8b46186956f6e66ad0c08e4532bbbde\";s:3:\"img\";s:17:\"r_hero/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:99;a:25:{s:2:\"id\";s:3:\"101\";s:5:\"title\";s:13:\"Minimal About\";s:5:\"alias\";s:7:\"r_about\";s:3:\"zip\";s:17:\"packs/r_about.zip\";s:3:\"uid\";s:32:\"343010c4b4c03f92888c3e9e95bc2bb1\";s:3:\"img\";s:18:\"r_about/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:100;a:25:{s:2:\"id\";s:3:\"102\";s:5:\"title\";s:16:\"Minimal Products\";s:5:\"alias\";s:10:\"r_products\";s:3:\"zip\";s:20:\"packs/r_products.zip\";s:3:\"uid\";s:32:\"dda93e85c6a4456d132040147f087f39\";s:3:\"img\";s:21:\"r_products/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1100\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:101;a:25:{s:2:\"id\";s:3:\"103\";s:5:\"title\";s:12:\"Minimal Info\";s:5:\"alias\";s:6:\"r_info\";s:3:\"zip\";s:16:\"packs/r_info.zip\";s:3:\"uid\";s:32:\"d6e368e8fd4862174af6c980389ae530\";s:3:\"img\";s:17:\"r_info/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:102;a:22:{s:2:\"id\";s:3:\"104\";s:5:\"title\";s:18:\"Inspiration Header\";s:5:\"alias\";s:17:\"inspirationheader\";s:3:\"zip\";s:21:\"inspirationheader.zip\";s:3:\"uid\";s:32:\"69f04b2be0b618fa7e184af83b86b7e7\";s:3:\"img\";s:28:\"inspirationheader/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/wordpress-theme-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:159:\"<span class=\"ttm_content\">This full-screen hero slider features sequentially animated texts and cool parallax elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:103;a:22:{s:2:\"id\";s:3:\"105\";s:5:\"title\";s:15:\"Magazine Slider\";s:5:\"alias\";s:13:\"magazineposts\";s:3:\"zip\";s:17:\"magazineposts.zip\";s:3:\"uid\";s:32:\"c562f3457e4edbd030959f7c5e6e0f7c\";s:3:\"img\";s:24:\"magazineposts/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-magazine-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">A full-width slider with a mouse-controlled 3D-Parallax effect. Enjoy! <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:104;a:22:{s:2:\"id\";s:3:\"106\";s:5:\"title\";s:11:\"News Header\";s:5:\"alias\";s:17:\"explorationheader\";s:3:\"zip\";s:21:\"explorationheader.zip\";s:3:\"uid\";s:32:\"8f20d5a868c90ded08b835fb9e8307d7\";s:3:\"img\";s:28:\"explorationheader/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/wordpress-news-header/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:288:\"<span class=\"ttm_content\">A full-screen slider that is a perfect fit for displaying news on your websites header! Check out <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> to add links to buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:109;a:22:{s:2:\"id\";s:3:\"111\";s:5:\"title\";s:17:\"Typewriter Effect\";s:5:\"alias\";s:16:\"typewritereffect\";s:3:\"zip\";s:20:\"typewritereffect.zip\";s:3:\"uid\";s:32:\"d6f8bae06cc4a7b158d680c01e59ddc2\";s:3:\"img\";s:27:\"typewritereffect/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/wordpress-typewriter-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:263:\"<span class=\"ttm_content\">This is the example slider from the Typewriter add-on preview.<br/><a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:403:\"<span class=\"ttm_content\">This slider template requires the <a href=\"https://www.themepunch.com/slider-revolution/typewriter-addon/\" target=\"_blank\">Typewriter add-on</a> to be installed. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:110;a:22:{s:2:\"id\";s:3:\"112\";s:5:\"title\";s:17:\"Blend Mode Header\";s:5:\"alias\";s:15:\"blendmodeheader\";s:3:\"zip\";s:19:\"blendmodeheader.zip\";s:3:\"uid\";s:32:\"2e44e976596d757aab40ffa28086dcf9\";s:3:\"img\";s:26:\"blendmodeheader/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/blend-mode-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">This full-screen hero header with HMTL5 background video, utilizes the new 5.3 blend mode effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:111;a:25:{s:2:\"id\";s:3:\"113\";s:5:\"title\";s:17:\"Themeplicity Menu\";s:5:\"alias\";s:17:\"themeplicity_menu\";s:3:\"zip\";s:27:\"packs/themeplicity_menu.zip\";s:3:\"uid\";s:32:\"7d5c1e75eaafa63683895a32a62f4ce0\";s:3:\"img\";s:28:\"themeplicity_menu/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"90\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:112;a:25:{s:2:\"id\";s:3:\"114\";s:5:\"title\";s:19:\"Themeplicity Header\";s:5:\"alias\";s:19:\"themeplicity_header\";s:3:\"zip\";s:29:\"packs/themeplicity_header.zip\";s:3:\"uid\";s:32:\"907091e4d58acc7d12f802de2f280b7d\";s:3:\"img\";s:30:\"themeplicity_header/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:113;a:25:{s:2:\"id\";s:3:\"115\";s:5:\"title\";s:18:\"Themeplicity Offer\";s:5:\"alias\";s:18:\"themeplicity_offer\";s:3:\"zip\";s:28:\"packs/themeplicity_offer.zip\";s:3:\"uid\";s:32:\"1bd8f9aa2f3e340449664c65ba17fb51\";s:3:\"img\";s:29:\"themeplicity_offer/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"330\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:114;a:25:{s:2:\"id\";s:3:\"116\";s:5:\"title\";s:23:\"Themeplicity What We Do\";s:5:\"alias\";s:21:\"themeplicity_whatwedo\";s:3:\"zip\";s:31:\"packs/themeplicity_whatwedo.zip\";s:3:\"uid\";s:32:\"aa800a44b5a3eab30414dde1f32bfed7\";s:3:\"img\";s:32:\"themeplicity_whatwedo/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"813\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:115;a:25:{s:2:\"id\";s:3:\"117\";s:5:\"title\";s:21:\"Themeplicity Projects\";s:5:\"alias\";s:21:\"themeplicity_projects\";s:3:\"zip\";s:31:\"packs/themeplicity_projects.zip\";s:3:\"uid\";s:32:\"5f61b3a13033ba6a51a18270163e0a50\";s:3:\"img\";s:32:\"themeplicity_projects/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"813\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:116;a:25:{s:2:\"id\";s:3:\"118\";s:5:\"title\";s:24:\"Themeplicity Whats Great\";s:5:\"alias\";s:23:\"themeplicity_whatsgreat\";s:3:\"zip\";s:33:\"packs/themeplicity_whatsgreat.zip\";s:3:\"uid\";s:32:\"ce9faf8c55ed2e33e091b23667e7173b\";s:3:\"img\";s:34:\"themeplicity_whatsgreat/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:117;a:25:{s:2:\"id\";s:3:\"119\";s:5:\"title\";s:19:\"Themeplicity Tables\";s:5:\"alias\";s:19:\"themeplicity_tables\";s:3:\"zip\";s:29:\"packs/themeplicity_tables.zip\";s:3:\"uid\";s:32:\"f28bb4cd20ec1f29a1de7da5ad09c293\";s:3:\"img\";s:30:\"themeplicity_tables/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1059\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:118;a:25:{s:2:\"id\";s:3:\"120\";s:5:\"title\";s:24:\"Themeplicity Contactform\";s:5:\"alias\";s:24:\"themeplicity_contactform\";s:3:\"zip\";s:34:\"packs/themeplicity_contactform.zip\";s:3:\"uid\";s:32:\"3e59da970f534490774fa8e053f5b5ed\";s:3:\"img\";s:35:\"themeplicity_contactform/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1067\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:119;a:25:{s:2:\"id\";s:3:\"121\";s:5:\"title\";s:19:\"Themeplicity Footer\";s:5:\"alias\";s:19:\"themeplicity_footer\";s:3:\"zip\";s:29:\"packs/themeplicity_footer.zip\";s:3:\"uid\";s:32:\"89eeb0b4b852c5f743e1bd76e3e8f2ef\";s:3:\"img\";s:30:\"themeplicity_footer/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"780\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:121;a:25:{s:2:\"id\";s:3:\"123\";s:5:\"title\";s:19:\"Nice And Clean Menu\";s:5:\"alias\";s:17:\"NiceAndClean_Menu\";s:3:\"zip\";s:27:\"packs/NiceAndClean_Menu.zip\";s:3:\"uid\";s:32:\"3f8c01e26c7446428e045c4b1180776d\";s:3:\"img\";s:28:\"NiceAndClean_Menu/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"90\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:122;a:25:{s:2:\"id\";s:3:\"124\";s:5:\"title\";s:21:\"Nice And Clean Header\";s:5:\"alias\";s:19:\"NiceAndClean_Header\";s:3:\"zip\";s:29:\"packs/NiceAndClean_Header.zip\";s:3:\"uid\";s:32:\"76931033addb20a62557c2845a4d6a11\";s:3:\"img\";s:30:\"NiceAndClean_Header/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:123;a:25:{s:2:\"id\";s:3:\"125\";s:5:\"title\";s:23:\"Nice And Clean Services\";s:5:\"alias\";s:21:\"NiceAndClean_Services\";s:3:\"zip\";s:31:\"packs/NiceAndClean_Services.zip\";s:3:\"uid\";s:32:\"02f72ec606800c8215bcadea09624e87\";s:3:\"img\";s:32:\"NiceAndClean_Services/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"360\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:124;a:25:{s:2:\"id\";s:3:\"126\";s:5:\"title\";s:20:\"Nice And Clean About\";s:5:\"alias\";s:18:\"NiceAndClean_About\";s:3:\"zip\";s:28:\"packs/NiceAndClean_About.zip\";s:3:\"uid\";s:32:\"9510f6fdbb8e9473e8c22f692a6bc89f\";s:3:\"img\";s:29:\"NiceAndClean_About/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:125;a:25:{s:2:\"id\";s:3:\"127\";s:5:\"title\";s:20:\"Nice And Clean Video\";s:5:\"alias\";s:18:\"niceandclean_video\";s:3:\"zip\";s:28:\"packs/niceandclean_video.zip\";s:3:\"uid\";s:32:\"2bb9e1ad329435cc500542d0c7025e15\";s:3:\"img\";s:29:\"niceandclean_video/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:126;a:25:{s:2:\"id\";s:3:\"128\";s:5:\"title\";s:25:\"Nice And Clean Highlights\";s:5:\"alias\";s:23:\"niceandclean_highlights\";s:3:\"zip\";s:33:\"packs/niceandclean_highlights.zip\";s:3:\"uid\";s:32:\"ff396af163a79d2d5b35db17c1ea7aa6\";s:3:\"img\";s:34:\"niceandclean_highlights/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:127;a:25:{s:2:\"id\";s:3:\"129\";s:5:\"title\";s:23:\"Nice And Clean Projects\";s:5:\"alias\";s:21:\"NiceAndClean_Projects\";s:3:\"zip\";s:31:\"packs/NiceAndClean_Projects.zip\";s:3:\"uid\";s:32:\"1e6695959ef83f8975b52289c08a4d44\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:128;a:25:{s:2:\"id\";s:3:\"130\";s:5:\"title\";s:25:\"Nice And Clean TextBlocks\";s:5:\"alias\";s:23:\"niceandclean_textblocks\";s:3:\"zip\";s:33:\"packs/niceandclean_textblocks.zip\";s:3:\"uid\";s:32:\"1f33eb839c96ea3225faff1c8d382b05\";s:3:\"img\";s:34:\"niceandclean_textblocks/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:129;a:25:{s:2:\"id\";s:3:\"131\";s:5:\"title\";s:22:\"Nice And Clean CallOut\";s:5:\"alias\";s:20:\"niceandclean_callout\";s:3:\"zip\";s:30:\"packs/niceandclean_callout.zip\";s:3:\"uid\";s:32:\"54d4d9bcf79d357de0e614700e909863\";s:3:\"img\";s:31:\"niceandclean_callout/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:130;a:25:{s:2:\"id\";s:3:\"132\";s:5:\"title\";s:21:\"Nice And Clean Footer\";s:5:\"alias\";s:19:\"niceandclean_footer\";s:3:\"zip\";s:29:\"packs/niceandclean_footer.zip\";s:3:\"uid\";s:32:\"5492d7f72b3771a4e754f91bda063b15\";s:3:\"img\";s:30:\"niceandclean_footer/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"400\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:542:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">For using the social sharing buttons, please install the social sharing add-on.<br><br></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:131;a:22:{s:2:\"id\";s:3:\"134\";s:5:\"title\";s:15:\"80s Style Intro\";s:5:\"alias\";s:3:\"80s\";s:3:\"zip\";s:7:\"80s.zip\";s:3:\"uid\";s:32:\"98881ab51f71b2fbdb220752d321b15a\";s:3:\"img\";s:14:\"80s/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/80s-style-intro/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:139:\"<span class=\"ttm_content\">This intro hero block takes you back to the 80\'s with some funky effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:317:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and text.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:132;a:22:{s:2:\"id\";s:3:\"135\";s:5:\"title\";s:18:\"Blur Effect Slider\";s:5:\"alias\";s:10:\"blurslider\";s:3:\"zip\";s:14:\"blurslider.zip\";s:3:\"uid\";s:32:\"83bd6e1ccef83f03c944fa05b0a2d879\";s:3:\"img\";s:21:\"blurslider/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/blur-effect-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:147:\"<span class=\"ttm_content\">This slider makes use of the brand new blur effects available with version 5.3.1.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:315:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change the background images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:133;a:22:{s:2:\"id\";s:3:\"136\";s:5:\"title\";s:18:\"Coming Soon Add-On\";s:5:\"alias\";s:15:\"ComingSoonAddon\";s:3:\"zip\";s:19:\"ComingSoonAddon.zip\";s:3:\"uid\";s:32:\"51258492055b940099eb96ba52901fa9\";s:3:\"img\";s:26:\"ComingSoonAddon/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/coming-soon-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:133:\"<span class=\"ttm_content\">This slider template makes use of the brand new Coming Soon Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:197:\"[{\"path\":\"revslider-maintenance-addon\\/revslider-maintenance-addon.php\",\"name\":\"Coming Soon & Maintenance AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-coming-soon-maintenance\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:135;a:22:{s:2:\"id\";s:3:\"138\";s:5:\"title\";s:18:\"Snow Effect Add-On\";s:5:\"alias\";s:9:\"snowaddon\";s:3:\"zip\";s:13:\"snowaddon.zip\";s:3:\"uid\";s:32:\"7408d8567b8af5716eaabd390422e51b\";s:3:\"img\";s:20:\"snowaddon/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/snow-effect-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:183:\"<span class=\"ttm_content\">Add a pleasant Snow Effect to your website with this slider template. Make sure to install the \"Holiday Snow\" Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:153:\"[{\"path\":\"revslider-snow-addon\\/revslider-snow-addon.php\",\"name\":\"Snow AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:136;a:22:{s:2:\"id\";s:3:\"139\";s:5:\"title\";s:19:\"Particle Effect One\";s:5:\"alias\";s:19:\"particle-effect-one\";s:3:\"zip\";s:23:\"particle-effect-one.zip\";s:3:\"uid\";s:32:\"a4611c906e35ca60f617da86217b5299\";s:3:\"img\";s:30:\"particle-effect-one/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/particle-effect-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:442:\"<span class=\"ttm_content\">The blend mode effect is achieved through a layer image with CSS blend mode. If you want to customize this effect, select the \"BLEND MODE IMAGE\" layer and go to \"advanced style -> filters -> blend mode\".</span>\r\n<span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:137;a:22:{s:2:\"id\";s:3:\"140\";s:5:\"title\";s:19:\"Particle Effect Two\";s:5:\"alias\";s:19:\"particle-effect-two\";s:3:\"zip\";s:23:\"particle-effect-two.zip\";s:3:\"uid\";s:32:\"b8ecbf43374a69e4ab329ea834862ef8\";s:3:\"img\";s:30:\"particle-effect-two/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/particle-effect-intro/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:138;a:22:{s:2:\"id\";s:3:\"141\";s:5:\"title\";s:21:\"Particle Effect Three\";s:5:\"alias\";s:21:\"particle-effect-three\";s:3:\"zip\";s:25:\"particle-effect-three.zip\";s:3:\"uid\";s:32:\"b33bc2c5655d8d51cd17c3740f72e748\";s:3:\"img\";s:32:\"particle-effect-three/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/particle-background-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:437:\"<span class=\"ttm_content\">The blend mode effect is achieved through a layer image with CSS blend mode. If you want to customize this effect, select the \"BLEND IMAGE\" layer and go to \"advanced style -> filters -> blend mode\".</span>\r\n<span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:139;a:22:{s:2:\"id\";s:3:\"142\";s:5:\"title\";s:16:\"Portfolio Viewer\";s:5:\"alias\";s:15:\"portfolioviewer\";s:3:\"zip\";s:19:\"portfolioviewer.zip\";s:3:\"uid\";s:32:\"9ac7230ff5b880fb6c8f28fbbc123b3b\";s:3:\"img\";s:26:\"portfolioviewer/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/wordpress-portfolio-plugin/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:207:\"<span class=\"ttm_content\">This slider template can be used to display your portfolio highlights in a stunning way, utilising out free particles add-on and blend modes.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:387:\"<span class=\"ttm_content\">The navigation for the slides is found in the <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">Static Layers</a>.</span><span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:140;a:22:{s:2:\"id\";s:3:\"143\";s:5:\"title\";s:12:\"App Showcase\";s:5:\"alias\";s:11:\"appshowcase\";s:3:\"zip\";s:15:\"appshowcase.zip\";s:3:\"uid\";s:32:\"082aef931b0369080bc30c3a2a0c331f\";s:3:\"img\";s:22:\"appshowcase/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/app-showcase-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:239:\"<span class=\"ttm_content\">This template shows off our new \"Polyfold Effects\" Add-On in form of an App product showcase module. Get started now and illustrate your Apps key features in a striking way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:179:\"[{\"path\":\"revslider-polyfold-addon\\/revslider-polyfold-addon.php\",\"name\":\"Polyfold Scroll Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:141;a:22:{s:2:\"id\";s:3:\"144\";s:5:\"title\";s:19:\"Gravity Design Hero\";s:5:\"alias\";s:13:\"gravitydesign\";s:3:\"zip\";s:17:\"gravitydesign.zip\";s:3:\"uid\";s:32:\"7bdbe73a6e5bf290cb4412708ac4134d\";s:3:\"img\";s:24:\"gravitydesign/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/best-wordpress-slider-plugin-2017/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.3.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:205:\"<span class=\"ttm_content\">This hero template shows a striking mouse-parallax scene and cool particle effects. Requires our \"Particle Effects\" Add-on to be installed.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:142;a:22:{s:2:\"id\";s:3:\"145\";s:5:\"title\";s:14:\"404 Error Page\";s:5:\"alias\";s:12:\"404errorpage\";s:3:\"zip\";s:16:\"404errorpage.zip\";s:3:\"uid\";s:32:\"2dc62d802b42b73088651cac17d0c486\";s:3:\"img\";s:23:\"404errorpage/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/404-error-page-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.3.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">This template can be used as a custom error page on your website with our new 404 page Add-On. Of course you can also use this template as a regular hero header.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:330:\"[{\"path\":\"revslider-404-addon\\/revslider-404-addon.php\",\"name\":\"404 Page Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:143;a:22:{s:2:\"id\";s:3:\"146\";s:5:\"title\";s:16:\"Carousel Gallery\";s:5:\"alias\";s:15:\"carouselgallery\";s:3:\"zip\";s:19:\"carouselgallery.zip\";s:3:\"uid\";s:32:\"041838fd32923c40e15c998f0ea19526\";s:3:\"img\";s:26:\"carouselgallery/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/wordpress-carousel-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:159:\"<span class=\"ttm_content\">This carousel gallery features a subtle parallax effect, html5 video and a fullscreen button.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:144;a:22:{s:2:\"id\";s:3:\"147\";s:5:\"title\";s:16:\"Filmstrip Effect\";s:5:\"alias\";s:9:\"filmstrip\";s:3:\"zip\";s:13:\"filmstrip.zip\";s:3:\"uid\";s:32:\"7bd142f272cc15d86998a79520e9e581\";s:3:\"img\";s:20:\"filmstrip/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/filmstrip-add-on-slider/ \";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">This template uses our Filmstrip Add-On to display a continuous scrolling set of images per slide.\r\n There is lots of customization options like animation speed and direction.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:180:\"[{\"path\":\"revslider-filmstrip-addon\\/revslider-filmstrip-addon.php\",\"name\":\"Background FilmStrip Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:145;a:22:{s:2:\"id\";s:3:\"148\";s:5:\"title\";s:11:\"Space Opera\";s:5:\"alias\";s:10:\"spaceopera\";s:3:\"zip\";s:14:\"spaceopera.zip\";s:3:\"uid\";s:32:\"a2c8bffcb138a86c0f373adebb6de046\";s:3:\"img\";s:21:\"spaceopera/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/space-opera-presentation/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:201:\"<span class=\"ttm_content\">The Space Opera template can be enjoyed as a slow paced, full-screen slider experience and is great to show your most prominent photos.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:146;a:22:{s:2:\"id\";s:3:\"149\";s:5:\"title\";s:13:\"Website Intro\";s:5:\"alias\";s:12:\"websiteintro\";s:3:\"zip\";s:16:\"websiteintro.zip\";s:3:\"uid\";s:32:\"348df76d999456aa19be58c9df56ae20\";s:3:\"img\";s:23:\"websiteintro/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/website-intro-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:274:\"<span class=\"ttm_content\">Making use of our new Slicey Add-On, this slider show a really cool effect you just have to experience yourself! Just change the slides background images and the existing slices will automatically be applied.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:171:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:147;a:22:{s:2:\"id\";s:3:\"150\";s:5:\"title\";s:13:\"Mask Showcase\";s:5:\"alias\";s:12:\"maskshowcase\";s:3:\"zip\";s:16:\"maskshowcase.zip\";s:3:\"uid\";s:32:\"fc943c31e2da9c63b252aeabf554d128\";s:3:\"img\";s:23:\"maskshowcase/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/minimal-mask-showcase/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Mask Showcase template uses gradients and the amazing block layer animations. A minimal slider treat for any website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:148;a:22:{s:2:\"id\";s:3:\"151\";s:5:\"title\";s:20:\"Parallax Zoom Slices\";s:5:\"alias\";s:18:\"parallaxzoomslices\";s:3:\"zip\";s:22:\"parallaxzoomslices.zip\";s:3:\"uid\";s:32:\"83537cae05709ddb9bcb7375470a5894\";s:3:\"img\";s:29:\"parallaxzoomslices/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/parallax-zoom-slices-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:249:\"<span class=\"ttm_content\">This template uses the Slicey Add-On to add a unique effect to slide background images. You can simple change the background images and the slice effect will automatically be applied.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:171:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:149;a:22:{s:2:\"id\";s:3:\"152\";s:5:\"title\";s:22:\"Double Exposure Effect\";s:5:\"alias\";s:20:\"doubleexposureeffect\";s:3:\"zip\";s:24:\"doubleexposureeffect.zip\";s:3:\"uid\";s:32:\"8d9229b5cbcf5bda5fbdc6a8e01a2b8c\";s:3:\"img\";s:31:\"doubleexposureeffect/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/wordpress-double-exposure-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">Make any website special with the double exposure effect slider. Use as a header module or anywhere you want!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:150;a:22:{s:2:\"id\";s:3:\"153\";s:5:\"title\";s:24:\"Mountain Parallax Header\";s:5:\"alias\";s:22:\"mountainparallaxheader\";s:3:\"zip\";s:26:\"mountainparallaxheader.zip\";s:3:\"uid\";s:32:\"8dc64663f317a2abdf179bbe341d016e\";s:3:\"img\";s:33:\"mountainparallaxheader/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/mountain-wordpress-parallax-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:192:\"<span class=\"ttm_content\">This template is a cool intro for any page, featuring a striking parallax effect. Just change texts and links and you\'re done!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:152;a:25:{s:2:\"id\";s:3:\"155\";s:5:\"title\";s:13:\"GoodNews Menu\";s:5:\"alias\";s:12:\"goodnewsmenu\";s:3:\"zip\";s:22:\"packs/goodnewsmenu.zip\";s:3:\"uid\";s:32:\"4cbc82501ff340fcdc0acf7eb3ba2640\";s:3:\"img\";s:23:\"goodnewsmenu/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:153;a:25:{s:2:\"id\";s:3:\"156\";s:5:\"title\";s:15:\"GoodNews Header\";s:5:\"alias\";s:14:\"goodnewsheader\";s:3:\"zip\";s:24:\"packs/goodnewsheader.zip\";s:3:\"uid\";s:32:\"c6660b6bdbf596f38466f569596f5259\";s:3:\"img\";s:25:\"goodnewsheader/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:154;a:25:{s:2:\"id\";s:3:\"157\";s:5:\"title\";s:18:\"GoodNews Whats Hot\";s:5:\"alias\";s:16:\"goodnewswhatshot\";s:3:\"zip\";s:26:\"packs/goodnewswhatshot.zip\";s:3:\"uid\";s:32:\"cb841ce64a99a6644adab049cf5405cd\";s:3:\"img\";s:27:\"goodnewswhatshot/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:155;a:25:{s:2:\"id\";s:3:\"158\";s:5:\"title\";s:17:\"GoodNews Featured\";s:5:\"alias\";s:16:\"goodnewsfeatured\";s:3:\"zip\";s:26:\"packs/goodnewsfeatured.zip\";s:3:\"uid\";s:32:\"00bde4b09e3700da7183999eaf137ccc\";s:3:\"img\";s:27:\"goodnewsfeatured/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:156;a:25:{s:2:\"id\";s:3:\"159\";s:5:\"title\";s:18:\"GoodNews Spotlight\";s:5:\"alias\";s:17:\"goodnewsspotlight\";s:3:\"zip\";s:27:\"packs/goodnewsspotlight.zip\";s:3:\"uid\";s:32:\"138076241a828e1c5764379944755f2b\";s:3:\"img\";s:28:\"goodnewsspotlight/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:157;a:25:{s:2:\"id\";s:3:\"160\";s:5:\"title\";s:17:\"GoodNews Carousel\";s:5:\"alias\";s:16:\"goodnewscarousel\";s:3:\"zip\";s:26:\"packs/goodnewscarousel.zip\";s:3:\"uid\";s:32:\"d29d4460a6015e30d08d2714232d3768\";s:3:\"img\";s:27:\"goodnewscarousel/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:158;a:25:{s:2:\"id\";s:3:\"161\";s:5:\"title\";s:16:\"GoodNews Callout\";s:5:\"alias\";s:15:\"goodnewscallout\";s:3:\"zip\";s:25:\"packs/goodnewscallout.zip\";s:3:\"uid\";s:32:\"d9568b3193e96577fae630b3a6728785\";s:3:\"img\";s:26:\"goodnewscallout/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:159;a:25:{s:2:\"id\";s:3:\"162\";s:5:\"title\";s:15:\"GoodNews Footer\";s:5:\"alias\";s:14:\"goodnewsfooter\";s:3:\"zip\";s:24:\"packs/goodnewsfooter.zip\";s:3:\"uid\";s:32:\"34f43f891cb8d55375149dc4bbc38298\";s:3:\"img\";s:25:\"goodnewsfooter/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:161;a:25:{s:2:\"id\";s:3:\"164\";s:5:\"title\";s:18:\"GoodNews Menu Back\";s:5:\"alias\";s:16:\"goodnewsmenuback\";s:3:\"zip\";s:26:\"packs/goodnewsmenuback.zip\";s:3:\"uid\";s:32:\"1340d1aeefba497a7d404d12a1fceed4\";s:3:\"img\";s:27:\"goodnewsmenuback/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:162;a:25:{s:2:\"id\";s:3:\"165\";s:5:\"title\";s:20:\"GoodNews Blog Header\";s:5:\"alias\";s:18:\"goodnewsblogheader\";s:3:\"zip\";s:28:\"packs/goodnewsblogheader.zip\";s:3:\"uid\";s:32:\"abc4d7c1e48475c6def05f1f6d8bf564\";s:3:\"img\";s:29:\"goodnewsblogheader/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:163;a:25:{s:2:\"id\";s:3:\"166\";s:5:\"title\";s:21:\"GoodNews Blog Content\";s:5:\"alias\";s:19:\"goodnewsblogcontent\";s:3:\"zip\";s:29:\"packs/goodnewsblogcontent.zip\";s:3:\"uid\";s:32:\"bbf34563da6db2779c29599b503b07e9\";s:3:\"img\";s:30:\"goodnewsblogcontent/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:164;a:25:{s:2:\"id\";s:3:\"167\";s:5:\"title\";s:21:\"GoodNews Testimonials\";s:5:\"alias\";s:20:\"goodnewstestimonials\";s:3:\"zip\";s:30:\"packs/goodnewstestimonials.zip\";s:3:\"uid\";s:32:\"606b7336e86f69c567542d3f43712b56\";s:3:\"img\";s:31:\"goodnewstestimonials/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:165;a:25:{s:2:\"id\";s:3:\"168\";s:5:\"title\";s:20:\"GoodNews Blog Footer\";s:5:\"alias\";s:18:\"goodnewsblogfooter\";s:3:\"zip\";s:28:\"packs/goodnewsblogfooter.zip\";s:3:\"uid\";s:32:\"1fb88aecfb116fde67ce8d52bd3b5f05\";s:3:\"img\";s:29:\"goodnewsblogfooter/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:166;a:22:{s:2:\"id\";s:3:\"169\";s:5:\"title\";s:19:\"Before After Slider\";s:5:\"alias\";s:17:\"beforeafterslider\";s:3:\"zip\";s:21:\"beforeafterslider.zip\";s:3:\"uid\";s:32:\"6e615091a1fc3037c24b985ce5136fb2\";s:3:\"img\";s:28:\"beforeafterslider/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/before-after-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.3.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:201:\"<span class=\"ttm_content\">This is the example slider for our Before / After Add-On that allows you to create unique presentations with a comparing functionality.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:320:\"<span class=\"ttm_content\">How to install <a href=\"https://www.themepunch.com/slider-revolution/install-addons/\" target=\"_blank\">Add-Ons</a>.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php\",\"name\":\"Before After AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:167;a:22:{s:2:\"id\";s:3:\"170\";s:5:\"title\";s:16:\"Product Showcase\";s:5:\"alias\";s:15:\"productshowcase\";s:3:\"zip\";s:19:\"productshowcase.zip\";s:3:\"uid\";s:32:\"a43447670260aaa7e8ff66cedfddb57a\";s:3:\"img\";s:26:\"productshowcase/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/wordpress-product-showcase-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:165:\"<span class=\"ttm_content\">Looking to sell products effectively? Our product showcase slider is just what you are looking for!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:168;a:22:{s:2:\"id\";s:3:\"171\";s:5:\"title\";s:23:\"Overexposure Transition\";s:5:\"alias\";s:22:\"overexposuretransition\";s:3:\"zip\";s:26:\"overexposuretransition.zip\";s:3:\"uid\";s:32:\"13f16bbe6c6d646c7d0cb817a0d3d181\";s:3:\"img\";s:33:\"overexposuretransition/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/overexposure-transition-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">Subtle overexposure transitions and smooth color fade effects make this slider stand out.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:320:\"<span class=\"ttm_content\">How to install <a href=\"https://www.themepunch.com/slider-revolution/install-addons/\" target=\"_blank\">Add-Ons</a>.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:169;a:22:{s:2:\"id\";s:3:\"172\";s:5:\"title\";s:15:\"Parallax Scroll\";s:5:\"alias\";s:14:\"parallaxscroll\";s:3:\"zip\";s:18:\"parallaxscroll.zip\";s:3:\"uid\";s:32:\"82546ee2f6af6c6682852f495109b3c3\";s:3:\"img\";s:25:\"parallaxscroll/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/parallax-scroll/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:148:\"<span class=\"ttm_content\">A strikingly colourful header for your website with super smooth parallax effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:171;a:25:{s:2:\"id\";s:3:\"174\";s:5:\"title\";s:11:\"TechCo Menu\";s:5:\"alias\";s:11:\"techco-menu\";s:3:\"zip\";s:21:\"packs/techco-menu.zip\";s:3:\"uid\";s:32:\"55e5efee828cdf1ff7e2d3b90a301ea9\";s:3:\"img\";s:22:\"techco-menu/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:172;a:25:{s:2:\"id\";s:3:\"175\";s:5:\"title\";s:13:\"TechCo Header\";s:5:\"alias\";s:13:\"techco-header\";s:3:\"zip\";s:23:\"packs/techco-header.zip\";s:3:\"uid\";s:32:\"fb574d1376de9b1e408c91f51e6497d7\";s:3:\"img\";s:24:\"techco-header/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:173;a:25:{s:2:\"id\";s:3:\"176\";s:5:\"title\";s:12:\"TechCo About\";s:5:\"alias\";s:12:\"techco-about\";s:3:\"zip\";s:22:\"packs/techco-about.zip\";s:3:\"uid\";s:32:\"ba216da8231e55118d87e37d2358812c\";s:3:\"img\";s:23:\"techco-about/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:174;a:25:{s:2:\"id\";s:3:\"177\";s:5:\"title\";s:15:\"TechCo Services\";s:5:\"alias\";s:15:\"techco-services\";s:3:\"zip\";s:25:\"packs/techco-services.zip\";s:3:\"uid\";s:32:\"ef4a8ddbb5e1136133f7bc1227248e22\";s:3:\"img\";s:26:\"techco-services/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:175;a:25:{s:2:\"id\";s:3:\"178\";s:5:\"title\";s:12:\"TechCo Video\";s:5:\"alias\";s:12:\"techco-video\";s:3:\"zip\";s:22:\"packs/techco-video.zip\";s:3:\"uid\";s:32:\"d7bb92281d05f39f9bc9eca71f90e402\";s:3:\"img\";s:23:\"techco-video/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:176;a:25:{s:2:\"id\";s:3:\"179\";s:5:\"title\";s:13:\"TechCo Prices\";s:5:\"alias\";s:13:\"techco-prices\";s:3:\"zip\";s:23:\"packs/techco-prices.zip\";s:3:\"uid\";s:32:\"6291f404efbea12bb181352aba71ef11\";s:3:\"img\";s:24:\"techco-prices/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:177;a:25:{s:2:\"id\";s:3:\"180\";s:5:\"title\";s:19:\"TechCo Testimonials\";s:5:\"alias\";s:19:\"techco-testimonials\";s:3:\"zip\";s:29:\"packs/techco-testimonials.zip\";s:3:\"uid\";s:32:\"3460bd51f6b80599266fecb7fbb918be\";s:3:\"img\";s:30:\"techco-testimonials/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:178;a:25:{s:2:\"id\";s:3:\"181\";s:5:\"title\";s:13:\"TechCo Footer\";s:5:\"alias\";s:13:\"techco-footer\";s:3:\"zip\";s:23:\"packs/techco-footer.zip\";s:3:\"uid\";s:32:\"640abcd549137520461a4a71ff758a3b\";s:3:\"img\";s:24:\"techco-footer/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:179;a:22:{s:2:\"id\";s:3:\"182\";s:5:\"title\";s:12:\"Live Weather\";s:5:\"alias\";s:7:\"weather\";s:3:\"zip\";s:11:\"weather.zip\";s:3:\"uid\";s:32:\"aab92e69374e4c7b8c6741fe02e574b9\";s:3:\"img\";s:18:\"weather/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/wordpress-live-weather-add-on/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:173:\"<span class=\"ttm_content\">Showcasing our weather add-on, this slider show a different cities temperatures and forecast on each slide.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-weather-addon\\/revslider-weather-addon.php\",\"name\":\"Live Weather Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:180;a:22:{s:2:\"id\";s:3:\"183\";s:5:\"title\";s:17:\"360 Panorama Tour\";s:5:\"alias\";s:11:\"360panorama\";s:3:\"zip\";s:15:\"360panorama.zip\";s:3:\"uid\";s:32:\"332720fdacdbb38f65e8327a2a96c52d\";s:3:\"img\";s:22:\"360panorama/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/360-degree-real-estate-virtual-tour/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">An example template for our Panorama 360 tour add-on, created for the real estate market.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:165:\"[{\"path\":\"revslider-panorama-addon\\/revslider-panorama-addon.php\",\"name\":\"Panorama AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:181;a:22:{s:2:\"id\";s:3:\"184\";s:5:\"title\";s:14:\"Duotone Add-on\";s:5:\"alias\";s:14:\"duotone-add-on\";s:3:\"zip\";s:18:\"duotone-add-on.zip\";s:3:\"uid\";s:32:\"a428c6f363b3146e96d20a6f44958922\";s:3:\"img\";s:25:\"duotone-add-on/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/wordpress-duotone-effect-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:168:\"<span class=\"ttm_content\">This example template showcases 3 of the 30 Duotone filters available in our brand new Duotone Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:350:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-duotonefilters-addon\\/revslider-duotonefilters-addon.php\",\"name\":\"Duotone AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:182;a:22:{s:2:\"id\";s:3:\"185\";s:5:\"title\";s:13:\"Reveal Add-on\";s:5:\"alias\";s:13:\"reveal-add-on\";s:3:\"zip\";s:17:\"reveal-add-on.zip\";s:3:\"uid\";s:32:\"7fa7525d8ff7fa7365cb98a437e88e32\";s:3:\"img\";s:24:\"reveal-add-on/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/wordpress-content-reveal-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:204:\"<span class=\"ttm_content\">An example template that uses our Reveal Add-On, which adds 14 new preloaders combined with reveal loading effects for any slider or hero.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:337:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:201;a:22:{s:2:\"id\";s:3:\"210\";s:5:\"title\";s:21:\"Cryptocurrency Prices\";s:5:\"alias\";s:12:\"cryptoslider\";s:3:\"zip\";s:16:\"cryptoslider.zip\";s:3:\"uid\";s:32:\"c4b02210387f11946223977e940d9e9e\";s:3:\"img\";s:23:\"cryptoslider/slide1.jpg\";s:7:\"preview\";s:95:\"https://revolution.themepunch.com/cryptocurrency-wordpress-price-api-bitcoin-ethereum-litecoin/\";s:7:\"version\";s:5:\"1.0.4\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:209:\"<span class=\"ttm_content\">This Template can show live, animated cryptocurrency prices. More than 1300 currencies are supported, getting prices via the cryptocompare API.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:410:\"<span class=\"ttm_content\">Please refer to the \"Custom JavaScript\" section of this sliders settings, for info on how to modify currencies. Provide a class to the row / column / group where the currency text elements are located in.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:203;a:25:{s:2:\"id\";s:3:\"212\";s:5:\"title\";s:16:\"Immersion Header\";s:5:\"alias\";s:16:\"immersion_header\";s:3:\"zip\";s:26:\"packs/immersion_header.zip\";s:3:\"uid\";s:32:\"853da51256308b341ecd030bd4883229\";s:3:\"img\";s:27:\"immersion_header/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:204;a:25:{s:2:\"id\";s:3:\"213\";s:5:\"title\";s:19:\"Immersion Mountains\";s:5:\"alias\";s:19:\"immersion-mountains\";s:3:\"zip\";s:29:\"packs/immersion-mountains.zip\";s:3:\"uid\";s:32:\"817167eb3fe22b7e065ba210cbe6d53c\";s:3:\"img\";s:30:\"immersion-mountains/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:171:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:205;a:25:{s:2:\"id\";s:3:\"214\";s:5:\"title\";s:17:\"Immersion Product\";s:5:\"alias\";s:17:\"immersion-product\";s:3:\"zip\";s:27:\"packs/immersion-product.zip\";s:3:\"uid\";s:32:\"64134f263484d2bbcd7ef088ffbbfb4b\";s:3:\"img\";s:28:\"immersion-product/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:206;a:25:{s:2:\"id\";s:3:\"215\";s:5:\"title\";s:16:\"Immersion Design\";s:5:\"alias\";s:16:\"immersion-design\";s:3:\"zip\";s:26:\"packs/immersion-design.zip\";s:3:\"uid\";s:32:\"91e1d77c1a2826438763804f4d02bc26\";s:3:\"img\";s:27:\"immersion-design/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:207;a:25:{s:2:\"id\";s:3:\"216\";s:5:\"title\";s:22:\"Immersion Phototgraphy\";s:5:\"alias\";s:21:\"immersion-photography\";s:3:\"zip\";s:31:\"packs/immersion-photography.zip\";s:3:\"uid\";s:32:\"e3ddf0c577b09740f5cbf2e38ffd684d\";s:3:\"img\";s:32:\"immersion-photography/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:208;a:25:{s:2:\"id\";s:3:\"217\";s:5:\"title\";s:14:\"Immersion Grid\";s:5:\"alias\";s:14:\"immersion-grid\";s:3:\"zip\";s:24:\"packs/immersion-grid.zip\";s:3:\"uid\";s:32:\"b6903868189bb83b2c7a852fde3a7dc3\";s:3:\"img\";s:25:\"immersion-grid/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:209;a:22:{s:2:\"id\";s:3:\"218\";s:5:\"title\";s:18:\"Funky Intro Slider\";s:5:\"alias\";s:11:\"funkyslider\";s:3:\"zip\";s:15:\"funkyslider.zip\";s:3:\"uid\";s:32:\"2d4187e3fdad19b976be335253c8925d\";s:3:\"img\";s:22:\"funkyslider/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/funky-intro-slider-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">This funky intro slider fits just right if you need a striking introduction to your website! Sleek, beautiful and easily customizable!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:335:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"},{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:211;a:25:{s:2:\"id\";s:3:\"220\";s:5:\"title\";s:15:\"Clear View Menu\";s:5:\"alias\";s:14:\"clearview_menu\";s:3:\"zip\";s:24:\"packs/clearview_menu.zip\";s:3:\"uid\";s:32:\"eaecee5fa5f3c3a7f4d2a96c4616a353\";s:3:\"img\";s:25:\"clearview_menu/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:212;a:25:{s:2:\"id\";s:3:\"221\";s:5:\"title\";s:17:\"Clear View Header\";s:5:\"alias\";s:16:\"clearview_header\";s:3:\"zip\";s:26:\"packs/clearview_header.zip\";s:3:\"uid\";s:32:\"25e3dd80ad130875d7438a07952cb0cd\";s:3:\"img\";s:27:\"clearview_header/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:213;a:25:{s:2:\"id\";s:3:\"222\";s:5:\"title\";s:18:\"Clear View Mission\";s:5:\"alias\";s:17:\"clearview_mission\";s:3:\"zip\";s:27:\"packs/clearview_mission.zip\";s:3:\"uid\";s:32:\"35b2092a49fd2beb549342e69097eb5b\";s:3:\"img\";s:28:\"clearview_mission/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:214;a:25:{s:2:\"id\";s:3:\"223\";s:5:\"title\";s:17:\"Clear View Slider\";s:5:\"alias\";s:17:\"clear-view-slider\";s:3:\"zip\";s:27:\"packs/clear-view-slider.zip\";s:3:\"uid\";s:32:\"d2e17edffce16ed78c54b0ef23fd7e05\";s:3:\"img\";s:28:\"clear-view-slider/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:215;a:25:{s:2:\"id\";s:3:\"224\";s:5:\"title\";s:15:\"Clear View News\";s:5:\"alias\";s:15:\"clear-view-news\";s:3:\"zip\";s:25:\"packs/clear-view-news.zip\";s:3:\"uid\";s:32:\"5698d3131ba141e9afcfd2906739dd00\";s:3:\"img\";s:26:\"clear-view-news/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:216;a:25:{s:2:\"id\";s:3:\"225\";s:5:\"title\";s:18:\"Clear View Clients\";s:5:\"alias\";s:18:\"clear-view-clients\";s:3:\"zip\";s:28:\"packs/clear-view-clients.zip\";s:3:\"uid\";s:32:\"b95616a94832e22bdfac5ce60232be1b\";s:3:\"img\";s:29:\"clear-view-clients/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:217;a:25:{s:2:\"id\";s:3:\"226\";s:5:\"title\";s:18:\"Clear View Contact\";s:5:\"alias\";s:18:\"clear-view-contact\";s:3:\"zip\";s:28:\"packs/clear-view-contact.zip\";s:3:\"uid\";s:32:\"0e0cc1d8f6f6500e5f8a2b091fa3b4cb\";s:3:\"img\";s:29:\"clear-view-contact/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:219;a:25:{s:2:\"id\";s:3:\"228\";s:5:\"title\";s:22:\"Clear View Single Menu\";s:5:\"alias\";s:22:\"clear-view-single-menu\";s:3:\"zip\";s:32:\"packs/clear-view-single-menu.zip\";s:3:\"uid\";s:32:\"1e80f81982f8a4ea763482d4fa99d321\";s:3:\"img\";s:33:\"clear-view-single-menu/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:220;a:25:{s:2:\"id\";s:3:\"229\";s:5:\"title\";s:24:\"Clear View Single Header\";s:5:\"alias\";s:24:\"clear-view-single-header\";s:3:\"zip\";s:34:\"packs/clear-view-single-header.zip\";s:3:\"uid\";s:32:\"c8d717627be6cd5e70922ab609694dbf\";s:3:\"img\";s:35:\"clear-view-single-header/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:221;a:25:{s:2:\"id\";s:3:\"230\";s:5:\"title\";s:23:\"Clear View Single Media\";s:5:\"alias\";s:23:\"clear-view-single-media\";s:3:\"zip\";s:33:\"packs/clear-view-single-media.zip\";s:3:\"uid\";s:32:\"c480368ded2a64f0cdd44f1674213814\";s:3:\"img\";s:34:\"clear-view-single-media/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:222;a:25:{s:2:\"id\";s:3:\"231\";s:5:\"title\";s:22:\"Clear View Single More\";s:5:\"alias\";s:22:\"clear-view-single-more\";s:3:\"zip\";s:32:\"packs/clear-view-single-more.zip\";s:3:\"uid\";s:32:\"9c693190df26218366d1f77e10cf550a\";s:3:\"img\";s:33:\"clear-view-single-more/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:223;a:25:{s:2:\"id\";s:3:\"232\";s:5:\"title\";s:25:\"Clear View Single Contact\";s:5:\"alias\";s:25:\"clear-view-single-contact\";s:3:\"zip\";s:35:\"packs/clear-view-single-contact.zip\";s:3:\"uid\";s:32:\"73c0a889f2b654a87b5aba1ff76fbc5c\";s:3:\"img\";s:36:\"clear-view-single-contact/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:224;a:22:{s:2:\"id\";s:3:\"233\";s:5:\"title\";s:18:\"Clean Landing Page\";s:5:\"alias\";s:16:\"cleanlandingpage\";s:3:\"zip\";s:20:\"cleanlandingpage.zip\";s:3:\"uid\";s:32:\"727a3680d312f22c6a5998ebdb9afe52\";s:3:\"img\";s:27:\"cleanlandingpage/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/clean-landing-page-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:203:\"<span class=\"ttm_content\">The Clean Landing Page is a fullscreen Intro Module that is a striking introduction to any minimal website, with no unnecessary elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:225;a:22:{s:2:\"id\";s:3:\"234\";s:5:\"title\";s:9:\"Clear Cut\";s:5:\"alias\";s:8:\"clearcut\";s:3:\"zip\";s:12:\"clearcut.zip\";s:3:\"uid\";s:32:\"07f43c00e9b4d3057a03cdb3385ad2b7\";s:3:\"img\";s:19:\"clearcut/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/clear-cut-portfolio-website-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:240:\"<span class=\"ttm_content\">The Clear Cut Template is an All-In-One Portfolio Website solution that works best for smaller portfolios. Highlight your best work in a striking and mobile friendly fashion!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:227;a:25:{s:2:\"id\";s:3:\"236\";s:5:\"title\";s:17:\"Wonderstruck Menu\";s:5:\"alias\";s:17:\"wonderstruck_menu\";s:3:\"zip\";s:27:\"packs/wonderstruck_menu.zip\";s:3:\"uid\";s:32:\"0a976e9aaae59c4f795b38f59f5a08d8\";s:3:\"img\";s:28:\"wonderstruck_menu/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:228;a:25:{s:2:\"id\";s:3:\"237\";s:5:\"title\";s:19:\"Wonderstruck Header\";s:5:\"alias\";s:19:\"wonderstruck_header\";s:3:\"zip\";s:29:\"packs/wonderstruck_header.zip\";s:3:\"uid\";s:32:\"e1379f77a902960a0ce12d44d85a9e0a\";s:3:\"img\";s:30:\"wonderstruck_header/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:229;a:25:{s:2:\"id\";s:3:\"238\";s:5:\"title\";s:18:\"Wonderstruck About\";s:5:\"alias\";s:18:\"wonderstruck_about\";s:3:\"zip\";s:28:\"packs/wonderstruck_about.zip\";s:3:\"uid\";s:32:\"d207fb140fd328acc3038300ea52082a\";s:3:\"img\";s:29:\"wonderstruck_about/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:230;a:25:{s:2:\"id\";s:3:\"239\";s:5:\"title\";s:18:\"Wonderstruck Works\";s:5:\"alias\";s:18:\"wonderstruck-works\";s:3:\"zip\";s:28:\"packs/wonderstruck-works.zip\";s:3:\"uid\";s:32:\"4476935097e27d92454b0011b7700c1d\";s:3:\"img\";s:29:\"wonderstruck-works/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:231;a:25:{s:2:\"id\";s:3:\"240\";s:5:\"title\";s:20:\"Wonderstruck Contact\";s:5:\"alias\";s:20:\"wonderstruck-contact\";s:3:\"zip\";s:30:\"packs/wonderstruck-contact.zip\";s:3:\"uid\";s:32:\"9e4911521f77bce2b8efa40f4c2adc22\";s:3:\"img\";s:31:\"wonderstruck-contact/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:232;a:22:{s:2:\"id\";s:3:\"241\";s:5:\"title\";s:12:\"Bubble Morph\";s:5:\"alias\";s:11:\"bubblemorph\";s:3:\"zip\";s:15:\"bubblemorph.zip\";s:3:\"uid\";s:32:\"1102d6f5460ab82cb612cbe9f1d9514b\";s:3:\"img\";s:22:\"bubblemorph/slide1.jpg\";s:7:\"preview\";s:75:\"https://revolution.themepunch.com/bubble-morph-effect-add-on-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:188:\"<span class=\"ttm_content\">The Bubble Morph Add-On allows you to create interesting Lava-Lamp style effects on any of your Slider Revolution content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:233;a:22:{s:2:\"id\";s:3:\"242\";s:5:\"title\";s:16:\"Distortion AddOn\";s:5:\"alias\";s:15:\"distortionaddon\";s:3:\"zip\";s:19:\"distortionaddon.zip\";s:3:\"uid\";s:32:\"0ad46c9929bb2fa6316f1e6ced301aaf\";s:3:\"img\";s:26:\"distortionaddon/slide1.jpg\";s:7:\"preview\";s:73:\"https://revolution.themepunch.com/distortion-effect-add-on-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Distortion Add-On allows you to create interesting Distortion style effects on any of your Slider Revolution content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:182:\"[{\"path\":\"revslider-liquideffect-addon\\/revslider-liquideffect-addon.php\",\"name\":\"Distortion Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:234;a:22:{s:2:\"id\";s:3:\"243\";s:5:\"title\";s:10:\"Club Flyer\";s:5:\"alias\";s:9:\"clubflyer\";s:3:\"zip\";s:13:\"clubflyer.zip\";s:3:\"uid\";s:32:\"dab73b9904d0e643a35b0475980998bd\";s:3:\"img\";s:20:\"clubflyer/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/club-flyer-landing-page-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">This Club Fyler Template for Slider Revolution uses the brand new Exploding Layers Add-On to create a captivating effect. Tap into unlimited creative potential. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:187:\"[{\"path\":\"revslider-explodinglayers-addon\\/revslider-explodinglayers-addon.php\",\"name\":\"Exploding Layers AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:235;a:22:{s:2:\"id\";s:3:\"244\";s:5:\"title\";s:16:\"Paintbrush AddOn\";s:5:\"alias\";s:15:\"paintbrushaddon\";s:3:\"zip\";s:19:\"paintbrushaddon.zip\";s:3:\"uid\";s:32:\"c85c48a6742b4bf72a2590cc1b50f6a0\";s:3:\"img\";s:26:\"paintbrushaddon/slide1.jpg\";s:7:\"preview\";s:73:\"https://revolution.themepunch.com/paintbrush-effect-add-on-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:239:\"<span class=\"ttm_content\">The Paintbrush Add-On for WordPress allows you to add cool mouse interaction effects to your Slider Revolution content. Examples: Blur Reveal, Color Reveal, Scratch Me Free.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:171:\"[{\"path\":\"revslider-paintbrush-addon\\/revslider-paintbrush-addon.php\",\"name\":\"Paintbrush AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:237;a:25:{s:2:\"id\";s:3:\"246\";s:5:\"title\";s:15:\"Parallax Header\";s:5:\"alias\";s:15:\"parallax_header\";s:3:\"zip\";s:25:\"packs/parallax_header.zip\";s:3:\"uid\";s:32:\"32bf4a0f5136853bd6bd366275a7a60b\";s:3:\"img\";s:26:\"parallax_header/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:238;a:25:{s:2:\"id\";s:3:\"247\";s:5:\"title\";s:16:\"Parallax Content\";s:5:\"alias\";s:16:\"parallax_content\";s:3:\"zip\";s:26:\"packs/parallax_content.zip\";s:3:\"uid\";s:32:\"a25c5fb8f74757476ab4dc038e56f90d\";s:3:\"img\";s:27:\"parallax_content/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:239;a:25:{s:2:\"id\";s:3:\"248\";s:5:\"title\";s:15:\"Parallax Footer\";s:5:\"alias\";s:15:\"parallax_footer\";s:3:\"zip\";s:25:\"packs/parallax_footer.zip\";s:3:\"uid\";s:32:\"665dff9ea6eaf162a2a1f160f51a9ddb\";s:3:\"img\";s:26:\"parallax_footer/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:241;a:25:{s:2:\"id\";s:3:\"250\";s:5:\"title\";s:12:\"Le Chef Menu\";s:5:\"alias\";s:12:\"le-chef-menu\";s:3:\"zip\";s:22:\"packs/le-chef-menu.zip\";s:3:\"uid\";s:32:\"2f2a6a333431fefe4a7b3b6a982b2ff5\";s:3:\"img\";s:23:\"le-chef-menu/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:242;a:25:{s:2:\"id\";s:3:\"251\";s:5:\"title\";s:14:\"Le Chef Header\";s:5:\"alias\";s:14:\"le-chef-header\";s:3:\"zip\";s:24:\"packs/le-chef-header.zip\";s:3:\"uid\";s:32:\"06450ca3be5a4a8959f3752ab974e574\";s:3:\"img\";s:25:\"le-chef-header/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:243;a:25:{s:2:\"id\";s:3:\"252\";s:5:\"title\";s:18:\"Le Chef Philosophy\";s:5:\"alias\";s:18:\"le-chef-philosophy\";s:3:\"zip\";s:28:\"packs/le-chef-philosophy.zip\";s:3:\"uid\";s:32:\"a532fd029addeb18106e751409b8e20a\";s:3:\"img\";s:29:\"le-chef-philosophy/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:244;a:25:{s:2:\"id\";s:3:\"253\";s:5:\"title\";s:12:\"Le Chef Food\";s:5:\"alias\";s:12:\"le-chef-food\";s:3:\"zip\";s:22:\"packs/le-chef-food.zip\";s:3:\"uid\";s:32:\"cd4b6a2cb5de2dd20a0e8ba0c35451df\";s:3:\"img\";s:23:\"le-chef-food/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:245;a:25:{s:2:\"id\";s:3:\"254\";s:5:\"title\";s:16:\"Le Chef La Carte\";s:5:\"alias\";s:16:\"le-chef-la-carte\";s:3:\"zip\";s:26:\"packs/le-chef-la-carte.zip\";s:3:\"uid\";s:32:\"6f312749679c3ba52c41189a6b8bf729\";s:3:\"img\";s:27:\"le-chef-la-carte/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:246;a:25:{s:2:\"id\";s:3:\"255\";s:5:\"title\";s:14:\"Le Chef Footer\";s:5:\"alias\";s:14:\"le-chef-footer\";s:3:\"zip\";s:24:\"packs/le-chef-footer.zip\";s:3:\"uid\";s:32:\"12fc241e8e5b9e5df9758c43448e2907\";s:3:\"img\";s:25:\"le-chef-footer/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:247;a:22:{s:2:\"id\";s:3:\"256\";s:5:\"title\";s:20:\"News Magazine Slider\";s:5:\"alias\";s:20:\"news-magazine-slider\";s:3:\"zip\";s:24:\"news-magazine-slider.zip\";s:3:\"uid\";s:32:\"31f2c1506babb1fef459401f051d2d52\";s:3:\"img\";s:31:\"news-magazine-slider/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/news-magazine-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:205:\"<span class=\"ttm_content\">The Magazine Slider offers various layouts that support static content images, HTML5 and Youtube video. Great for any blog or news website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:248;a:22:{s:2:\"id\";s:3:\"257\";s:5:\"title\";s:18:\"Real Estate Slider\";s:5:\"alias\";s:18:\"real-estate-slider\";s:3:\"zip\";s:22:\"real-estate-slider.zip\";s:3:\"uid\";s:32:\"739ce6336e46815094387c9448e6c804\";s:3:\"img\";s:29:\"real-estate-slider/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/real-estate-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:204:\"<span class=\"ttm_content\">The Real Estate Slider allows to display real estate offers with a large ken burns background image and additional thumbnail hover images.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:249;a:22:{s:2:\"id\";s:3:\"258\";s:5:\"title\";s:14:\"Fashion Header\";s:5:\"alias\";s:14:\"fashion-header\";s:3:\"zip\";s:18:\"fashion-header.zip\";s:3:\"uid\";s:32:\"24ece4e7f4d31cd90377c62abbd9e25a\";s:3:\"img\";s:25:\"fashion-header/slide1.jpg\";s:7:\"preview\";s:75:\"https://revolution.themepunch.com/fashion-shop-header-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:254:\"<span class=\"ttm_content\">The Fashion Shop Header ist the ideal Slider to display as an intro to your shop website or as a separator in between content. Our unique \"Bubble Morph\" effect makes this module stand out!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:250;a:22:{s:2:\"id\";s:3:\"259\";s:5:\"title\";s:14:\"Seasonal Offer\";s:5:\"alias\";s:13:\"seasonaloffer\";s:3:\"zip\";s:17:\"seasonaloffer.zip\";s:3:\"uid\";s:32:\"caf2f17f8fd64f2f89dcb3c8dd238457\";s:3:\"img\";s:24:\"seasonaloffer/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/seasonal-offer-christmas-header-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.8.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:204:\"<span class=\"ttm_content\">Use the Seasonal Offer Header to promote special offers in the holiday season, or just to add some snowy christmas spirit to your website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:153:\"[{\"path\":\"revslider-snow-addon\\/revslider-snow-addon.php\",\"name\":\"Snow AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:252;a:25:{s:2:\"id\";s:3:\"261\";s:5:\"title\";s:18:\"Barber Shop Header\";s:5:\"alias\";s:18:\"barber-shop-header\";s:3:\"zip\";s:28:\"packs/barber-shop-header.zip\";s:3:\"uid\";s:32:\"71c995d36d39a0e8a04cffdf753f2ba2\";s:3:\"img\";s:29:\"barber-shop-header/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.4.8.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:253;a:25:{s:2:\"id\";s:3:\"262\";s:5:\"title\";s:23:\"Barber Shop Mobile Menu\";s:5:\"alias\";s:23:\"barber-shop-mobile-menu\";s:3:\"zip\";s:33:\"packs/barber-shop-mobile-menu.zip\";s:3:\"uid\";s:32:\"762c6fb5c6306f37becb1e55773c2592\";s:3:\"img\";s:34:\"barber-shop-mobile-menu/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.4.8.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:254;a:25:{s:2:\"id\";s:3:\"263\";s:5:\"title\";s:24:\"Barber Shop First Screen\";s:5:\"alias\";s:24:\"barber-shop-first-screen\";s:3:\"zip\";s:34:\"packs/barber-shop-first-screen.zip\";s:3:\"uid\";s:32:\"acf70bfd64cff2c3c2ea5585223575da\";s:3:\"img\";s:35:\"barber-shop-first-screen/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.4.8.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:255;a:25:{s:2:\"id\";s:3:\"264\";s:5:\"title\";s:17:\"Barber Shop About\";s:5:\"alias\";s:17:\"barber-shop-about\";s:3:\"zip\";s:27:\"packs/barber-shop-about.zip\";s:3:\"uid\";s:32:\"bc8b63cfc7f8c34173b4fd5b082fc05a\";s:3:\"img\";s:28:\"barber-shop-about/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.4.8.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:256;a:25:{s:2:\"id\";s:3:\"265\";s:5:\"title\";s:20:\"Barber Shop Services\";s:5:\"alias\";s:20:\"barber-shop-services\";s:3:\"zip\";s:30:\"packs/barber-shop-services.zip\";s:3:\"uid\";s:32:\"d65121d6f84fabd812a2b621b768e10e\";s:3:\"img\";s:31:\"barber-shop-services/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.4.8.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:257;a:25:{s:2:\"id\";s:3:\"266\";s:5:\"title\";s:19:\"Barber Shop Barbers\";s:5:\"alias\";s:19:\"barber-shop-barbers\";s:3:\"zip\";s:29:\"packs/barber-shop-barbers.zip\";s:3:\"uid\";s:32:\"003e9fec9693072119c8f8d8b6690c4d\";s:3:\"img\";s:30:\"barber-shop-barbers/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.4.8.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:258;a:25:{s:2:\"id\";s:3:\"267\";s:5:\"title\";s:20:\"Barber Shop Contacts\";s:5:\"alias\";s:20:\"barber-shop-contacts\";s:3:\"zip\";s:30:\"packs/barber-shop-contacts.zip\";s:3:\"uid\";s:32:\"cdcc08f5d6c90dbcfd0502bda2401643\";s:3:\"img\";s:31:\"barber-shop-contacts/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.4.8.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:259;a:25:{s:2:\"id\";s:3:\"268\";s:5:\"title\";s:18:\"Barber Shop Footer\";s:5:\"alias\";s:18:\"barber-shop-footer\";s:3:\"zip\";s:28:\"packs/barber-shop-footer.zip\";s:3:\"uid\";s:32:\"26ca5ae0de7cdbb2ca19348b6e01eda0\";s:3:\"img\";s:29:\"barber-shop-footer/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.4.8.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:260;a:22:{s:2:\"id\";s:3:\"269\";s:5:\"title\";s:12:\"Fitness Club\";s:5:\"alias\";s:21:\"fitness-club-template\";s:3:\"zip\";s:25:\"fitness-club-template.zip\";s:3:\"uid\";s:32:\"14ea10d68d6aad1df62b3becf71df754\";s:3:\"img\";s:32:\"fitness-club-template/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/fitness-club-header-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:223:\"<span class=\"ttm_content\">The Fitness Club Header is the perfect introduction to your fitness themed website. Showcase your current offers or service portfolio with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:261;a:22:{s:2:\"id\";s:3:\"270\";s:5:\"title\";s:13:\"Soccer School\";s:5:\"alias\";s:13:\"soccer-school\";s:3:\"zip\";s:17:\"soccer-school.zip\";s:3:\"uid\";s:32:\"9906b48812aff67097f990eeee42dd41\";s:3:\"img\";s:24:\"soccer-school/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/soccer-club-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:228:\"<span class=\"ttm_content\">The Soccer Club Header is the perfect introduction to your Soccer School themed website. Showcase your current offers or service portfolio with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:262;a:22:{s:2:\"id\";s:3:\"271\";s:5:\"title\";s:10:\"Music Band\";s:5:\"alias\";s:19:\"music-band-template\";s:3:\"zip\";s:23:\"music-band-template.zip\";s:3:\"uid\";s:32:\"91e79657bf1b1812f8114a00ab8e0eb4\";s:3:\"img\";s:30:\"music-band-template/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/music-band-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.4.8.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Music Band Header is the perfect introduction to your Music Band themed website. Showcase your current songs, albums and videos with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:263;a:22:{s:2:\"id\";s:3:\"272\";s:5:\"title\";s:15:\"Restaurant Menu\";s:5:\"alias\";s:15:\"restaurant-menu\";s:3:\"zip\";s:19:\"restaurant-menu.zip\";s:3:\"uid\";s:32:\"078809cffb21b6c4d3f5aaa2daeb193d\";s:3:\"img\";s:26:\"restaurant-menu/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/restaurant-menu-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.8.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:208:\"<span class=\"ttm_content\">The Restaurant Menu Header is the perfect introduction to your Restaurant themed website. Showcase your current dishes with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:264;a:22:{s:2:\"id\";s:3:\"273\";s:5:\"title\";s:16:\"Cinematic Slider\";s:5:\"alias\";s:16:\"cinematic-slider\";s:3:\"zip\";s:20:\"cinematic-slider.zip\";s:3:\"uid\";s:32:\"c53e7dcbb6b656ae7b4c91d333589838\";s:3:\"img\";s:27:\"cinematic-slider/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/cinematic-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:138:\"<span class=\"ttm_content\">Bold texts and a cinematic transition effect make this slider stand out!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:265;a:22:{s:2:\"id\";s:3:\"274\";s:5:\"title\";s:17:\"3D Parallax Cubes\";s:5:\"alias\";s:17:\"3d-parallax-cubes\";s:3:\"zip\";s:21:\"3d-parallax-cubes.zip\";s:3:\"uid\";s:32:\"c5b809a1829f8f809c9a768cd3d6b3cb\";s:3:\"img\";s:28:\"3d-parallax-cubes/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/3d-parallax-cubes-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">This amazing 3D cubes parallax effect can be an eye-opening intro for your website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:267;a:25:{s:2:\"id\";s:3:\"276\";s:5:\"title\";s:13:\"Medicare Menu\";s:5:\"alias\";s:13:\"medicare-menu\";s:3:\"zip\";s:23:\"packs/medicare-menu.zip\";s:3:\"uid\";s:32:\"0e4ca8fc281e20251b3fffa19d470fed\";s:3:\"img\";s:24:\"medicare-menu/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:268;a:25:{s:2:\"id\";s:3:\"277\";s:5:\"title\";s:15:\"Medicare Header\";s:5:\"alias\";s:15:\"medicare-header\";s:3:\"zip\";s:25:\"packs/medicare-header.zip\";s:3:\"uid\";s:32:\"03e8ade247d8c96f548bc0515f34043f\";s:3:\"img\";s:26:\"medicare-header/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:269;a:25:{s:2:\"id\";s:3:\"278\";s:5:\"title\";s:14:\"Medicare About\";s:5:\"alias\";s:14:\"medicare-about\";s:3:\"zip\";s:24:\"packs/medicare-about.zip\";s:3:\"uid\";s:32:\"a3ab9e89155ef2542820343f30b29f72\";s:3:\"img\";s:25:\"medicare-about/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:270;a:25:{s:2:\"id\";s:3:\"279\";s:5:\"title\";s:18:\"Medicare Highlight\";s:5:\"alias\";s:18:\"medicare-highlight\";s:3:\"zip\";s:28:\"packs/medicare-highlight.zip\";s:3:\"uid\";s:32:\"c3c8a74e5402489f1a85a0c83890ef1f\";s:3:\"img\";s:29:\"medicare-highlight/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:271;a:25:{s:2:\"id\";s:3:\"280\";s:5:\"title\";s:17:\"Medicare Services\";s:5:\"alias\";s:17:\"medicare-services\";s:3:\"zip\";s:27:\"packs/medicare-services.zip\";s:3:\"uid\";s:32:\"8869b0834d4649dcc3221bed65980806\";s:3:\"img\";s:28:\"medicare-services/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:272;a:25:{s:2:\"id\";s:3:\"281\";s:5:\"title\";s:16:\"Medicare Doctors\";s:5:\"alias\";s:16:\"medicare-doctors\";s:3:\"zip\";s:26:\"packs/medicare-doctors.zip\";s:3:\"uid\";s:32:\"2c9d57afd64244b5f7e30b0d87c842f9\";s:3:\"img\";s:27:\"medicare-doctors/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:273;a:25:{s:2:\"id\";s:3:\"282\";s:5:\"title\";s:17:\"Medicare Research\";s:5:\"alias\";s:17:\"medicare-research\";s:3:\"zip\";s:27:\"packs/medicare-research.zip\";s:3:\"uid\";s:32:\"31e84a91fc8b8d5296e715e539a076d0\";s:3:\"img\";s:28:\"medicare-research/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:274;a:25:{s:2:\"id\";s:3:\"283\";s:5:\"title\";s:19:\"Medicare Why Choose\";s:5:\"alias\";s:18:\"medicare-whychoose\";s:3:\"zip\";s:28:\"packs/medicare-whychoose.zip\";s:3:\"uid\";s:32:\"6dad61c672127de9e35884caa45d49a0\";s:3:\"img\";s:29:\"medicare-whychoose/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:275;a:25:{s:2:\"id\";s:3:\"284\";s:5:\"title\";s:16:\"Medicare Contact\";s:5:\"alias\";s:16:\"medicare-contact\";s:3:\"zip\";s:26:\"packs/medicare-contact.zip\";s:3:\"uid\";s:32:\"89bc35ad8beb62a149c42262ae49a270\";s:3:\"img\";s:27:\"medicare-contact/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:276;a:25:{s:2:\"id\";s:3:\"285\";s:5:\"title\";s:15:\"Medicare Footer\";s:5:\"alias\";s:15:\"medicare-footer\";s:3:\"zip\";s:25:\"packs/medicare-footer.zip\";s:3:\"uid\";s:32:\"ccf63e5233b3d63009e5ee90db51b37b\";s:3:\"img\";s:26:\"medicare-footer/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:278;a:25:{s:2:\"id\";s:3:\"287\";s:5:\"title\";s:11:\"Coffee Menu\";s:5:\"alias\";s:11:\"coffee-menu\";s:3:\"zip\";s:21:\"packs/coffee-menu.zip\";s:3:\"uid\";s:32:\"81195cad7be3f5180a267b34ce8cf966\";s:3:\"img\";s:22:\"coffee-menu/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:279;a:25:{s:2:\"id\";s:3:\"288\";s:5:\"title\";s:13:\"Coffee Header\";s:5:\"alias\";s:13:\"coffee-header\";s:3:\"zip\";s:23:\"packs/coffee-header.zip\";s:3:\"uid\";s:32:\"5eed8adb9d3ae12168ad4735ac63eb20\";s:3:\"img\";s:24:\"coffee-header/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:280;a:25:{s:2:\"id\";s:3:\"289\";s:5:\"title\";s:17:\"Coffee Philosophy\";s:5:\"alias\";s:17:\"coffee-philosophy\";s:3:\"zip\";s:27:\"packs/coffee-philosophy.zip\";s:3:\"uid\";s:32:\"76b5ccae3fa87fd0f991b87e7ae71c27\";s:3:\"img\";s:28:\"coffee-philosophy/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:281;a:25:{s:2:\"id\";s:3:\"290\";s:5:\"title\";s:12:\"Coffee Carte\";s:5:\"alias\";s:12:\"coffee-carte\";s:3:\"zip\";s:22:\"packs/coffee-carte.zip\";s:3:\"uid\";s:32:\"470214ddd2cec585629fb79a0fd908d6\";s:3:\"img\";s:23:\"coffee-carte/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:282;a:25:{s:2:\"id\";s:3:\"291\";s:5:\"title\";s:13:\"Coffee Teaser\";s:5:\"alias\";s:13:\"coffee-teaser\";s:3:\"zip\";s:23:\"packs/coffee-teaser.zip\";s:3:\"uid\";s:32:\"2ed868896c92a7bfb6431803c79e8486\";s:3:\"img\";s:24:\"coffee-teaser/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:283;a:25:{s:2:\"id\";s:3:\"292\";s:5:\"title\";s:14:\"Coffee Find Us\";s:5:\"alias\";s:13:\"coffee-findus\";s:3:\"zip\";s:23:\"packs/coffee-findus.zip\";s:3:\"uid\";s:32:\"96d3784473dfa64bce9e1e4101919927\";s:3:\"img\";s:24:\"coffee-findus/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:284;a:25:{s:2:\"id\";s:3:\"293\";s:5:\"title\";s:13:\"Coffee Footer\";s:5:\"alias\";s:13:\"coffee-footer\";s:3:\"zip\";s:23:\"packs/coffee-footer.zip\";s:3:\"uid\";s:32:\"6027c25e87a5fe7fd8727a51c0967915\";s:3:\"img\";s:24:\"coffee-footer/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:286;a:25:{s:2:\"id\";s:3:\"295\";s:5:\"title\";s:17:\"Minimal Portfolio\";s:5:\"alias\";s:17:\"minimal-portfolio\";s:3:\"zip\";s:27:\"packs/minimal-portfolio.zip\";s:3:\"uid\";s:32:\"183b97b301d5ff0b171c067a87c8a3f5\";s:3:\"img\";s:28:\"minimal-portfolio/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/minimal-portfolio-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">The Minimal Portfolio template is a slide based website with additional modal detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Minimal Portfolio\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"19\";s:9:\"installed\";b:0;}i:287;a:25:{s:2:\"id\";s:3:\"296\";s:5:\"title\";s:23:\"Minimal Portfolio Modal\";s:5:\"alias\";s:23:\"minimal-portfolio-modal\";s:3:\"zip\";s:33:\"packs/minimal-portfolio-modal.zip\";s:3:\"uid\";s:32:\"6874e6cec3663670f209a8d8a4f26b16\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/minimal-portfolio-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">The Minimal Portfolio template is a slide based website with additional modal detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Minimal Portfolio\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"19\";s:9:\"installed\";b:0;}i:289;a:25:{s:2:\"id\";s:3:\"298\";s:5:\"title\";s:11:\"Angled Menu\";s:5:\"alias\";s:11:\"angled-menu\";s:3:\"zip\";s:21:\"packs/angled-menu.zip\";s:3:\"uid\";s:32:\"2fe0c4682d1231ee3918be9e4fcb1837\";s:3:\"img\";s:22:\"angled-menu/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:290;a:25:{s:2:\"id\";s:3:\"299\";s:5:\"title\";s:13:\"Angled Header\";s:5:\"alias\";s:13:\"angled-header\";s:3:\"zip\";s:23:\"packs/angled-header.zip\";s:3:\"uid\";s:32:\"09462601d4edca8dff899de6f666dc47\";s:3:\"img\";s:24:\"angled-header/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:291;a:25:{s:2:\"id\";s:3:\"300\";s:5:\"title\";s:11:\"Angled News\";s:5:\"alias\";s:11:\"angled-news\";s:3:\"zip\";s:21:\"packs/angled-news.zip\";s:3:\"uid\";s:32:\"b315105763ed91214cb2f0ac12615729\";s:3:\"img\";s:22:\"angled-news/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:292;a:25:{s:2:\"id\";s:3:\"301\";s:5:\"title\";s:15:\"Angled Services\";s:5:\"alias\";s:15:\"angled-services\";s:3:\"zip\";s:25:\"packs/angled-services.zip\";s:3:\"uid\";s:32:\"7605651c1487e1a6c32edc70017be8ad\";s:3:\"img\";s:26:\"angled-services/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:293;a:25:{s:2:\"id\";s:3:\"302\";s:5:\"title\";s:14:\"Angled Success\";s:5:\"alias\";s:14:\"angled-success\";s:3:\"zip\";s:24:\"packs/angled-success.zip\";s:3:\"uid\";s:32:\"9e3fa974a42ecf80e1ec6ff991fca430\";s:3:\"img\";s:25:\"angled-success/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:294;a:25:{s:2:\"id\";s:3:\"303\";s:5:\"title\";s:13:\"Angled Footer\";s:5:\"alias\";s:13:\"angled-footer\";s:3:\"zip\";s:23:\"packs/angled-footer.zip\";s:3:\"uid\";s:32:\"aed4eaa2f7883351ba9c9947feef153e\";s:3:\"img\";s:24:\"angled-footer/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:295;a:25:{s:2:\"id\";s:3:\"304\";s:5:\"title\";s:20:\"Angled Content Modal\";s:5:\"alias\";s:20:\"angled-content-modal\";s:3:\"zip\";s:30:\"packs/angled-content-modal.zip\";s:3:\"uid\";s:32:\"4ddc74515fdf84f974217e4ed47a7c66\";s:3:\"img\";s:31:\"angled-content-modal/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:296;a:22:{s:2:\"id\";s:3:\"312\";s:5:\"title\";s:24:\"Retouch Before and After\";s:5:\"alias\";s:7:\"Retouch\";s:3:\"zip\";s:11:\"Retouch.zip\";s:3:\"uid\";s:32:\"58894991f1abd8b448c8d353b1b5fe76\";s:3:\"img\";s:18:\"Retouch/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/retouch-before-after-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">The Retouch Slider is the perfect way to compare your photos before and after retouching.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php\",\"name\":\"Before After AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:297;a:22:{s:2:\"id\";s:3:\"313\";s:5:\"title\";s:11:\"Tech Slider\";s:5:\"alias\";s:11:\"tech-slider\";s:3:\"zip\";s:15:\"tech-slider.zip\";s:3:\"uid\";s:32:\"a98e2b264f00a1116d21808c6a543162\";s:3:\"img\";s:22:\"tech-slider/slide1.jpg\";s:7:\"preview\";s:63:\"http://revolution.themepunch.com/tech-showcase-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">This classic slider module with sleek device mockups features a smooth parallax effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:299;a:25:{s:2:\"id\";s:3:\"315\";s:5:\"title\";s:11:\"Peak Header\";s:5:\"alias\";s:11:\"peak-header\";s:3:\"zip\";s:21:\"packs/peak-header.zip\";s:3:\"uid\";s:32:\"b721bd612e9fbc5182418ad3fd7d0808\";s:3:\"img\";s:22:\"peak-header/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:300;a:25:{s:2:\"id\";s:3:\"316\";s:5:\"title\";s:10:\"Peak About\";s:5:\"alias\";s:10:\"peak-about\";s:3:\"zip\";s:20:\"packs/peak-about.zip\";s:3:\"uid\";s:32:\"7e68b1012fb03490d45c7f79e8cb1b19\";s:3:\"img\";s:21:\"peak-about/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:301;a:25:{s:2:\"id\";s:3:\"317\";s:5:\"title\";s:14:\"Peak Portfolio\";s:5:\"alias\";s:14:\"peak-portfolio\";s:3:\"zip\";s:24:\"packs/peak-portfolio.zip\";s:3:\"uid\";s:32:\"6198d1885ba9e95221c33e404f21bdbc\";s:3:\"img\";s:25:\"peak-portfolio/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:302;a:25:{s:2:\"id\";s:3:\"318\";s:5:\"title\";s:11:\"Peak Footer\";s:5:\"alias\";s:11:\"peak-footer\";s:3:\"zip\";s:21:\"packs/peak-footer.zip\";s:3:\"uid\";s:32:\"2dead6897ad3b3a709b380d81242f76b\";s:3:\"img\";s:22:\"peak-footer/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:304;a:25:{s:2:\"id\";s:3:\"320\";s:5:\"title\";s:17:\"Portfolio Welcome\";s:5:\"alias\";s:17:\"portfolio-welcome\";s:3:\"zip\";s:27:\"packs/portfolio-welcome.zip\";s:3:\"uid\";s:32:\"97336b8785e4a7b27facaf1547e0464d\";s:3:\"img\";s:28:\"portfolio-welcome/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:305;a:25:{s:2:\"id\";s:3:\"321\";s:5:\"title\";s:15:\"Portfolio About\";s:5:\"alias\";s:15:\"portfolio-about\";s:3:\"zip\";s:25:\"packs/portfolio-about.zip\";s:3:\"uid\";s:32:\"5d3a4724fd453de5313ceb6696c1db62\";s:3:\"img\";s:26:\"portfolio-about/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:306;a:25:{s:2:\"id\";s:3:\"322\";s:5:\"title\";s:21:\"Portfolio Works Title\";s:5:\"alias\";s:21:\"portfolio-works-title\";s:3:\"zip\";s:31:\"packs/portfolio-works-title.zip\";s:3:\"uid\";s:32:\"cbb5c6e875cc1f25b463fdf89cabef28\";s:3:\"img\";s:32:\"portfolio-works-title/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:307;a:25:{s:2:\"id\";s:3:\"323\";s:5:\"title\";s:23:\"Portfolio Works Content\";s:5:\"alias\";s:23:\"portfolio-works-content\";s:3:\"zip\";s:33:\"packs/portfolio-works-content.zip\";s:3:\"uid\";s:32:\"5c87311128c7794ffa6ee07ea0648082\";s:3:\"img\";s:34:\"portfolio-works-content/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:308;a:25:{s:2:\"id\";s:3:\"324\";s:5:\"title\";s:18:\"Portfolio Contacts\";s:5:\"alias\";s:18:\"portfolio-contacts\";s:3:\"zip\";s:28:\"packs/portfolio-contacts.zip\";s:3:\"uid\";s:32:\"bd81feffad83b69218f7e837478038e5\";s:3:\"img\";s:29:\"portfolio-contacts/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:310;a:25:{s:2:\"id\";s:3:\"326\";s:5:\"title\";s:18:\"App Studio Welcome\";s:5:\"alias\";s:18:\"App-Studio-Welcome\";s:3:\"zip\";s:28:\"packs/App-Studio-Welcome.zip\";s:3:\"uid\";s:32:\"2ce0f3c54214b04e6c3a9becfd59730c\";s:3:\"img\";s:29:\"App-Studio-Welcome/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:311;a:25:{s:2:\"id\";s:3:\"327\";s:5:\"title\";s:19:\"App Studio Services\";s:5:\"alias\";s:19:\"App-Studio-Services\";s:3:\"zip\";s:29:\"packs/App-Studio-Services.zip\";s:3:\"uid\";s:32:\"5df7776271ec69d2f9edaa6b842715a9\";s:3:\"img\";s:30:\"App-Studio-Services/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:312;a:25:{s:2:\"id\";s:3:\"328\";s:5:\"title\";s:16:\"App Studio About\";s:5:\"alias\";s:16:\"App-Studio-About\";s:3:\"zip\";s:26:\"packs/App-Studio-About.zip\";s:3:\"uid\";s:32:\"af8b84dc116c629df7bd89fc69271a2e\";s:3:\"img\";s:27:\"App-Studio-About/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:313;a:25:{s:2:\"id\";s:3:\"329\";s:5:\"title\";s:19:\"App Studio Contacts\";s:5:\"alias\";s:19:\"App-Studio-Contacts\";s:3:\"zip\";s:29:\"packs/App-Studio-Contacts.zip\";s:3:\"uid\";s:32:\"afbbd2214c983d314f3215a00db9198d\";s:3:\"img\";s:30:\"App-Studio-Contacts/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:314;a:22:{s:2:\"id\";s:3:\"330\";s:5:\"title\";s:14:\"Cube Animation\";s:5:\"alias\";s:14:\"cube-animation\";s:3:\"zip\";s:18:\"cube-animation.zip\";s:3:\"uid\";s:32:\"c03dd3cfc60479dfc6d79ddb64fa0ec5\";s:3:\"img\";s:25:\"cube-animation/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/cube-animation-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">A modern slider with text elements, cube animations and a striking call to action button.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:316;a:25:{s:2:\"id\";s:3:\"332\";s:5:\"title\";s:10:\"Basic Menu\";s:5:\"alias\";s:10:\"basic-menu\";s:3:\"zip\";s:20:\"packs/basic-menu.zip\";s:3:\"uid\";s:32:\"39277f53b2cb5ac644a1649b47c37270\";s:3:\"img\";s:21:\"basic-menu/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:317;a:25:{s:2:\"id\";s:3:\"333\";s:5:\"title\";s:12:\"Basic Header\";s:5:\"alias\";s:12:\"basic-header\";s:3:\"zip\";s:22:\"packs/basic-header.zip\";s:3:\"uid\";s:32:\"ad7a32dbccb0bdf9de64cf2adfa950a2\";s:3:\"img\";s:23:\"basic-header/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:318;a:25:{s:2:\"id\";s:3:\"334\";s:5:\"title\";s:13:\"Basic Content\";s:5:\"alias\";s:13:\"basic-content\";s:3:\"zip\";s:23:\"packs/basic-content.zip\";s:3:\"uid\";s:32:\"0b12f3b183a3c8206e3a7b28d2d93108\";s:3:\"img\";s:24:\"basic-content/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:319;a:25:{s:2:\"id\";s:3:\"335\";s:5:\"title\";s:14:\"Basic Carousel\";s:5:\"alias\";s:14:\"basic-carousel\";s:3:\"zip\";s:24:\"packs/basic-carousel.zip\";s:3:\"uid\";s:32:\"e4abb5c6d5cf914530575a982d3dfc14\";s:3:\"img\";s:25:\"basic-carousel/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:320;a:25:{s:2:\"id\";s:3:\"336\";s:5:\"title\";s:13:\"Basic Callout\";s:5:\"alias\";s:13:\"basic-callout\";s:3:\"zip\";s:23:\"packs/basic-callout.zip\";s:3:\"uid\";s:32:\"2ccc208b9322f5435d0f4ff64c6d9dab\";s:3:\"img\";s:24:\"basic-callout/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:321;a:25:{s:2:\"id\";s:3:\"337\";s:5:\"title\";s:10:\"Basic Grid\";s:5:\"alias\";s:10:\"basic-grid\";s:3:\"zip\";s:20:\"packs/basic-grid.zip\";s:3:\"uid\";s:32:\"3cb4b41d2992eba012921b8fb7c96daa\";s:3:\"img\";s:21:\"basic-grid/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:322;a:25:{s:2:\"id\";s:3:\"338\";s:5:\"title\";s:17:\"Basic Video Block\";s:5:\"alias\";s:17:\"basic-video-block\";s:3:\"zip\";s:27:\"packs/basic-video-block.zip\";s:3:\"uid\";s:32:\"e7c1d42b21819741f3e72c1325dae5ed\";s:3:\"img\";s:28:\"basic-video-block/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:323;a:25:{s:2:\"id\";s:3:\"339\";s:5:\"title\";s:12:\"Basic Footer\";s:5:\"alias\";s:12:\"basic-footer\";s:3:\"zip\";s:22:\"packs/basic-footer.zip\";s:3:\"uid\";s:32:\"ed8f6a554775ebace558af2f4f2dcbac\";s:3:\"img\";s:23:\"basic-footer/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:324;a:25:{s:2:\"id\";s:3:\"340\";s:5:\"title\";s:14:\"Basic Lightbox\";s:5:\"alias\";s:14:\"basic-lightbox\";s:3:\"zip\";s:24:\"packs/basic-lightbox.zip\";s:3:\"uid\";s:32:\"e4b025b300b1a8f417d04eb80113fac2\";s:3:\"img\";s:25:\"basic-lightbox/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:325;a:22:{s:2:\"id\";s:3:\"341\";s:5:\"title\";s:13:\"Nature Slider\";s:5:\"alias\";s:13:\"nature-slider\";s:3:\"zip\";s:17:\"nature-slider.zip\";s:3:\"uid\";s:32:\"eef1a4584ec1c3b8c26c305cca44e805\";s:3:\"img\";s:24:\"nature-slider/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/nature-explorer-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:151:\"<span class=\"ttm_content\">The Nature Explorer Slider Template uses the Distortion and Particle Effects Add-Ons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:356:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-liquideffect-addon\\/revslider-liquideffect-addon.php\",\"name\":\"Distortion Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:326;a:22:{s:2:\"id\";s:3:\"342\";s:5:\"title\";s:11:\"Art Gallery\";s:5:\"alias\";s:11:\"art-gallery\";s:3:\"zip\";s:15:\"art-gallery.zip\";s:3:\"uid\";s:32:\"b8c5095ae3407337e6e5b2a8515e7d6e\";s:3:\"img\";s:22:\"art-gallery/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/art-gallery-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern slider with large, geometric elements and interesting mask animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:328;a:25:{s:2:\"id\";s:3:\"344\";s:5:\"title\";s:19:\"Construction Header\";s:5:\"alias\";s:19:\"Construction-Header\";s:3:\"zip\";s:29:\"packs/Construction-Header.zip\";s:3:\"uid\";s:32:\"5c77de774b8f5487c1276c4a7b3dc80c\";s:3:\"img\";s:30:\"Construction-Header/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:329;a:25:{s:2:\"id\";s:3:\"345\";s:5:\"title\";s:17:\"Construction Home\";s:5:\"alias\";s:17:\"Construction-Home\";s:3:\"zip\";s:27:\"packs/Construction-Home.zip\";s:3:\"uid\";s:32:\"fcb277f0c07dad270d2a7cef4431bef8\";s:3:\"img\";s:28:\"Construction-Home/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:330;a:25:{s:2:\"id\";s:3:\"346\";s:5:\"title\";s:21:\"Construction Projects\";s:5:\"alias\";s:21:\"Construction-Projects\";s:3:\"zip\";s:31:\"packs/Construction-Projects.zip\";s:3:\"uid\";s:32:\"0c847173c3739f79778dc2c0fc9704e4\";s:3:\"img\";s:32:\"Construction-Projects/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:331;a:25:{s:2:\"id\";s:3:\"347\";s:5:\"title\";s:20:\"Construction History\";s:5:\"alias\";s:20:\"Construction-History\";s:3:\"zip\";s:30:\"packs/Construction-History.zip\";s:3:\"uid\";s:32:\"758da120c4b6c5606692faf0aa43aac6\";s:3:\"img\";s:31:\"Construction-History/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:332;a:25:{s:2:\"id\";s:3:\"348\";s:5:\"title\";s:21:\"Construction Services\";s:5:\"alias\";s:21:\"Construction-Services\";s:3:\"zip\";s:31:\"packs/Construction-Services.zip\";s:3:\"uid\";s:32:\"5ad5b841c1d89e97ddbf972c8b11abd4\";s:3:\"img\";s:32:\"Construction-Services/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:333;a:25:{s:2:\"id\";s:3:\"349\";s:5:\"title\";s:21:\"Construction Contacts\";s:5:\"alias\";s:21:\"Construction-Contacts\";s:3:\"zip\";s:31:\"packs/Construction-Contacts.zip\";s:3:\"uid\";s:32:\"b8c3c34046bb91ebb243e4da64745d37\";s:3:\"img\";s:32:\"Construction-Contacts/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:334;a:22:{s:2:\"id\";s:3:\"350\";s:5:\"title\";s:22:\"Classic Cars Evolution\";s:5:\"alias\";s:22:\"Classic-Cars-Evolution\";s:3:\"zip\";s:26:\"Classic-Cars-Evolution.zip\";s:3:\"uid\";s:32:\"7061757f128fd624b0227715dab73b74\";s:3:\"img\";s:33:\"Classic-Cars-Evolution/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/classic-cars-before-after-hero/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:156:\"<span class=\"ttm_content\">The Classic Cars Evolution Slider is a great example of our popular before & after Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php\",\"name\":\"Before After AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:335;a:22:{s:2:\"id\";s:3:\"351\";s:5:\"title\";s:21:\"404 Error Space Theme\";s:5:\"alias\";s:21:\"404-Error-Space-Theme\";s:3:\"zip\";s:25:\"404-Error-Space-Theme.zip\";s:3:\"uid\";s:32:\"6412adc7ec025826328e40e552a14e1e\";s:3:\"img\";s:32:\"404-Error-Space-Theme/slide1.jpg\";s:7:\"preview\";s:49:\"https://revolution.themepunch.com/404-error-page/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">The Classic Cars Evolution Slider is the perfect way to make your error page more beautiful.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:337;a:25:{s:2:\"id\";s:3:\"353\";s:5:\"title\";s:17:\"Landing Page Hero\";s:5:\"alias\";s:17:\"landing-page-hero\";s:3:\"zip\";s:27:\"packs/landing-page-hero.zip\";s:3:\"uid\";s:32:\"d328635caa20da7ee8a3ab687f8656ff\";s:3:\"img\";s:28:\"landing-page-hero/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:338;a:25:{s:2:\"id\";s:3:\"354\";s:5:\"title\";s:21:\"Landing Page Features\";s:5:\"alias\";s:21:\"landing-page-features\";s:3:\"zip\";s:31:\"packs/landing-page-features.zip\";s:3:\"uid\";s:32:\"6552bc72abace10918a64866d9bb79c1\";s:3:\"img\";s:32:\"landing-page-features/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:339;a:25:{s:2:\"id\";s:3:\"355\";s:5:\"title\";s:20:\"Landing Page Callout\";s:5:\"alias\";s:20:\"landing-page-callout\";s:3:\"zip\";s:30:\"packs/landing-page-callout.zip\";s:3:\"uid\";s:32:\"c5b101ea5471e7409ae7effa8d45fbcf\";s:3:\"img\";s:31:\"landing-page-callout/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:340;a:25:{s:2:\"id\";s:3:\"356\";s:5:\"title\";s:20:\"Landing Page Content\";s:5:\"alias\";s:20:\"landing-page-content\";s:3:\"zip\";s:30:\"packs/landing-page-content.zip\";s:3:\"uid\";s:32:\"34da8057a6bb3677c9adf9f18ffc6cf0\";s:3:\"img\";s:31:\"landing-page-content/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:341;a:25:{s:2:\"id\";s:3:\"357\";s:5:\"title\";s:25:\"Landing Page Testimonials\";s:5:\"alias\";s:25:\"landing-page-testimonials\";s:3:\"zip\";s:35:\"packs/landing-page-testimonials.zip\";s:3:\"uid\";s:32:\"a83606e311cd5115422d86f04890cbf1\";s:3:\"img\";s:36:\"landing-page-testimonials/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:342;a:25:{s:2:\"id\";s:3:\"358\";s:5:\"title\";s:27:\"Landing Page Call to Action\";s:5:\"alias\";s:27:\"landing-page-call-to-action\";s:3:\"zip\";s:37:\"packs/landing-page-call-to-action.zip\";s:3:\"uid\";s:32:\"adfb456b27fa7eb6b1415d8f80836f05\";s:3:\"img\";s:38:\"landing-page-call-to-action/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:343;a:25:{s:2:\"id\";s:3:\"359\";s:5:\"title\";s:17:\"Landing Page Help\";s:5:\"alias\";s:17:\"landing-page-help\";s:3:\"zip\";s:27:\"packs/landing-page-help.zip\";s:3:\"uid\";s:32:\"ca502431f9b7f6249d99b02464de2dd7\";s:3:\"img\";s:28:\"landing-page-help/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:344;a:25:{s:2:\"id\";s:3:\"360\";s:5:\"title\";s:19:\"Landing Page Footer\";s:5:\"alias\";s:19:\"landing-page-footer\";s:3:\"zip\";s:29:\"packs/landing-page-footer.zip\";s:3:\"uid\";s:32:\"2a6afc371dbd60cb117f8a0f5d09eac9\";s:3:\"img\";s:30:\"landing-page-footer/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:345;a:25:{s:2:\"id\";s:3:\"361\";s:5:\"title\";s:24:\"Landing Page Price Modal\";s:5:\"alias\";s:24:\"landing-page-price-modal\";s:3:\"zip\";s:34:\"packs/landing-page-price-modal.zip\";s:3:\"uid\";s:32:\"a6c5c0430b46dd4e6e68416964a8c54d\";s:3:\"img\";s:35:\"landing-page-price-modal/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:347;a:25:{s:2:\"id\";s:3:\"372\";s:5:\"title\";s:16:\"Corporate Header\";s:5:\"alias\";s:16:\"Corporate-Header\";s:3:\"zip\";s:26:\"packs/Corporate-Header.zip\";s:3:\"uid\";s:32:\"04f868e3812a1681f00ab89580e5d1f8\";s:3:\"img\";s:27:\"Corporate-Header/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:348;a:25:{s:2:\"id\";s:3:\"373\";s:5:\"title\";s:24:\"Corporate Welcome Screen\";s:5:\"alias\";s:24:\"Corporate-Welcome-Screen\";s:3:\"zip\";s:34:\"packs/Corporate-Welcome-Screen.zip\";s:3:\"uid\";s:32:\"052afe98ef819f7ace041dbbdb749639\";s:3:\"img\";s:35:\"Corporate-Welcome-Screen/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:349;a:25:{s:2:\"id\";s:3:\"374\";s:5:\"title\";s:15:\"Corporate About\";s:5:\"alias\";s:15:\"Corporate-About\";s:3:\"zip\";s:25:\"packs/Corporate-About.zip\";s:3:\"uid\";s:32:\"7bf5f8f6d4cc3016cea86289cb46e5b6\";s:3:\"img\";s:26:\"Corporate-About/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:350;a:25:{s:2:\"id\";s:3:\"375\";s:5:\"title\";s:19:\"Corporate Portfolio\";s:5:\"alias\";s:19:\"Corporate-Portfolio\";s:3:\"zip\";s:29:\"packs/Corporate-Portfolio.zip\";s:3:\"uid\";s:32:\"612c2bd784fea81392dda1644a3c3cf3\";s:3:\"img\";s:30:\"Corporate-Portfolio/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:351;a:25:{s:2:\"id\";s:3:\"376\";s:5:\"title\";s:15:\"Corporate Chart\";s:5:\"alias\";s:15:\"Corporate-Chart\";s:3:\"zip\";s:25:\"packs/Corporate-Chart.zip\";s:3:\"uid\";s:32:\"4d27d9b3b2cfcce750e526aafb322a9f\";s:3:\"img\";s:26:\"Corporate-Chart/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:352;a:25:{s:2:\"id\";s:3:\"377\";s:5:\"title\";s:14:\"Corporate News\";s:5:\"alias\";s:14:\"Corporate-News\";s:3:\"zip\";s:24:\"packs/Corporate-News.zip\";s:3:\"uid\";s:32:\"bb65ed57a0d4db795d8b738f0a92f2d7\";s:3:\"img\";s:25:\"Corporate-News/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:353;a:25:{s:2:\"id\";s:3:\"378\";s:5:\"title\";s:16:\"Corporate Hiring\";s:5:\"alias\";s:16:\"Corporate-Hiring\";s:3:\"zip\";s:26:\"packs/Corporate-Hiring.zip\";s:3:\"uid\";s:32:\"136cf1a91604e819089eb3573a6e100a\";s:3:\"img\";s:27:\"Corporate-Hiring/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:354;a:25:{s:2:\"id\";s:3:\"379\";s:5:\"title\";s:22:\"Corporate Testimonials\";s:5:\"alias\";s:22:\"Corporate-Testimonials\";s:3:\"zip\";s:32:\"packs/Corporate-Testimonials.zip\";s:3:\"uid\";s:32:\"b17aec0afdc31e37359cfa406164463c\";s:3:\"img\";s:33:\"Corporate-Testimonials/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:355;a:25:{s:2:\"id\";s:3:\"380\";s:5:\"title\";s:15:\"Corporate Store\";s:5:\"alias\";s:15:\"Corporate-Store\";s:3:\"zip\";s:25:\"packs/Corporate-Store.zip\";s:3:\"uid\";s:32:\"6240b14620ddc634736716e0cdfdeb31\";s:3:\"img\";s:26:\"Corporate-Store/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:356;a:25:{s:2:\"id\";s:3:\"381\";s:5:\"title\";s:17:\"Corporate Support\";s:5:\"alias\";s:17:\"Corporate-Support\";s:3:\"zip\";s:27:\"packs/Corporate-Support.zip\";s:3:\"uid\";s:32:\"9424292a78076ce68c2faf587b26cdad\";s:3:\"img\";s:28:\"Corporate-Support/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:357;a:25:{s:2:\"id\";s:3:\"382\";s:5:\"title\";s:14:\"Corporate Team\";s:5:\"alias\";s:14:\"Corporate-Team\";s:3:\"zip\";s:24:\"packs/Corporate-Team.zip\";s:3:\"uid\";s:32:\"4fafe469b5a0a2545625c3f6d7ff3b9e\";s:3:\"img\";s:25:\"Corporate-Team/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"11\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:358;a:25:{s:2:\"id\";s:3:\"383\";s:5:\"title\";s:33:\"Corporate Selected Projects Title\";s:5:\"alias\";s:33:\"Corporate-Selected-Projects-Title\";s:3:\"zip\";s:43:\"packs/Corporate-Selected-Projects-Title.zip\";s:3:\"uid\";s:32:\"0ed3c41f51e6bf404c2fe179fa8d8ceb\";s:3:\"img\";s:44:\"Corporate-Selected-Projects-Title/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"12\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:359;a:25:{s:2:\"id\";s:3:\"384\";s:5:\"title\";s:27:\"Corporate Selected Projects\";s:5:\"alias\";s:27:\"Corporate-Selected-Projects\";s:3:\"zip\";s:37:\"packs/Corporate-Selected-Projects.zip\";s:3:\"uid\";s:32:\"1096c78d5f007f3900228a4092515e2e\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"13\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:360;a:25:{s:2:\"id\";s:3:\"385\";s:5:\"title\";s:17:\"Corporate Clients\";s:5:\"alias\";s:17:\"Corporate-Clients\";s:3:\"zip\";s:27:\"packs/Corporate-Clients.zip\";s:3:\"uid\";s:32:\"60fe3a311195bf4dba3e50bd1ab98574\";s:3:\"img\";s:28:\"Corporate-Clients/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"14\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:361;a:25:{s:2:\"id\";s:3:\"386\";s:5:\"title\";s:20:\"Corporate Text Block\";s:5:\"alias\";s:20:\"Corporate-Text-Block\";s:3:\"zip\";s:30:\"packs/Corporate-Text-Block.zip\";s:3:\"uid\";s:32:\"93b68bb23d65fd1028b6b5f6d19b85b5\";s:3:\"img\";s:31:\"Corporate-Text-Block/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"15\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:362;a:25:{s:2:\"id\";s:3:\"387\";s:5:\"title\";s:20:\"Corporate Mobile App\";s:5:\"alias\";s:20:\"Corporate-Mobile-App\";s:3:\"zip\";s:30:\"packs/Corporate-Mobile-App.zip\";s:3:\"uid\";s:32:\"e592369d233bea673403daa15c6e498a\";s:3:\"img\";s:31:\"Corporate-Mobile-App/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"16\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:363;a:25:{s:2:\"id\";s:3:\"388\";s:5:\"title\";s:18:\"Corporate Contacts\";s:5:\"alias\";s:18:\"Corporate-Contacts\";s:3:\"zip\";s:28:\"packs/Corporate-Contacts.zip\";s:3:\"uid\";s:32:\"91ae9488b54b7020f8ae9dfbfd6c563a\";s:3:\"img\";s:29:\"Corporate-Contacts/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"17\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:364;a:25:{s:2:\"id\";s:3:\"389\";s:5:\"title\";s:16:\"Corporate Footer\";s:5:\"alias\";s:16:\"Corporate-Footer\";s:3:\"zip\";s:26:\"packs/Corporate-Footer.zip\";s:3:\"uid\";s:32:\"a01df90af203f06194c1a18745d79861\";s:3:\"img\";s:27:\"Corporate-Footer/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"18\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:365;a:25:{s:2:\"id\";s:3:\"390\";s:5:\"title\";s:23:\"Corporate Scroll To Top\";s:5:\"alias\";s:23:\"Corporate-Scroll-To-Top\";s:3:\"zip\";s:33:\"packs/Corporate-Scroll-To-Top.zip\";s:3:\"uid\";s:32:\"2d68f6e4590a9a445e6eb055dfee88ba\";s:3:\"img\";s:34:\"Corporate-Scroll-To-Top/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"19\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:367;a:25:{s:2:\"id\";s:3:\"403\";s:5:\"title\";s:11:\"Brutal Menu\";s:5:\"alias\";s:11:\"brutal-menu\";s:3:\"zip\";s:21:\"packs/brutal-menu.zip\";s:3:\"uid\";s:32:\"04b21c7aee2479793336e964230d6e3f\";s:3:\"img\";s:22:\"brutal-menu/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:368;a:25:{s:2:\"id\";s:3:\"404\";s:5:\"title\";s:11:\"Brutal Hero\";s:5:\"alias\";s:11:\"brutal-hero\";s:3:\"zip\";s:21:\"packs/brutal-hero.zip\";s:3:\"uid\";s:32:\"a342ad01054b97bac7980fdf9e275b34\";s:3:\"img\";s:22:\"brutal-hero/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:369;a:25:{s:2:\"id\";s:3:\"405\";s:5:\"title\";s:12:\"Brutal About\";s:5:\"alias\";s:12:\"brutal-about\";s:3:\"zip\";s:22:\"packs/brutal-about.zip\";s:3:\"uid\";s:32:\"a3e1cd2e36c9a783c1932fdafe2e4434\";s:3:\"img\";s:23:\"brutal-about/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:370;a:25:{s:2:\"id\";s:3:\"406\";s:5:\"title\";s:16:\"Brutal Highlight\";s:5:\"alias\";s:16:\"brutal-highlight\";s:3:\"zip\";s:26:\"packs/brutal-highlight.zip\";s:3:\"uid\";s:32:\"b7f8522dcb4636467633bd3b14f4e3e9\";s:3:\"img\";s:27:\"brutal-highlight/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:371;a:25:{s:2:\"id\";s:3:\"407\";s:5:\"title\";s:15:\"Brutal Projects\";s:5:\"alias\";s:15:\"brutal-projects\";s:3:\"zip\";s:25:\"packs/brutal-projects.zip\";s:3:\"uid\";s:32:\"1a462e91373042193ca5d623dd8e8a47\";s:3:\"img\";s:26:\"brutal-projects/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:372;a:25:{s:2:\"id\";s:3:\"408\";s:5:\"title\";s:15:\"Brutal Services\";s:5:\"alias\";s:15:\"brutal-services\";s:3:\"zip\";s:25:\"packs/brutal-services.zip\";s:3:\"uid\";s:32:\"cbeeb1e7a5c2842b155fe13acb7c165d\";s:3:\"img\";s:26:\"brutal-services/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:373;a:25:{s:2:\"id\";s:3:\"409\";s:5:\"title\";s:14:\"Brutal Callout\";s:5:\"alias\";s:14:\"brutal-callout\";s:3:\"zip\";s:24:\"packs/brutal-callout.zip\";s:3:\"uid\";s:32:\"31b6dafdb2dfb548152653e60df5a3bc\";s:3:\"img\";s:25:\"brutal-callout/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:374;a:25:{s:2:\"id\";s:3:\"410\";s:5:\"title\";s:13:\"Brutal Footer\";s:5:\"alias\";s:13:\"brutal-footer\";s:3:\"zip\";s:23:\"packs/brutal-footer.zip\";s:3:\"uid\";s:32:\"07559f0c574e3dd95b2d40d72cbb01bc\";s:3:\"img\";s:24:\"brutal-footer/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:376;a:25:{s:2:\"id\";s:3:\"412\";s:5:\"title\";s:13:\"Church Header\";s:5:\"alias\";s:13:\"Church-Header\";s:3:\"zip\";s:23:\"packs/Church-Header.zip\";s:3:\"uid\";s:32:\"c14289117e1e2b9ee716fb99146b2e03\";s:3:\"img\";s:24:\"Church-Header/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:377;a:25:{s:2:\"id\";s:3:\"413\";s:5:\"title\";s:22:\"Church Upcoming Events\";s:5:\"alias\";s:22:\"Church-Upcoming-Events\";s:3:\"zip\";s:32:\"packs/Church-Upcoming-Events.zip\";s:3:\"uid\";s:32:\"056a26efddae92973fee4ee5cfa75f10\";s:3:\"img\";s:33:\"Church-Upcoming-Events/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:378;a:25:{s:2:\"id\";s:3:\"414\";s:5:\"title\";s:12:\"Church About\";s:5:\"alias\";s:12:\"Church-About\";s:3:\"zip\";s:22:\"packs/Church-About.zip\";s:3:\"uid\";s:32:\"8ef133f3f669f06380334a83e27eedbb\";s:3:\"img\";s:23:\"Church-About/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:379;a:25:{s:2:\"id\";s:3:\"415\";s:5:\"title\";s:14:\"Church Pastors\";s:5:\"alias\";s:14:\"Church-Pastors\";s:3:\"zip\";s:24:\"packs/Church-Pastors.zip\";s:3:\"uid\";s:32:\"715edc0833a753b72350b8c974f86f94\";s:3:\"img\";s:25:\"Church-Pastors/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:380;a:25:{s:2:\"id\";s:3:\"416\";s:5:\"title\";s:20:\"Church Photo Gallery\";s:5:\"alias\";s:20:\"Church-Photo-Gallery\";s:3:\"zip\";s:30:\"packs/Church-Photo-Gallery.zip\";s:3:\"uid\";s:32:\"d94808a97149cd5d3b3354a28409ffd7\";s:3:\"img\";s:31:\"Church-Photo-Gallery/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:381;a:25:{s:2:\"id\";s:3:\"417\";s:5:\"title\";s:16:\"Church Community\";s:5:\"alias\";s:16:\"Church-Community\";s:3:\"zip\";s:26:\"packs/Church-Community.zip\";s:3:\"uid\";s:32:\"2244e6a6d7a691653eae2d70765130a7\";s:3:\"img\";s:27:\"Church-Community/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:382;a:25:{s:2:\"id\";s:3:\"418\";s:5:\"title\";s:13:\"Church Sermon\";s:5:\"alias\";s:13:\"Church-Sermon\";s:3:\"zip\";s:23:\"packs/Church-Sermon.zip\";s:3:\"uid\";s:32:\"8fedf983bd55fff0f7a16d9f0a7e5408\";s:3:\"img\";s:24:\"Church-Sermon/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:383;a:25:{s:2:\"id\";s:3:\"419\";s:5:\"title\";s:15:\"Church Contacts\";s:5:\"alias\";s:15:\"Church-Contacts\";s:3:\"zip\";s:25:\"packs/Church-Contacts.zip\";s:3:\"uid\";s:32:\"0b1a6968e75868548fd98e435625c090\";s:3:\"img\";s:26:\"Church-Contacts/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:384;a:25:{s:2:\"id\";s:3:\"420\";s:5:\"title\";s:13:\"Church Footer\";s:5:\"alias\";s:13:\"Church-Footer\";s:3:\"zip\";s:23:\"packs/Church-Footer.zip\";s:3:\"uid\";s:32:\"29756685d3dc49e42edada43e6393b7b\";s:3:\"img\";s:24:\"Church-Footer/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:386;a:25:{s:2:\"id\";s:3:\"422\";s:5:\"title\";s:19:\"Church Light Header\";s:5:\"alias\";s:19:\"Church-Light-Header\";s:3:\"zip\";s:29:\"packs/Church-Light-Header.zip\";s:3:\"uid\";s:32:\"81c00f4b52cf55214de919e3f13121fc\";s:3:\"img\";s:30:\"Church-Light-Header/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:387;a:25:{s:2:\"id\";s:3:\"423\";s:5:\"title\";s:28:\"Church Light Upcoming Events\";s:5:\"alias\";s:28:\"Church-Light-Upcoming-Events\";s:3:\"zip\";s:38:\"packs/Church-Light-Upcoming-Events.zip\";s:3:\"uid\";s:32:\"963a49f4be0557ac5f3ee61d256f5bda\";s:3:\"img\";s:39:\"Church-Light-Upcoming-Events/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:388;a:25:{s:2:\"id\";s:3:\"424\";s:5:\"title\";s:18:\"Church Light About\";s:5:\"alias\";s:18:\"Church-Light-About\";s:3:\"zip\";s:28:\"packs/Church-Light-About.zip\";s:3:\"uid\";s:32:\"d46c8e8e6f80e6bfedb54f1cdc49e7e6\";s:3:\"img\";s:29:\"Church-Light-About/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:389;a:25:{s:2:\"id\";s:3:\"425\";s:5:\"title\";s:20:\"Church Light Pastors\";s:5:\"alias\";s:20:\"Church-Light-Pastors\";s:3:\"zip\";s:30:\"packs/Church-Light-Pastors.zip\";s:3:\"uid\";s:32:\"7cc3dec61556e2291d6f38c1ea5e983f\";s:3:\"img\";s:31:\"Church-Light-Pastors/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:390;a:25:{s:2:\"id\";s:3:\"426\";s:5:\"title\";s:26:\"Church Light Photo Gallery\";s:5:\"alias\";s:26:\"Church-Light-Photo-Gallery\";s:3:\"zip\";s:36:\"packs/Church-Light-Photo-Gallery.zip\";s:3:\"uid\";s:32:\"9e13100179b9b700b005693eeca57902\";s:3:\"img\";s:37:\"Church-Light-Photo-Gallery/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:391;a:25:{s:2:\"id\";s:3:\"427\";s:5:\"title\";s:22:\"Church Light Community\";s:5:\"alias\";s:22:\"Church-Light-Community\";s:3:\"zip\";s:32:\"packs/Church-Light-Community.zip\";s:3:\"uid\";s:32:\"14fcc0d43d899fd96116bdbc57c7c5ea\";s:3:\"img\";s:33:\"Church-Light-Community/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:392;a:25:{s:2:\"id\";s:3:\"428\";s:5:\"title\";s:19:\"Church Light Sermon\";s:5:\"alias\";s:19:\"Church-Light-Sermon\";s:3:\"zip\";s:29:\"packs/Church-Light-Sermon.zip\";s:3:\"uid\";s:32:\"fc30be7e703bc7b235665c36baa80e4e\";s:3:\"img\";s:30:\"Church-Light-Sermon/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:393;a:25:{s:2:\"id\";s:3:\"429\";s:5:\"title\";s:21:\"Church Light Contacts\";s:5:\"alias\";s:21:\"Church-Light-Contacts\";s:3:\"zip\";s:31:\"packs/Church-Light-Contacts.zip\";s:3:\"uid\";s:32:\"ed83d8fa63ecb59cf42656068ecf8d25\";s:3:\"img\";s:32:\"Church-Light-Contacts/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:394;a:25:{s:2:\"id\";s:3:\"430\";s:5:\"title\";s:19:\"Church Light Footer\";s:5:\"alias\";s:19:\"Church-Light-Footer\";s:3:\"zip\";s:29:\"packs/Church-Light-Footer.zip\";s:3:\"uid\";s:32:\"a168772865fd5dcf6229c9c6a49dff73\";s:3:\"img\";s:30:\"Church-Light-Footer/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:396;a:25:{s:2:\"id\";s:3:\"432\";s:5:\"title\";s:13:\"Rockable Menu\";s:5:\"alias\";s:13:\"rockable-menu\";s:3:\"zip\";s:23:\"packs/rockable-menu.zip\";s:3:\"uid\";s:32:\"92d18f7ff38f22ff411a4ef4d9f54934\";s:3:\"img\";s:24:\"rockable-menu/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:397;a:25:{s:2:\"id\";s:3:\"433\";s:5:\"title\";s:13:\"Rockable Hero\";s:5:\"alias\";s:13:\"rockable-hero\";s:3:\"zip\";s:23:\"packs/rockable-hero.zip\";s:3:\"uid\";s:32:\"ba16b28d6bde95910cbce572bb251208\";s:3:\"img\";s:24:\"rockable-hero/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:398;a:25:{s:2:\"id\";s:3:\"434\";s:5:\"title\";s:15:\"Rockable Lineup\";s:5:\"alias\";s:15:\"rockable-lineup\";s:3:\"zip\";s:25:\"packs/rockable-lineup.zip\";s:3:\"uid\";s:32:\"6631980112805533a0d328c37e56adbd\";s:3:\"img\";s:26:\"rockable-lineup/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:399;a:25:{s:2:\"id\";s:3:\"435\";s:5:\"title\";s:17:\"Rockable Lineup 2\";s:5:\"alias\";s:17:\"rockable-lineup-2\";s:3:\"zip\";s:27:\"packs/rockable-lineup-2.zip\";s:3:\"uid\";s:32:\"98bc41d982dc478edabff4aa99461dbc\";s:3:\"img\";s:28:\"rockable-lineup-2/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:400;a:25:{s:2:\"id\";s:3:\"436\";s:5:\"title\";s:22:\"Rockable Gallery Title\";s:5:\"alias\";s:22:\"rockable-gallery-title\";s:3:\"zip\";s:32:\"packs/rockable-gallery-title.zip\";s:3:\"uid\";s:32:\"da43a76f5bc77aa6efe158b00ab7cf0d\";s:3:\"img\";s:33:\"rockable-gallery-title/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:401;a:25:{s:2:\"id\";s:3:\"437\";s:5:\"title\";s:16:\"Rockable Gallery\";s:5:\"alias\";s:16:\"rockable-gallery\";s:3:\"zip\";s:26:\"packs/rockable-gallery.zip\";s:3:\"uid\";s:32:\"c12a144d6860bcf24e91d5b980ac22f1\";s:3:\"img\";s:27:\"rockable-gallery/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:402;a:25:{s:2:\"id\";s:3:\"438\";s:5:\"title\";s:17:\"Rockable Sponsors\";s:5:\"alias\";s:17:\"rockable-sponsors\";s:3:\"zip\";s:27:\"packs/rockable-sponsors.zip\";s:3:\"uid\";s:32:\"1e40d4a810c23f8d5fe5cd5ca31ee20d\";s:3:\"img\";s:28:\"rockable-sponsors/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:403;a:25:{s:2:\"id\";s:3:\"439\";s:5:\"title\";s:15:\"Rockable Footer\";s:5:\"alias\";s:15:\"rockable-footer\";s:3:\"zip\";s:25:\"packs/rockable-footer.zip\";s:3:\"uid\";s:32:\"a4a9952d5e56fc14366155e8ebfa432a\";s:3:\"img\";s:26:\"rockable-footer/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:404;a:25:{s:2:\"id\";s:3:\"440\";s:5:\"title\";s:21:\"Rockable Detail Modal\";s:5:\"alias\";s:21:\"rockable-detail-modal\";s:3:\"zip\";s:31:\"packs/rockable-detail-modal.zip\";s:3:\"uid\";s:32:\"b51d918203ff7975a144a9f1be09f31b\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:405;a:25:{s:2:\"id\";s:3:\"441\";s:5:\"title\";s:23:\"Rockable Detail Modal 2\";s:5:\"alias\";s:23:\"rockable-detail-modal-2\";s:3:\"zip\";s:33:\"packs/rockable-detail-modal-2.zip\";s:3:\"uid\";s:32:\"dcf51ebb3d4a1dec94748a1e016c5ef7\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:406;a:22:{s:2:\"id\";s:3:\"442\";s:5:\"title\";s:27:\"Real Estate Showcase Slider\";s:5:\"alias\";s:27:\"Real-Estate-Showcase-Slider\";s:3:\"zip\";s:31:\"Real-Estate-Showcase-Slider.zip\";s:3:\"uid\";s:32:\"4b0ddbe1928115f4b040f6ad4a01a583\";s:3:\"img\";s:38:\"Real-Estate-Showcase-Slider/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/real-estate-showcase-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:152:\"<span class=\"ttm_content\">An elegant showcase for your real estate & realtor website. Flexible and customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:407;a:22:{s:2:\"id\";s:3:\"443\";s:5:\"title\";s:16:\"Isometric Slider\";s:5:\"alias\";s:16:\"isometric-slider\";s:3:\"zip\";s:20:\"isometric-slider.zip\";s:3:\"uid\";s:32:\"fb06051fcf6649a44f2292044e414a36\";s:3:\"img\";s:27:\"isometric-slider/slide1.jpg\";s:7:\"preview\";s:51:\"https://revolution.themepunch.com/isometric-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:154:\"<span class=\"ttm_content\">A colorful, isometric slider template with fully customizable colors and screen content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:409;a:25:{s:2:\"id\";s:3:\"445\";s:5:\"title\";s:17:\"E-Commerce Slider\";s:5:\"alias\";s:17:\"E-Commerce-Slider\";s:3:\"zip\";s:27:\"packs/E-Commerce-Slider.zip\";s:3:\"uid\";s:32:\"1533cfd83c2ae122f23074e1ed77f256\";s:3:\"img\";s:28:\"E-Commerce-Slider/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/woo-commerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:178:\"<span class=\"ttm_content\">A uniquely animated Woo Commerce Slider template - this is the static version that doesn\'t use Woo Commerce data</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Woo Commerce Slider Static\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"35\";s:9:\"installed\";b:0;}i:410;a:25:{s:2:\"id\";s:3:\"446\";s:5:\"title\";s:23:\"E-Commerce Slider Modal\";s:5:\"alias\";s:23:\"E-Commerce-Slider-Modal\";s:3:\"zip\";s:33:\"packs/E-Commerce-Slider-Modal.zip\";s:3:\"uid\";s:32:\"825e05c3967515b92a75da017c68a863\";s:3:\"img\";s:34:\"E-Commerce-Slider-Modal/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/woo-commerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:178:\"<span class=\"ttm_content\">A uniquely animated Woo Commerce Slider template - this is the static version that doesn\'t use Woo Commerce data</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Woo Commerce Slider Static\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"35\";s:9:\"installed\";b:0;}i:411;a:22:{s:2:\"id\";s:3:\"447\";s:5:\"title\";s:27:\"Woo Commerce Slider Dynamic\";s:5:\"alias\";s:27:\"Woo-Commerce-Slider-Dynamic\";s:3:\"zip\";s:31:\"Woo-Commerce-Slider-Dynamic.zip\";s:3:\"uid\";s:32:\"b8e2c64f3739e552c563c48c59f20fe7\";s:3:\"img\";s:38:\"Woo-Commerce-Slider-Dynamic/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/woo-commerce-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">A uniquely animated Woo Commerce Slider template - this is the dynamic version that uses Woo Commerce data</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:413;a:25:{s:2:\"id\";s:3:\"449\";s:5:\"title\";s:15:\"Blooming Header\";s:5:\"alias\";s:15:\"blooming-header\";s:3:\"zip\";s:25:\"packs/blooming-header.zip\";s:3:\"uid\";s:32:\"aa2ee34fd8ed018945ba64e6913810e4\";s:3:\"img\";s:26:\"blooming-header/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:414;a:25:{s:2:\"id\";s:3:\"450\";s:5:\"title\";s:14:\"Blooming About\";s:5:\"alias\";s:14:\"blooming-about\";s:3:\"zip\";s:24:\"packs/blooming-about.zip\";s:3:\"uid\";s:32:\"dd7095e46fab2eb475d00480fd17a6ec\";s:3:\"img\";s:25:\"blooming-about/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:415;a:25:{s:2:\"id\";s:3:\"451\";s:5:\"title\";s:18:\"Blooming Portfolio\";s:5:\"alias\";s:18:\"blooming-portfolio\";s:3:\"zip\";s:28:\"packs/blooming-portfolio.zip\";s:3:\"uid\";s:32:\"c72ddcbb07b62982b8c21328a6383e22\";s:3:\"img\";s:29:\"blooming-portfolio/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:416;a:25:{s:2:\"id\";s:3:\"452\";s:5:\"title\";s:22:\"Blooming Wedding Title\";s:5:\"alias\";s:22:\"blooming-wedding-title\";s:3:\"zip\";s:32:\"packs/blooming-wedding-title.zip\";s:3:\"uid\";s:32:\"4fcfb0b99289c12d014c67306bb7687b\";s:3:\"img\";s:33:\"blooming-wedding-title/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:417;a:25:{s:2:\"id\";s:3:\"453\";s:5:\"title\";s:25:\"Blooming Wedding Carousel\";s:5:\"alias\";s:25:\"blooming-wedding-carousel\";s:3:\"zip\";s:35:\"packs/blooming-wedding-carousel.zip\";s:3:\"uid\";s:32:\"1d1bb979dbfca8ba9d43da1c0f665339\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:418;a:25:{s:2:\"id\";s:3:\"454\";s:5:\"title\";s:21:\"Blooming Wedding Text\";s:5:\"alias\";s:21:\"blooming-wedding-text\";s:3:\"zip\";s:31:\"packs/blooming-wedding-text.zip\";s:3:\"uid\";s:32:\"326f2793294a739dd3aac3cc45332df8\";s:3:\"img\";s:32:\"blooming-wedding-text/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:419;a:25:{s:2:\"id\";s:3:\"455\";s:5:\"title\";s:22:\"Blooming Parties Title\";s:5:\"alias\";s:22:\"blooming-parties-title\";s:3:\"zip\";s:32:\"packs/blooming-parties-title.zip\";s:3:\"uid\";s:32:\"b47aae1b368d3c3d9017f260e6c6a547\";s:3:\"img\";s:33:\"blooming-parties-title/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:420;a:25:{s:2:\"id\";s:3:\"456\";s:5:\"title\";s:25:\"Blooming Parties Carousel\";s:5:\"alias\";s:25:\"blooming-parties-carousel\";s:3:\"zip\";s:35:\"packs/blooming-parties-carousel.zip\";s:3:\"uid\";s:32:\"9f90a9da7b017aeee7f3b608cda066e6\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:421;a:25:{s:2:\"id\";s:3:\"457\";s:5:\"title\";s:21:\"Blooming Parties Text\";s:5:\"alias\";s:21:\"blooming-parties-text\";s:3:\"zip\";s:31:\"packs/blooming-parties-text.zip\";s:3:\"uid\";s:32:\"66a47346cc639b8b9b9b5dfa1521b6ef\";s:3:\"img\";s:32:\"blooming-parties-text/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:422;a:25:{s:2:\"id\";s:3:\"458\";s:5:\"title\";s:22:\"Blooming Funeral Title\";s:5:\"alias\";s:22:\"blooming-funeral-title\";s:3:\"zip\";s:32:\"packs/blooming-funeral-title.zip\";s:3:\"uid\";s:32:\"e9e77134472c33c56be442073f29d1fd\";s:3:\"img\";s:33:\"blooming-funeral-title/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:423;a:25:{s:2:\"id\";s:3:\"459\";s:5:\"title\";s:23:\"Blooming Funeral Slider\";s:5:\"alias\";s:23:\"blooming-funeral-slider\";s:3:\"zip\";s:33:\"packs/blooming-funeral-slider.zip\";s:3:\"uid\";s:32:\"d15090841c25c7c8f0e1b0987c0c0887\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:2:\"11\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:424;a:25:{s:2:\"id\";s:3:\"460\";s:5:\"title\";s:21:\"Blooming Funeral Text\";s:5:\"alias\";s:21:\"blooming-funeral-text\";s:3:\"zip\";s:31:\"packs/blooming-funeral-text.zip\";s:3:\"uid\";s:32:\"d7c80e246f31e3d2f4e5dc1656f133cc\";s:3:\"img\";s:32:\"blooming-funeral-text/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:2:\"12\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:425;a:25:{s:2:\"id\";s:3:\"461\";s:5:\"title\";s:16:\"Blooming Contact\";s:5:\"alias\";s:16:\"blooming-contact\";s:3:\"zip\";s:26:\"packs/blooming-contact.zip\";s:3:\"uid\";s:32:\"54280182bca86443e2648b3146f41e47\";s:3:\"img\";s:27:\"blooming-contact/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:2:\"13\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:426;a:22:{s:2:\"id\";s:3:\"462\";s:5:\"title\";s:13:\"Particle Hero\";s:5:\"alias\";s:13:\"particle-hero\";s:3:\"zip\";s:17:\"particle-hero.zip\";s:3:\"uid\";s:32:\"3f422f4807bf9ef4cb15dade515dad00\";s:3:\"img\";s:24:\"particle-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide6\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:120:\"<span class=\"ttm_content\">A Hero header module using the Particle Effect Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:427;a:22:{s:2:\"id\";s:3:\"463\";s:5:\"title\";s:17:\"Bubble Morph Hero\";s:5:\"alias\";s:17:\"bubble-morph-hero\";s:3:\"zip\";s:21:\"bubble-morph-hero.zip\";s:3:\"uid\";s:32:\"b47e6bcc1ae80393ff3f7388ed3b9f8f\";s:3:\"img\";s:28:\"bubble-morph-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide5\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:117:\"<span class=\"ttm_content\">A Hero header module using the Bubble Morph Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:428;a:22:{s:2:\"id\";s:3:\"464\";s:5:\"title\";s:13:\"Parallax Hero\";s:5:\"alias\";s:13:\"parallax-hero\";s:3:\"zip\";s:17:\"parallax-hero.zip\";s:3:\"uid\";s:32:\"290e86534326ee118e96ae7ce0538fa2\";s:3:\"img\";s:24:\"parallax-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide4\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:117:\"<span class=\"ttm_content\">A parallax hero module with mouse move interaction.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:429;a:22:{s:2:\"id\";s:3:\"465\";s:5:\"title\";s:10:\"Video Hero\";s:5:\"alias\";s:10:\"video-hero\";s:3:\"zip\";s:14:\"video-hero.zip\";s:3:\"uid\";s:32:\"f9e280015d3408bb0482e13fe753da8f\";s:3:\"img\";s:21:\"video-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide3\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:111:\"<span class=\"ttm_content\">A simple Hero header module with HTML5 video.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:430;a:22:{s:2:\"id\";s:3:\"466\";s:5:\"title\";s:14:\"Ken Burns Hero\";s:5:\"alias\";s:14:\"ken-burns-hero\";s:3:\"zip\";s:18:\"ken-burns-hero.zip\";s:3:\"uid\";s:32:\"d5f89e5f5b3991b995e2bfeb50cfe9f8\";s:3:\"img\";s:25:\"ken-burns-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide2\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:142:\"<span class=\"ttm_content\">A simple image background hero header module with a subtle Ken Burns effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:431;a:22:{s:2:\"id\";s:3:\"467\";s:5:\"title\";s:21:\"Basic Hero Collection\";s:5:\"alias\";s:21:\"basic-hero-collection\";s:3:\"zip\";s:25:\"basic-hero-collection.zip\";s:3:\"uid\";s:32:\"ff625c65e8aab4689fa56d5652279d51\";s:3:\"img\";s:32:\"basic-hero-collection/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/wordpress-hero-image-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">A collection of WordPress Hero Headers with image, video, particles, parallax and more!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:348:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:432;a:22:{s:2:\"id\";s:3:\"468\";s:5:\"title\";s:19:\"Launching Very Soon\";s:5:\"alias\";s:19:\"launching-very-soon\";s:3:\"zip\";s:23:\"launching-very-soon.zip\";s:3:\"uid\";s:32:\"2da45cf2d9bec07e7183b3f7777986b9\";s:3:\"img\";s:30:\"launching-very-soon/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/launching-soon-countdown/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:166:\"<span class=\"ttm_content\">Rocket BOOST! A beautifully animated launching soon countdown module using our \"Coming Soon\" Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:197:\"[{\"path\":\"revslider-maintenance-addon\\/revslider-maintenance-addon.php\",\"name\":\"Coming Soon & Maintenance AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-coming-soon-maintenance\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:433;a:22:{s:2:\"id\";s:3:\"469\";s:5:\"title\";s:18:\"Under Construction\";s:5:\"alias\";s:18:\"Under-Construction\";s:3:\"zip\";s:22:\"Under-Construction.zip\";s:3:\"uid\";s:32:\"4b12f9a82a5b48d45a707df93406eb5b\";s:3:\"img\";s:29:\"Under-Construction/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/under-construction/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You will love this animated under construction landing page using our \"Coming Soon\" Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:197:\"[{\"path\":\"revslider-maintenance-addon\\/revslider-maintenance-addon.php\",\"name\":\"Coming Soon & Maintenance AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-coming-soon-maintenance\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:434;a:22:{s:2:\"id\";s:3:\"470\";s:5:\"title\";s:15:\"Particle Effect\";s:5:\"alias\";s:15:\"Particle-Effect\";s:3:\"zip\";s:19:\"Particle-Effect.zip\";s:3:\"uid\";s:32:\"66cf4e514e83a6984903694fd587edb6\";s:3:\"img\";s:26:\"Particle-Effect/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/snow-particle-scene/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:140:\"<span class=\"ttm_content\">Get into a winter mood with our Snow Particle Scene for Slider Revolution!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:435;a:22:{s:2:\"id\";s:3:\"471\";s:5:\"title\";s:17:\"Particle Effect 2\";s:5:\"alias\";s:17:\"Particle-Effect-2\";s:3:\"zip\";s:21:\"Particle-Effect-2.zip\";s:3:\"uid\";s:32:\"303337c29a97a816ccecca7e5f0b5e20\";s:3:\"img\";s:28:\"Particle-Effect-2/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/cyber-particle-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:147:\"<span class=\"ttm_content\">Amaze your website visitors with the cyber particle effect for Slider Revolution!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:437;a:25:{s:2:\"id\";s:3:\"473\";s:5:\"title\";s:10:\"Stark Menu\";s:5:\"alias\";s:10:\"stark-menu\";s:3:\"zip\";s:20:\"packs/stark-menu.zip\";s:3:\"uid\";s:32:\"bb31150df180e784d76a1f5ea306bf05\";s:3:\"img\";s:21:\"stark-menu/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:87:\"offset=\"t:0px,0px,0px,0px;b:0px,0px,0px,0px;l:140px,70px,0px,0px;r:140px,70px,0px,0px;\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:438;a:25:{s:2:\"id\";s:3:\"474\";s:5:\"title\";s:12:\"Stark Header\";s:5:\"alias\";s:12:\"stark-header\";s:3:\"zip\";s:22:\"packs/stark-header.zip\";s:3:\"uid\";s:32:\"62bfca01bf6e33cfad81d8df06498299\";s:3:\"img\";s:23:\"stark-header/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:93:\"offset=\"t:40px,30px,20px,10px;b:0px,0px,0px,0px;l:40px,30px,20px,10px;r:40px,30px,20px,10px;\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:439;a:25:{s:2:\"id\";s:3:\"475\";s:5:\"title\";s:13:\"Stark Content\";s:5:\"alias\";s:13:\"stark-content\";s:3:\"zip\";s:23:\"packs/stark-content.zip\";s:3:\"uid\";s:32:\"4577ca760133eb5d894c46f212f6eefb\";s:3:\"img\";s:24:\"stark-content/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:110:\"offset=\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:140px,70px,50px,30px;r:140px,70px,50px,30px;\" zindex=\"6\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:440;a:25:{s:2:\"id\";s:3:\"476\";s:5:\"title\";s:14:\"Stark Carousel\";s:5:\"alias\";s:14:\"stark-carousel\";s:3:\"zip\";s:24:\"packs/stark-carousel.zip\";s:3:\"uid\";s:32:\"de63336d333eeff10eccfd5d9741e6c9\";s:3:\"img\";s:25:\"stark-carousel/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:108:\"offset=\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:40px,30px,20px,10px;r:40px,30px,20px,10px;\" zindex=\"1\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:441;a:25:{s:2:\"id\";s:3:\"477\";s:5:\"title\";s:15:\"Stark Portfolio\";s:5:\"alias\";s:15:\"stark-portfolio\";s:3:\"zip\";s:25:\"packs/stark-portfolio.zip\";s:3:\"uid\";s:32:\"99fcf3df65f8471fe30bec1bf0c2350d\";s:3:\"img\";s:26:\"stark-portfolio/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:110:\"offset=\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:140px,70px,50px,30px;r:140px,70px,50px,30px;\" zindex=\"5\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:442;a:25:{s:2:\"id\";s:3:\"478\";s:5:\"title\";s:22:\"Stark Portfolio Detail\";s:5:\"alias\";s:22:\"stark-portfolio-detail\";s:3:\"zip\";s:32:\"packs/stark-portfolio-detail.zip\";s:3:\"uid\";s:32:\"7484fc54f81daec07c93e992216310ce\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:443;a:25:{s:2:\"id\";s:3:\"479\";s:5:\"title\";s:13:\"Stark Contact\";s:5:\"alias\";s:13:\"stark-contact\";s:3:\"zip\";s:23:\"packs/stark-contact.zip\";s:3:\"uid\";s:32:\"8d704226b7093123a9d9faf424da6c35\";s:3:\"img\";s:24:\"stark-contact/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:108:\"offset=\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:40px,30px,20px,10px;r:40px,30px,20px,10px;\" zindex=\"2\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:444;a:25:{s:2:\"id\";s:3:\"480\";s:5:\"title\";s:12:\"Stark Footer\";s:5:\"alias\";s:12:\"stark-footer\";s:3:\"zip\";s:22:\"packs/stark-footer.zip\";s:3:\"uid\";s:32:\"e7132dc158e7dcdb4ef5b3a1aa00208a\";s:3:\"img\";s:23:\"stark-footer/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:114:\"offset=\"t:-50px,-30px,-30px,-20px;b:40px,30px,20px,20px;l:140px,70px,50px,30px;r:140px,70px,50px,30px;\" zindex=\"3\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:445;a:25:{s:2:\"id\";s:3:\"481\";s:5:\"title\";s:16:\"Stark Newsletter\";s:5:\"alias\";s:16:\"stark-newsletter\";s:3:\"zip\";s:26:\"packs/stark-newsletter.zip\";s:3:\"uid\";s:32:\"bb76ddd68dbe6bda5ece7e4227a51413\";s:3:\"img\";s:27:\"stark-newsletter/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:33:\"usage=\"modal\" modal=\"s:#contact;\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:446;a:22:{s:2:\"id\";s:3:\"482\";s:5:\"title\";s:15:\"Big Summer Sale\";s:5:\"alias\";s:15:\"big-summer-sale\";s:3:\"zip\";s:19:\"big-summer-sale.zip\";s:3:\"uid\";s:32:\"a6779fa7109763209d234f9cf2e766c6\";s:3:\"img\";s:26:\"big-summer-sale/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/big-summer-sale-shop-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">The Big Summer Sale Shop Slider is a beautiful eye catcher for your e-commerce website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:447;a:22:{s:2:\"id\";s:3:\"483\";s:5:\"title\";s:18:\"Traveller Carousel\";s:5:\"alias\";s:18:\"traveller-carousel\";s:3:\"zip\";s:22:\"traveller-carousel.zip\";s:3:\"uid\";s:32:\"185344ed6236bea2906a79035d1d5702\";s:3:\"img\";s:29:\"traveller-carousel/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/travel-blog-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:137:\"<span class=\"ttm_content\">A travel blog carousel with interesting parallax and ken burns effects!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:263:\"<span class=\"ttm_content\">Note that the content visible on all slides can be edited on the \"global layers\" slide.<br/>Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:448;a:22:{s:2:\"id\";s:3:\"484\";s:5:\"title\";s:16:\"Project Carousel\";s:5:\"alias\";s:16:\"project-carousel\";s:3:\"zip\";s:20:\"project-carousel.zip\";s:3:\"uid\";s:32:\"49c85ad406da943bdd25f08fd6496748\";s:3:\"img\";s:27:\"project-carousel/slide1.jpg\";s:7:\"preview\";s:51:\"https://revolution.themepunch.com/project-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:137:\"<span class=\"ttm_content\">A project carousel with images and texts that can be customized easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:449;a:22:{s:2:\"id\";s:3:\"485\";s:5:\"title\";s:13:\"News Carousel\";s:5:\"alias\";s:13:\"news-carousel\";s:3:\"zip\";s:17:\"news-carousel.zip\";s:3:\"uid\";s:32:\"76f5b939150092a30038f161084140ae\";s:3:\"img\";s:24:\"news-carousel/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/news-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:134:\"<span class=\"ttm_content\">A news carousel with images and texts that can be customized easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:451;a:25:{s:2:\"id\";s:3:\"487\";s:5:\"title\";s:10:\"Story Menu\";s:5:\"alias\";s:10:\"story-menu\";s:3:\"zip\";s:20:\"packs/story-menu.zip\";s:3:\"uid\";s:32:\"1f2f7cd91480f15cff8e7100f788c650\";s:3:\"img\";s:21:\"story-menu/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:452;a:25:{s:2:\"id\";s:3:\"488\";s:5:\"title\";s:12:\"Story Header\";s:5:\"alias\";s:12:\"story-header\";s:3:\"zip\";s:22:\"packs/story-header.zip\";s:3:\"uid\";s:32:\"e1a5ad5018a24ccdc71c2863edfe775e\";s:3:\"img\";s:23:\"story-header/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:453;a:25:{s:2:\"id\";s:3:\"489\";s:5:\"title\";s:13:\"Story Block 1\";s:5:\"alias\";s:13:\"story-block-1\";s:3:\"zip\";s:23:\"packs/story-block-1.zip\";s:3:\"uid\";s:32:\"2a9fee97dcf477e36d048af8a902f47a\";s:3:\"img\";s:24:\"story-block-1/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:454;a:25:{s:2:\"id\";s:3:\"490\";s:5:\"title\";s:15:\"Story Content 1\";s:5:\"alias\";s:15:\"story-content-1\";s:3:\"zip\";s:25:\"packs/story-content-1.zip\";s:3:\"uid\";s:32:\"6773614bbce543b83a0d2b2ad8facc96\";s:3:\"img\";s:26:\"story-content-1/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:455;a:25:{s:2:\"id\";s:3:\"491\";s:5:\"title\";s:13:\"Story Block 2\";s:5:\"alias\";s:13:\"story-block-2\";s:3:\"zip\";s:23:\"packs/story-block-2.zip\";s:3:\"uid\";s:32:\"2e708e3cebab57ca20b228ffba426ce7\";s:3:\"img\";s:24:\"story-block-2/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:456;a:25:{s:2:\"id\";s:3:\"492\";s:5:\"title\";s:13:\"Story Block 3\";s:5:\"alias\";s:13:\"story-block-3\";s:3:\"zip\";s:23:\"packs/story-block-3.zip\";s:3:\"uid\";s:32:\"7156cf069f65644faf90122dab451231\";s:3:\"img\";s:24:\"story-block-3/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:457;a:25:{s:2:\"id\";s:3:\"493\";s:5:\"title\";s:15:\"Story Content 2\";s:5:\"alias\";s:15:\"story-content-2\";s:3:\"zip\";s:25:\"packs/story-content-2.zip\";s:3:\"uid\";s:32:\"1223cd77d1f36d69e69ce50223e16ea7\";s:3:\"img\";s:26:\"story-content-2/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:458;a:25:{s:2:\"id\";s:3:\"494\";s:5:\"title\";s:13:\"Story Block 4\";s:5:\"alias\";s:13:\"story-block-4\";s:3:\"zip\";s:23:\"packs/story-block-4.zip\";s:3:\"uid\";s:32:\"85ac48e8e8231d2c38206cba4e7ebb68\";s:3:\"img\";s:24:\"story-block-4/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:459;a:25:{s:2:\"id\";s:3:\"495\";s:5:\"title\";s:15:\"Story Content 3\";s:5:\"alias\";s:15:\"story-content-3\";s:3:\"zip\";s:25:\"packs/story-content-3.zip\";s:3:\"uid\";s:32:\"82cac52f3ba79c0559fe0ad0cdf9d3b2\";s:3:\"img\";s:26:\"story-content-3/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}}s:6:\"slides\";a:448:{s:16:\"classic-carousel\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"classic-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"classic-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"classic-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"classic-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"classic-carousel/slide5.jpg\";}}s:13:\"classicslider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"classicslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"classicslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"classicslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"classicslider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"classicslider/slide5.jpg\";}}s:11:\"contenttabs\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"contenttabs/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"contenttabs/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"contenttabs/slide3.jpg\";}}s:13:\"facebook-feed\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"facebook-feed/slide1.jpg\";}}s:7:\"fashion\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"fashion/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"fashion/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"fashion/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"fashion/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"fashion/slide5.jpg\";}}s:14:\"flickr-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"flickr-gallery/slide1.jpg\";}}s:3:\"gym\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:14:\"gym/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:14:\"gym/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:14:\"gym/slide3.jpg\";}}s:18:\"highlight-carousel\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"highlight-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"highlight-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"highlight-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"highlight-carousel/slide4.jpg\";}}s:18:\"highlight-showcase\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"highlight-showcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"highlight-showcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"highlight-showcase/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"highlight-showcase/slide4.jpg\";}}s:10:\"image-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"imagehero/slide1.jpg\";}}s:13:\"insta-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"insta-gallery/slide1.jpg\";}}s:19:\"levanorestaurantbar\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"levanorestaurantbar/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"levanorestaurantbar/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"levanorestaurantbar/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:30:\"levanorestaurantbar/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:30:\"levanorestaurantbar/slide5.jpg\";}}s:11:\"mainfeature\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"mainfeature/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"mainfeature/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"mainfeature/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:22:\"mainfeature/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:22:\"mainfeature/slide7.jpg\";}}s:17:\"media-gallery-two\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"media-gallery-two/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"media-gallery-two/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"media-gallery-two/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"media-gallery-two/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:28:\"media-gallery-two/slide6.jpg\";}}s:23:\"media-carousel-autoplay\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide6.jpg\";}}s:21:\"news-background-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"news-bg-video/slide1.jpg\";}}s:12:\"news-gallery\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"news-gallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"news-gallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"news-gallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"news-gallery/slide4.jpg\";}}s:23:\"news-gallery-post-based\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"news-gallery-post-based/slide1.jpg\";}}s:9:\"news-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"news-hero/slide1.jpg\";}}s:10:\"news-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"news-video/slide1.jpg\";}}s:15:\"newsletter-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"newsletter-hero/slide1.jpg\";}}s:10:\"notgeneric\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"notgeneric/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"notgeneric/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"notgeneric/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:21:\"notgeneric/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:21:\"notgeneric/slide5.jpg\";}}s:11:\"photography\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"photography/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"photography/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"photography/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:22:\"photography/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:22:\"photography/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:22:\"photography/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:22:\"photography/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:22:\"photography/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:22:\"photography/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:23:\"photography/slide10.jpg\";}}s:20:\"photography-carousel\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"photography-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"photography-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"photography-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"photography-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:31:\"photography-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:31:\"photography-carousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:31:\"photography-carousel/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:31:\"photography-carousel/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:31:\"photography-carousel/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:32:\"photography-carousel/slide10.jpg\";}}s:16:\"search-form-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"search-form-hero/slide1.jpg\";}}s:16:\"showcasecarousel\";a:9:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"showcasecarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"showcasecarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"showcasecarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"showcasecarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"showcasecarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"showcasecarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:27:\"showcasecarousel/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:27:\"showcasecarousel/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:27:\"showcasecarousel/slide9.jpg\";}}s:11:\"sports-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"sportshero/slide1.jpg\";}}s:12:\"twitter-feed\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"twitter-feed/slide1.jpg\";}}s:13:\"vimeo-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"vimeo-gallery/slide1.jpg\";}}s:9:\"vimeohero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"vimeohero/slide1.jpg\";}}s:16:\"web-product-dark\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"web-product-dark/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"web-product-dark/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"web-product-dark/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"web-product-dark/slide4.jpg\";}}s:21:\"web-product-dark-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"web-product-dark-hero/slide1.jpg\";}}s:22:\"web-product-light-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"web-product-light-hero/slide1.jpg\";}}s:15:\"webproductlight\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"webproductlight/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"webproductlight/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"webproductlight/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"webproductlight/slide4.jpg\";}}s:15:\"youtube-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"youtube-gallery/slide1.jpg\";}}s:11:\"youtubehero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"youtubehero/slide1.jpg\";}}s:13:\"scroll-effect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"scrolleffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"scrolleffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"scrolleffect/slide3.jpg\";}}s:12:\"content-zoom\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"contentzoom/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"contentzoom/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"contentzoom/slide3.jpg\";}}s:13:\"food-carousel\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"foodcarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"foodcarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"foodcarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"foodcarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:23:\"foodcarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:23:\"foodcarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:23:\"foodcarousel/slide7.jpg\";}}s:14:\"rotating-words\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"rotatingwords/slide1.jpg\";}}s:22:\"travel-static-captions\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"travel-static-captions/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"travel-static-captions/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"travel-static-captions/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"travel-static-captions/slide4.jpg\";}}s:7:\"concept\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"concept/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"concept/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"concept/slide3.jpg\";}}s:17:\"fullscreen-button\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"fullscreen-button/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"fullscreen-button/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"fullscreen-button/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"fullscreen-button/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:28:\"fullscreen-button/slide5.jpg\";}}s:15:\"creativefreedom\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"creativefreedom/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"creativefreedom/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"creativefreedom/slide3.jpg\";}}s:13:\"parallaxscene\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"parallaxscene/slide1.jpg\";}}s:15:\"slidingoverlays\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"slidingoverlays/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"slidingoverlays/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"slidingoverlays/slide3.jpg\";}}s:25:\"web-product-light-hero-3d\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"web-product-light-hero-3d/slide1.jpg\";}}s:6:\"woobig\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"woobig/slide1.jpg\";}}s:16:\"woocommercesmall\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"woocommercesmall/slide1.jpg\";}}s:10:\"finedining\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"finedining/slide1.jpg\";}}s:12:\"agency-intro\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"agency-intro/slide1.jpg\";}}s:7:\"ourteam\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"ourteam/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"ourteam/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"ourteam/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"ourteam/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"ourteam/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:18:\"ourteam/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:18:\"ourteam/slide7.jpg\";}}s:17:\"our-team-carousel\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"ourteamcarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"ourteamcarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"ourteamcarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"ourteamcarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"ourteamcarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"ourteamcarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:26:\"ourteamcarousel/slide7.jpg\";}}s:13:\"betteryoutube\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"betteryoutube/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"betteryoutube/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"betteryoutube/slide3.jpg\";}}s:19:\"agencywebsiteheader\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"agencywebsiteheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"agencywebsiteheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"agencywebsiteheader/slide3.jpg\";}}s:10:\"comingsoon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"comingsoon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"comingsoon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"comingsoon/slide3.jpg\";}}s:9:\"snowscene\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"snowscene/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"snowscene/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"snowscene/slide3.jpg\";}}s:8:\"rockband\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"rockband/slide1.jpg\";}}s:16:\"sleeklandingpage\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"sleeklandingpage/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"sleeklandingpage/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"sleeklandingpage/slide3.jpg\";}}s:14:\"applandingpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"applandingpage/slide1.jpg\";}}s:9:\"deskscene\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"deskscene/slide1.jpg\";}}s:15:\"cleannewsslider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"cleannewsslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"cleannewsslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"cleannewsslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"cleannewsslider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"cleannewsslider/slide5.jpg\";}}s:12:\"imagegallery\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"imagegallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"imagegallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"imagegallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"imagegallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:23:\"imagegallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:23:\"imagegallery/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:23:\"imagegallery/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:23:\"imagegallery/slide8.jpg\";}}s:19:\"standard-wp-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"standard-wp-gallery/slide1.jpg\";}}s:21:\"clean-news-post-based\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"clean-news-post-based/slide1.jpg\";}}s:21:\"interactivewhiteboard\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"interactivewhiteboard/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"interactivewhiteboard/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"interactivewhiteboard/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"interactivewhiteboard/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"interactivewhiteboard/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:32:\"interactivewhiteboard/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:32:\"interactivewhiteboard/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:32:\"interactivewhiteboard/slide8.jpg\";}}s:10:\"innovation\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"innovation/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"innovation/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"innovation/slide3.jpg\";}}s:24:\"dark-fullsite-block-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"dark-fullsite-block-menu/slide1.jpg\";}}s:21:\"dark-fullsite-block-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"dark-fullsite-block-1/slide1.jpg\";}}s:27:\"dark-fullsite-block-2-about\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide2.jpg\";}}s:30:\"dark-fullsite-block-3-services\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide2.jpg\";}}s:30:\"dark-fullsite-block-4-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide5.jpg\";}}s:34:\"dark-fullsite-block-5-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:45:\"dark-fullsite-block-5-testimonials/slide1.jpg\";}}s:29:\"dark-fullsite-block-6-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"dark-fullsite-block-6-callout/slide1.jpg\";}}s:28:\"dark-fullsite-block-7-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"dark-fullsite-block-7-footer/slide1.jpg\";}}s:19:\"fullsite-block-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"fullsite-block-menu/slide1.jpg\";}}s:15:\"fullsite-block1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"fullsite-block1/slide1.jpg\";}}s:22:\"fullsite-block-2-about\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide2.jpg\";}}s:25:\"fullsite-block-3-services\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide2.jpg\";}}s:25:\"fullsite-block-4-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide5.jpg\";}}s:29:\"fullsite-block-5-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"fullsite-block-5-testimonials/slide1.jpg\";}}s:24:\"fullsite-block-6-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"fullsite-block-6-callout/slide1.jpg\";}}s:23:\"fullsite-block-7-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"fullsite-block-7-footer/slide1.jpg\";}}s:11:\"techjournal\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"techjournal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"techjournal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"techjournal/slide3.jpg\";}}s:13:\"cardealership\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"cardealership/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"cardealership/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"cardealership/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"cardealership/slide4.jpg\";}}s:14:\"fullscreenmenu\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"fullscreenmenu/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"fullscreenmenu/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"fullscreenmenu/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"fullscreenmenu/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:25:\"fullscreenmenu/slide5.jpg\";}}s:17:\"creativefrontpage\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"creativefrontpage/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"creativefrontpage/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"creativefrontpage/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"creativefrontpage/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:28:\"creativefrontpage/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:28:\"creativefrontpage/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:28:\"creativefrontpage/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:28:\"creativefrontpage/slide8.jpg\";}}s:19:\"websitebuilder-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"websitebuilder-menu/slide1.jpg\";}}s:19:\"websitebuilder-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"websitebuilder-hero/slide1.jpg\";}}s:22:\"websitebuilder-clients\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"websitebuilder-clients/slide1.jpg\";}}s:23:\"websitebuilder-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"websitebuilder-services/slide1.jpg\";}}s:23:\"websitebuilder-discover\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"websitebuilder-discover/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"websitebuilder-discover/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"websitebuilder-discover/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"websitebuilder-discover/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"websitebuilder-discover/slide5.jpg\";}}s:21:\"websitebuilder-slider\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"websitebuilder-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"websitebuilder-slider/slide2.jpg\";}}s:27:\"websitebuilder-calltoaction\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"websitebuilder-calltoaction/slide1.jpg\";}}s:21:\"websitebuilder-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"websitebuilder-footer/slide1.jpg\";}}s:13:\"focusparallax\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"focusparallax/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"focusparallax/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"focusparallax/slide3.jpg\";}}s:7:\"duotone\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"duotone/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"duotone/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"duotone/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"duotone/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"duotone/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:18:\"duotone/slide6.jpg\";}}s:6:\"r_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_menu/slide1.jpg\";}}s:5:\"rhero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_hero/slide1.jpg\";}}s:7:\"r_about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"r_about/slide1.jpg\";}}s:10:\"r_products\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"r_products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"r_products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"r_products/slide3.jpg\";}}s:6:\"r_info\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_info/slide1.jpg\";}}s:17:\"inspirationheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"inspirationheader/slide1.jpg\";}}s:13:\"magazineposts\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"magazineposts/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"magazineposts/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"magazineposts/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"magazineposts/slide4.jpg\";}}s:17:\"explorationheader\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"explorationheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"explorationheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"explorationheader/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"explorationheader/slide4.jpg\";}}s:16:\"typewritereffect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"typewritereffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"typewritereffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"typewritereffect/slide3.jpg\";}}s:15:\"blendmodeheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"blendmodeheader/slide1.jpg\";}}s:17:\"themeplicity_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"themeplicity_menu/slide1.jpg\";}}s:19:\"themeplicity_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_header/slide1.jpg\";}}s:18:\"themeplicity_offer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"themeplicity_offer/slide1.jpg\";}}s:21:\"themeplicity_whatwedo\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"themeplicity_whatwedo/slide1.jpg\";}}s:21:\"themeplicity_projects\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"themeplicity_projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"themeplicity_projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"themeplicity_projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"themeplicity_projects/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:32:\"themeplicity_projects/slide5.jpg\";s:3:\"img\";s:7:\"Slide 5\";}}s:23:\"themeplicity_whatsgreat\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"themeplicity_whatsgreat/slide1.jpg\";}}s:19:\"themeplicity_tables\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_tables/slide1.jpg\";}}s:24:\"themeplicity_contactform\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"themeplicity_contactform/slide1.jpg\";}}s:19:\"themeplicity_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_footer/slide1.jpg\";}}s:17:\"NiceAndClean_Menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"NiceAndClean_Menu/slide1.jpg\";}}s:19:\"NiceAndClean_Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"NiceAndClean_Header/slide1.jpg\";}}s:21:\"NiceAndClean_Services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"NiceAndClean_Services/slide1.jpg\";}}s:18:\"NiceAndClean_About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"NiceAndClean_About/slide1.jpg\";}}s:18:\"niceandclean_video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"niceandclean_video/slide1.jpg\";}}s:23:\"niceandclean_highlights\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"niceandclean_highlights/slide1.jpg\";}}s:21:\"NiceAndClean_Projects\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide5.jpg\";}}s:23:\"niceandclean_textblocks\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"niceandclean_textblocks/slide1.jpg\";}}s:20:\"niceandclean_callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"niceandclean_callout/slide1.jpg\";}}s:19:\"niceandclean_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"niceandclean_footer/slide1.jpg\";}}s:3:\"80s\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:14:\"80s/slide1.jpg\";}}s:10:\"blurslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"blurslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"blurslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"blurslider/slide3.jpg\";}}s:15:\"ComingSoonAddon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"ComingSoonAddon/slide1.jpg\";}}s:9:\"snowaddon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"snowaddon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"snowaddon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"snowaddon/slide3.jpg\";}}s:19:\"particle-effect-one\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"particle-effect-one/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"particle-effect-one/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"particle-effect-one/slide3.jpg\";}}s:19:\"particle-effect-two\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"particle-effect-two/slide1.jpg\";}}s:21:\"particle-effect-three\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"particle-effect-three/slide1.jpg\";}}s:15:\"portfolioviewer\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"portfolioviewer/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"portfolioviewer/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"portfolioviewer/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"portfolioviewer/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"portfolioviewer/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"portfolioviewer/slide6.jpg\";}}s:11:\"appshowcase\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"appshowcase/slide1.jpg\";}}s:13:\"gravitydesign\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"gravitydesign/slide1.jpg\";}}s:12:\"404errorpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"404errorpage/slide1.jpg\";}}s:15:\"carouselgallery\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"carouselgallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"carouselgallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"carouselgallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"carouselgallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"carouselgallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"carouselgallery/slide6.jpg\";}}s:9:\"filmstrip\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"filmstrip/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"filmstrip/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"filmstrip/slide3.jpg\";}}s:10:\"spaceopera\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"spaceopera/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"spaceopera/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"spaceopera/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:21:\"spaceopera/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:21:\"spaceopera/slide5.jpg\";}}s:12:\"websiteintro\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"websiteintro/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"websiteintro/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"websiteintro/slide3.jpg\";}}s:12:\"maskshowcase\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"maskshowcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"maskshowcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"maskshowcase/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"maskshowcase/slide4.jpg\";}}s:18:\"parallaxzoomslices\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"parallaxzoomslices/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"parallaxzoomslices/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"parallaxzoomslices/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"parallaxzoomslices/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"parallaxzoomslices/slide5.jpg\";}}s:20:\"doubleexposureeffect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"doubleexposureeffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"doubleexposureeffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"doubleexposureeffect/slide3.jpg\";}}s:22:\"mountainparallaxheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"mountainparallaxheader/slide1.jpg\";}}s:12:\"goodnewsmenu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"goodnewsmenu/slide1.jpg\";}}s:14:\"goodnewsheader\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"goodnewsheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"goodnewsheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"goodnewsheader/slide3.jpg\";}}s:16:\"goodnewswhatshot\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewswhatshot/slide1.jpg\";}}s:16:\"goodnewsfeatured\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewsfeatured/slide1.jpg\";}}s:17:\"goodnewsspotlight\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"goodnewsspotlight/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"goodnewsspotlight/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"goodnewsspotlight/slide3.jpg\";}}s:16:\"goodnewscarousel\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewscarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"goodnewscarousel/slide2.jpg\";}}s:15:\"goodnewscallout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"goodnewscallout/slide1.jpg\";}}s:14:\"goodnewsfooter\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"goodnewsfooter/slide1.jpg\";}}s:16:\"goodnewsmenuback\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewsmenuback/slide1.jpg\";}}s:18:\"goodnewsblogheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"goodnewsblogheader/slide1.jpg\";}}s:19:\"goodnewsblogcontent\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"goodnewsblogcontent/slide1.jpg\";}}s:20:\"goodnewstestimonials\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"goodnewstestimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"goodnewstestimonials/slide2.jpg\";}}s:18:\"goodnewsblogfooter\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"goodnewsblogfooter/slide1.jpg\";}}s:17:\"beforeafterslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"beforeafterslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"beforeafterslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"beforeafterslider/slide3.jpg\";}}s:15:\"productshowcase\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"productshowcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"productshowcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"productshowcase/slide3.jpg\";}}s:22:\"overexposuretransition\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"overexposuretransition/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"overexposuretransition/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"overexposuretransition/slide3.jpg\";}}s:14:\"parallaxscroll\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"parallaxscroll/slide1.jpg\";}}s:11:\"techco-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"techco-menu/slide1.jpg\";}}s:13:\"techco-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-header/slide1.jpg\";}}s:12:\"techco-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"techco-about/slide1.jpg\";}}s:15:\"techco-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"techco-services/slide1.jpg\";}}s:12:\"techco-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"techco-video/slide1.jpg\";}}s:13:\"techco-prices\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-prices/slide1.jpg\";}}s:19:\"techco-testimonials\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"techco-testimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"techco-testimonials/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"techco-testimonials/slide3.jpg\";}}s:13:\"techco-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-footer/slide1.jpg\";}}s:7:\"weather\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"weather/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"weather/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"weather/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"weather/slide4.jpg\";}}s:11:\"360panorama\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"360panorama/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"360panorama/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"360panorama/slide3.jpg\";}}s:14:\"duotone-add-on\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"duotone-add-on/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"duotone-add-on/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"duotone-add-on/slide3.jpg\";}}s:13:\"reveal-add-on\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"reveal-add-on/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"reveal-add-on/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"reveal-add-on/slide3.jpg\";}}s:16:\"band-tour-poster\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"smartcontent/band-tour-poster/slide1.png\";}}s:14:\"brewery-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide3.png\";}}s:9:\"burgerbar\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide3.png\";}}s:19:\"burger-bar-portrait\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide3.png\";}}s:8:\"car-rent\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"smartcontent/car-rent/slide1.png\";}}s:6:\"coffee\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"smartcontent/coffee/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"smartcontent/coffee/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"smartcontent/coffee/slide3.png\";}}s:14:\"holiday-advert\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/holiday-advert/slide1.png\";}}s:18:\"iphone-cases-light\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:42:\"smartcontent/iphone-cases-light/slide1.png\";}}s:7:\"medical\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"smartcontent/medical/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"smartcontent/medical/slide2.png\";}}s:13:\"mexican-grill\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide3.png\";}}s:20:\"mobile-retail-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide3.png\";}}s:14:\"money-exchange\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide3.png\";}}s:28:\"restaurant-menu-first-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:52:\"smartcontent/restaurant-menu-first-screen/slide1.png\";}}s:29:\"restaurant-menu-second-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:53:\"smartcontent/restaurant-menu-second-screen/slide1.png\";}}s:28:\"restaurant-menu-third-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:52:\"smartcontent/restaurant-menu-third-screen/slide1.png\";}}s:11:\"shoes-store\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide3.png\";}}s:20:\"supermarket-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide3.png\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide4.png\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide5.png\";}}s:16:\"travel-insurance\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"smartcontent/travel-insurance/slide1.png\";}}s:12:\"cryptoslider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"cryptoslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"cryptoslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"cryptoslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"cryptoslider/slide4.jpg\";}}s:16:\"immersion_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"immersion_header/slide1.jpg\";}}s:19:\"immersion-mountains\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"immersion-mountains/slide1.jpg\";}}s:17:\"immersion-product\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"immersion-product/slide1.jpg\";}}s:16:\"immersion-design\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"immersion-design/slide1.jpg\";}}s:21:\"immersion-photography\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"immersion-photography/slide1.jpg\";}}s:14:\"immersion-grid\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"immersion-grid/slide1.jpg\";}}s:11:\"funkyslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"funkyslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"funkyslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"funkyslider/slide3.jpg\";}}s:14:\"clearview_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"clearview_menu/slide1.jpg\";}}s:16:\"clearview_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"clearview_header/slide1.jpg\";}}s:17:\"clearview_mission\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"clearview_mission/slide1.jpg\";}}s:17:\"clear-view-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"clear-view-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"clear-view-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"clear-view-slider/slide3.jpg\";}}s:15:\"clear-view-news\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"clear-view-news/slide1.jpg\";}}s:18:\"clear-view-clients\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"clear-view-clients/slide1.jpg\";}}s:18:\"clear-view-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"clear-view-contact/slide1.jpg\";}}s:22:\"clear-view-single-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"clear-view-single-menu/slide1.jpg\";}}s:24:\"clear-view-single-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"clear-view-single-header/slide1.jpg\";}}s:23:\"clear-view-single-media\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"clear-view-single-media/slide1.jpg\";}}s:22:\"clear-view-single-more\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"clear-view-single-more/slide1.jpg\";}}s:25:\"clear-view-single-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"clear-view-single-contact/slide1.jpg\";}}s:16:\"cleanlandingpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"cleanlandingpage/slide1.jpg\";}}s:8:\"clearcut\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"clearcut/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:19:\"clearcut/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:19:\"clearcut/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:19:\"clearcut/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:19:\"clearcut/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:19:\"clearcut/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:19:\"clearcut/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:19:\"clearcut/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:19:\"clearcut/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:20:\"clearcut/slide10.jpg\";}}s:17:\"wonderstruck_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"wonderstruck_menu/slide1.jpg\";}}s:19:\"wonderstruck_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"wonderstruck_header/slide1.jpg\";}}s:18:\"wonderstruck_about\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"wonderstruck_about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"wonderstruck_about/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"wonderstruck_about/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"wonderstruck_about/slide4.jpg\";}}s:18:\"wonderstruck-works\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"wonderstruck-works/slide1.jpg\";}}s:20:\"wonderstruck-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"wonderstruck-contact/slide1.jpg\";}}s:11:\"bubblemorph\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"bubblemorph/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"bubblemorph/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"bubblemorph/slide3.jpg\";}}s:15:\"distortionaddon\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"distortionaddon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"distortionaddon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"distortionaddon/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"distortionaddon/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"distortionaddon/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"distortionaddon/slide6.jpg\";}}s:9:\"clubflyer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"clubflyer/slide1.jpg\";}}s:15:\"paintbrushaddon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"paintbrushaddon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"paintbrushaddon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"paintbrushaddon/slide3.jpg\";}}s:15:\"parallax_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"parallax_header/slide1.jpg\";}}s:16:\"parallax_content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"parallax_content/slide1.jpg\";}}s:15:\"parallax_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"parallax_footer/slide1.jpg\";}}s:12:\"le-chef-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"le-chef-menu/slide1.jpg\";}}s:14:\"le-chef-header\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"le-chef-header/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"le-chef-header/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"le-chef-header/slide3.jpg\";}}s:18:\"le-chef-philosophy\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"le-chef-philosophy/slide1.jpg\";}}s:12:\"le-chef-food\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"le-chef-food/slide1.jpg\";}}s:16:\"le-chef-la-carte\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"le-chef-la-carte/slide1.jpg\";}}s:14:\"le-chef-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"le-chef-footer/slide1.jpg\";}}s:20:\"news-magazine-slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"news-magazine-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"news-magazine-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"news-magazine-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"news-magazine-slider/slide4.jpg\";}}s:18:\"real-estate-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"real-estate-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"real-estate-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"real-estate-slider/slide3.jpg\";}}s:14:\"fashion-header\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"fashion-header/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"fashion-header/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"fashion-header/slide3.jpg\";}}s:13:\"seasonaloffer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"seasonaloffer/slide1.jpg\";}}s:18:\"barber-shop-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"barber-shop-header/slide1.jpg\";}}s:23:\"barber-shop-mobile-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"barber-shop-mobile-menu/slide1.jpg\";}}s:24:\"barber-shop-first-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"barber-shop-first-screen/slide1.jpg\";}}s:17:\"barber-shop-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"barber-shop-about/slide1.jpg\";}}s:20:\"barber-shop-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"barber-shop-services/slide1.jpg\";}}s:19:\"barber-shop-barbers\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"barber-shop-barbers/slide1.jpg\";}}s:20:\"barber-shop-contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"barber-shop-contacts/slide1.jpg\";}}s:18:\"barber-shop-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"barber-shop-footer/slide1.jpg\";}}s:21:\"fitness-club-template\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"fitness-club-template/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"fitness-club-template/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"fitness-club-template/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"fitness-club-template/slide4.jpg\";}}s:13:\"soccer-school\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"soccer-school/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"soccer-school/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"soccer-school/slide3.jpg\";}}s:19:\"music-band-template\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"music-band-template/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"music-band-template/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"music-band-template/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:30:\"music-band-template/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:30:\"music-band-template/slide5.jpg\";}}s:15:\"restaurant-menu\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"restaurant-menu/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"restaurant-menu/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"restaurant-menu/slide3.jpg\";}}s:16:\"cinematic-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"cinematic-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"cinematic-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"cinematic-slider/slide3.jpg\";}}s:17:\"3d-parallax-cubes\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"3d-parallax-cubes/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"3d-parallax-cubes/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"3d-parallax-cubes/slide3.jpg\";}}s:13:\"medicare-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"medicare-menu/slide1.jpg\";}}s:15:\"medicare-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"medicare-header/slide1.jpg\";}}s:14:\"medicare-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"medicare-about/slide1.jpg\";}}s:18:\"medicare-highlight\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"medicare-highlight/slide1.jpg\";}}s:17:\"medicare-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"medicare-services/slide1.jpg\";}}s:16:\"medicare-doctors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"medicare-doctors/slide1.jpg\";}}s:17:\"medicare-research\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"medicare-research/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"medicare-research/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"medicare-research/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"medicare-research/slide4.jpg\";}}s:18:\"medicare-whychoose\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"medicare-whychoose/slide1.jpg\";}}s:16:\"medicare-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"medicare-contact/slide1.jpg\";}}s:15:\"medicare-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"medicare-footer/slide1.jpg\";}}s:11:\"coffee-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"coffee-menu/slide1.jpg\";}}s:13:\"coffee-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"coffee-header/slide1.jpg\";}}s:17:\"coffee-philosophy\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"coffee-philosophy/slide1.jpg\";}}s:12:\"coffee-carte\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"coffee-carte/slide1.jpg\";}}s:13:\"coffee-teaser\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"coffee-teaser/slide1.jpg\";}}s:13:\"coffee-findus\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"coffee-findus/slide1.jpg\";}}s:13:\"coffee-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"coffee-footer/slide1.jpg\";}}s:17:\"minimal-portfolio\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"minimal-portfolio/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"minimal-portfolio/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"minimal-portfolio/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"minimal-portfolio/slide4.jpg\";}}s:23:\"minimal-portfolio-modal\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide7.jpg\";}}s:11:\"angled-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"angled-menu/slide1.jpg\";}}s:13:\"angled-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"angled-header/slide1.jpg\";}}s:11:\"angled-news\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"angled-news/slide1.jpg\";}}s:15:\"angled-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"angled-services/slide1.jpg\";}}s:14:\"angled-success\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"angled-success/slide1.jpg\";}}s:13:\"angled-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"angled-footer/slide1.jpg\";}}s:20:\"angled-content-modal\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"angled-content-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"angled-content-modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"angled-content-modal/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"angled-content-modal/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:31:\"angled-content-modal/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:31:\"angled-content-modal/slide6.jpg\";}}s:13:\"big-bold-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"big-bold-menu/slide1.jpg\";}}s:15:\"big-bold-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"big-bold-header/slide1.jpg\";}}s:16:\"big-bold-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"big-bold-content/slide1.jpg\";}}s:13:\"big-bold-blog\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"big-bold-blog/slide1.jpg\";}}s:18:\"big-bold-highlight\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"big-bold-highlight/slide1.jpg\";}}s:15:\"big-bold-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"big-bold-footer/slide1.jpg\";}}s:7:\"Retouch\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"Retouch/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"Retouch/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"Retouch/slide3.jpg\";}}s:11:\"tech-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"tech-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"tech-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"tech-slider/slide3.jpg\";}}s:11:\"peak-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"peak-header/slide1.jpg\";}}s:10:\"peak-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"peak-about/slide1.jpg\";}}s:14:\"peak-portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"peak-portfolio/slide1.jpg\";}}s:11:\"peak-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"peak-footer/slide1.jpg\";}}s:17:\"portfolio-welcome\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"portfolio-welcome/slide1.jpg\";}}s:15:\"portfolio-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"portfolio-about/slide1.jpg\";}}s:21:\"portfolio-works-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"portfolio-works-title/slide1.jpg\";}}s:23:\"portfolio-works-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"portfolio-works-content/slide1.jpg\";}}s:18:\"portfolio-contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"portfolio-contacts/slide1.jpg\";}}s:18:\"App-Studio-Welcome\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"App-Studio-Welcome/slide1.jpg\";}}s:19:\"App-Studio-Services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"App-Studio-Services/slide1.jpg\";}}s:16:\"App-Studio-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"App-Studio-About/slide1.jpg\";}}s:19:\"App-Studio-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"App-Studio-Contacts/slide1.jpg\";}}s:14:\"cube-animation\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"cube-animation/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"cube-animation/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"cube-animation/slide3.jpg\";}}s:10:\"basic-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"basic-menu/slide1.jpg\";}}s:12:\"basic-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"basic-header/slide1.jpg\";}}s:13:\"basic-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"basic-content/slide1.jpg\";}}s:14:\"basic-carousel\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"basic-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"basic-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"basic-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"basic-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:25:\"basic-carousel/slide5.jpg\";}}s:13:\"basic-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"basic-callout/slide1.jpg\";}}s:10:\"basic-grid\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"basic-grid/slide1.jpg\";}}s:17:\"basic-video-block\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"basic-video-block/slide1.jpg\";}}s:12:\"basic-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"basic-footer/slide1.jpg\";}}s:14:\"basic-lightbox\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"basic-lightbox/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"basic-lightbox/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"basic-lightbox/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"basic-lightbox/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:25:\"basic-lightbox/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:25:\"basic-lightbox/slide6.jpg\";}}s:13:\"nature-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"nature-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"nature-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"nature-slider/slide3.jpg\";}}s:11:\"art-gallery\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"art-gallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"art-gallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"art-gallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:22:\"art-gallery/slide4.jpg\";}}s:19:\"Construction-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Construction-Header/slide1.jpg\";}}s:17:\"Construction-Home\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Construction-Home/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"Construction-Home/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"Construction-Home/slide3.jpg\";}}s:21:\"Construction-Projects\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Construction-Projects/slide1.jpg\";}}s:20:\"Construction-History\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Construction-History/slide1.jpg\";}}s:21:\"Construction-Services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Construction-Services/slide1.jpg\";}}s:21:\"Construction-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Construction-Contacts/slide1.jpg\";}}s:21:\"404-Error-Space-Theme\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"404-Error-Space-Theme/slide1.jpg\";}}s:17:\"landing-page-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"landing-page-hero/slide1.jpg\";}}s:21:\"landing-page-features\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"landing-page-features/slide1.jpg\";}}s:20:\"landing-page-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"landing-page-callout/slide1.jpg\";}}s:20:\"landing-page-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"landing-page-content/slide1.jpg\";}}s:25:\"landing-page-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"landing-page-testimonials/slide1.jpg\";}}s:27:\"landing-page-call-to-action\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"landing-page-call-to-action/slide1.jpg\";}}s:17:\"landing-page-help\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"landing-page-help/slide1.jpg\";}}s:19:\"landing-page-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"landing-page-footer/slide1.jpg\";}}s:24:\"landing-page-price-modal\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"landing-page-price-modal/slide1.jpg\";}}s:18:\"energy-drinks-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"energy-drinks-hero/slide1.jpg\";}}s:19:\"energy-drinks-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"energy-drinks-about/slide1.jpg\";}}s:21:\"energy-drinks-product\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"energy-drinks-product/slide1.jpg\";}}s:23:\"energy-drinks-product-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"energy-drinks-product-2/slide1.jpg\";}}s:23:\"energy-drinks-product-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"energy-drinks-product-3/slide1.jpg\";}}s:19:\"energy-drinks-order\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"energy-drinks-order/slide1.jpg\";}}s:20:\"energy-drinks-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"energy-drinks-footer/slide1.jpg\";}}s:19:\"energy-drinks-modal\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"energy-drinks-modal/slide1.jpg\";}}s:16:\"Corporate-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"Corporate-Header/slide1.jpg\";}}s:24:\"Corporate-Welcome-Screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"Corporate-Welcome-Screen/slide1.jpg\";}}s:15:\"Corporate-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Corporate-About/slide1.jpg\";}}s:19:\"Corporate-Portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Corporate-Portfolio/slide1.jpg\";}}s:15:\"Corporate-Chart\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Corporate-Chart/slide1.jpg\";}}s:14:\"Corporate-News\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"Corporate-News/slide1.jpg\";}}s:16:\"Corporate-Hiring\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"Corporate-News/slide1.jpg\";}}s:22:\"Corporate-Testimonials\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"Corporate-Testimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"Corporate-Testimonials/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"Corporate-Testimonials/slide3.jpg\";}}s:15:\"Corporate-Store\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Corporate-Store/slide1.jpg\";}}s:17:\"Corporate-Support\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Corporate-Support/slide1.jpg\";}}s:14:\"Corporate-Team\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"Corporate-Team/slide1.jpg\";}}s:33:\"Corporate-Selected-Projects-Title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"Corporate-Selected-Projects-Title/slide1.jpg\";}}s:27:\"Corporate-Selected-Projects\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide7.jpg\";}}s:17:\"Corporate-Clients\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Corporate-Clients/slide1.jpg\";}}s:20:\"Corporate-Text-Block\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Corporate-Text-Block/slide1.jpg\";}}s:20:\"Corporate-Mobile-App\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Corporate-Mobile-App/slide1.jpg\";}}s:18:\"Corporate-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Corporate-Contacts/slide1.jpg\";}}s:16:\"Corporate-Footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"Corporate-Footer/slide1.jpg\";}}s:23:\"Corporate-Scroll-To-Top\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"Corporate-Scroll-To-Top/slide1.jpg\";}}s:14:\"geometric-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"geometric-menu/slide1.jpg\";}}s:14:\"geometric-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"geometric-hero/slide1.jpg\";}}s:14:\"geometric-grid\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"geometric-grid/slide1.jpg\";}}s:15:\"geometric-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"geometric-about/slide1.jpg\";}}s:15:\"geometric-texts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"geometric-texts/slide1.jpg\";}}s:18:\"geometric-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"geometric-services/slide1.jpg\";}}s:17:\"geometric-texts-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"geometric-texts-2/slide1.jpg\";}}s:22:\"geometric-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"geometric-testimonials/slide1.jpg\";}}s:16:\"geometric-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"geometric-footer/slide1.jpg\";}}s:18:\"geometric-lightbox\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"geometric-lightbox/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"geometric-lightbox/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"geometric-lightbox/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"geometric-lightbox/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"geometric-lightbox/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:29:\"geometric-lightbox/slide6.jpg\";}}s:11:\"brutal-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"brutal-menu/slide1.jpg\";}}s:11:\"brutal-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"brutal-hero/slide1.jpg\";}}s:12:\"brutal-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"brutal-about/slide1.jpg\";}}s:16:\"brutal-highlight\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"brutal-highlight/slide1.jpg\";}}s:15:\"brutal-projects\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"brutal-projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"brutal-projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"brutal-projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"brutal-projects/slide4.jpg\";}}s:15:\"brutal-services\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"brutal-services/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"brutal-services/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"brutal-services/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"brutal-services/slide4.jpg\";}}s:14:\"brutal-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"brutal-callout/slide1.jpg\";}}s:13:\"brutal-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"brutal-footer/slide1.jpg\";}}s:13:\"Church-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"Church-Header/slide1.jpg\";}}s:22:\"Church-Upcoming-Events\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"Church-Upcoming-Events/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"Church-Upcoming-Events/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"Church-Upcoming-Events/slide3.jpg\";}}s:12:\"Church-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"Church-About/slide1.jpg\";}}s:14:\"Church-Pastors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"Church-Pastors/slide1.jpg\";}}s:20:\"Church-Photo-Gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Church-Photo-Gallery/slide1.jpg\";}}s:16:\"Church-Community\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"Church-Community/slide1.jpg\";}}s:13:\"Church-Sermon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"Church-Sermon/slide1.jpg\";}}s:15:\"Church-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Church-Contacts/slide1.jpg\";}}s:13:\"Church-Footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"Church-Footer/slide1.jpg\";}}s:19:\"Church-Light-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Church-Light-Header/slide1.jpg\";}}s:28:\"Church-Light-Upcoming-Events\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"Church-Light-Upcoming-Events/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:39:\"Church-Light-Upcoming-Events/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:39:\"Church-Light-Upcoming-Events/slide3.jpg\";}}s:18:\"Church-Light-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Church-Light-About/slide1.jpg\";}}s:20:\"Church-Light-Pastors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Church-Light-Pastors/slide1.jpg\";}}s:26:\"Church-Light-Photo-Gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"Church-Light-Photo-Gallery/slide1.jpg\";}}s:22:\"Church-Light-Community\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"Church-Light-Community/slide1.jpg\";}}s:19:\"Church-Light-Sermon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Church-Light-Sermon/slide1.jpg\";}}s:21:\"Church-Light-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Church-Light-Contacts/slide1.jpg\";}}s:19:\"Church-Light-Footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Church-Light-Footer/slide1.jpg\";}}s:13:\"rockable-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"rockable-menu/slide1.jpg\";}}s:13:\"rockable-hero\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"rockable-hero/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"rockable-hero/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"rockable-hero/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"rockable-hero/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"rockable-hero/slide5.jpg\";}}s:15:\"rockable-lineup\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"rockable-lineup/slide1.jpg\";}}s:17:\"rockable-lineup-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"rockable-lineup-2/slide1.jpg\";}}s:22:\"rockable-gallery-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"rockable-gallery-title/slide1.jpg\";}}s:16:\"rockable-gallery\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"rockable-gallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"rockable-gallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"rockable-gallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"rockable-gallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"rockable-gallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"rockable-gallery/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:27:\"rockable-gallery/slide7.jpg\";}}s:17:\"rockable-sponsors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"rockable-sponsors/slide1.jpg\";}}s:15:\"rockable-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"rockable-footer/slide1.jpg\";}}s:21:\"rockable-detail-modal\";a:18:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:10;a:2:{s:5:\"title\";s:8:\"Slide 11\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:11;a:2:{s:5:\"title\";s:8:\"Slide 12\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:12;a:2:{s:5:\"title\";s:8:\"Slide 13\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:13;a:2:{s:5:\"title\";s:8:\"Slide 14\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:14;a:2:{s:5:\"title\";s:8:\"Slide 15\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:15;a:2:{s:5:\"title\";s:8:\"Slide 16\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:16;a:2:{s:5:\"title\";s:8:\"Slide 17\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:17;a:2:{s:5:\"title\";s:8:\"Slide 18\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}}s:23:\"rockable-detail-modal-2\";a:18:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:10;a:2:{s:5:\"title\";s:8:\"Slide 11\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:11;a:2:{s:5:\"title\";s:8:\"Slide 12\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:12;a:2:{s:5:\"title\";s:8:\"Slide 13\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:13;a:2:{s:5:\"title\";s:8:\"Slide 14\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:14;a:2:{s:5:\"title\";s:8:\"Slide 15\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:15;a:2:{s:5:\"title\";s:8:\"Slide 16\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:16;a:2:{s:5:\"title\";s:8:\"Slide 17\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:17;a:2:{s:5:\"title\";s:8:\"Slide 18\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}}s:27:\"Real-Estate-Showcase-Slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"Real-Estate-Showcase-Slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"Real-Estate-Showcase-Slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"Real-Estate-Showcase-Slider/slide3.jpg\";}}s:16:\"isometric-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"isometric-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"isometric-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"isometric-slider/slide3.jpg\";}}s:17:\"E-Commerce-Slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Shoes-Store-Slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"Shoes-Store-Slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"Shoes-Store-Slider/slide3.jpg\";}}s:23:\"E-Commerce-Slider-Modal\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"Shoes-Store-Slider-Modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"Shoes-Store-Slider-Modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"Shoes-Store-Slider-Modal/slide3.jpg\";}}s:27:\"Woo-Commerce-Slider-Dynamic\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"Shoes-Store-Slider-Dynamic/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:37:\"Shoes-Store-Slider-Dynamic/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:37:\"Shoes-Store-Slider-Dynamic/slide3.jpg\";}}s:15:\"blooming-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"blooming-header/slide1.jpg\";}}s:14:\"blooming-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"blooming-about/slide1.jpg\";}}s:18:\"blooming-portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"blooming-portfolio/slide1.jpg\";}}s:22:\"blooming-wedding-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"blooming-wedding-title/slide1.jpg\";}}s:25:\"blooming-wedding-carousel\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide6.jpg\";}}s:21:\"blooming-wedding-text\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"blooming-wedding-text/slide1.jpg\";}}s:22:\"blooming-parties-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"blooming-parties-title/slide1.jpg\";}}s:25:\"blooming-parties-carousel\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide6.jpg\";}}s:21:\"blooming-parties-text\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"blooming-parties-text/slide1.jpg\";}}s:22:\"blooming-funeral-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"blooming-funeral-title/slide1.jpg\";}}s:23:\"blooming-funeral-slider\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide6.jpg\";}}s:21:\"blooming-funeral-text\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"blooming-funeral-text/slide1.jpg\";}}s:16:\"blooming-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"blooming-contact/slide1.jpg\";}}s:13:\"particle-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"particle-hero/slide1.jpg\";}}s:17:\"bubble-morph-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"bubble-morph-hero/slide1.jpg\";}}s:13:\"parallax-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"parallax-hero/slide1.jpg\";}}s:10:\"video-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"video-hero/slide1.jpg\";}}s:14:\"ken-burns-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"ken-burns-hero/slide1.jpg\";}}s:21:\"basic-hero-collection\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"basic-hero-collection/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"basic-hero-collection/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"basic-hero-collection/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"basic-hero-collection/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"basic-hero-collection/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:32:\"basic-hero-collection/slide6.jpg\";}}s:19:\"launching-very-soon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"launching-very-soon/slide1.jpg\";}}s:18:\"Under-Construction\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Under-Construction/slide1.jpg\";}}s:15:\"Particle-Effect\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Particle-Effect/slide1.jpg\";}}s:17:\"Particle-Effect-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Particle-Effect-2/slide1.jpg\";}}s:10:\"stark-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"stark-menu/slide1.jpg\";}}s:12:\"stark-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"stark-header/slide1.jpg\";}}s:13:\"stark-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"stark-content/slide1.jpg\";}}s:14:\"stark-carousel\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"stark-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"stark-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"stark-carousel/slide3.jpg\";}}s:15:\"stark-portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"stark-portfolio/slide1.jpg\";}}s:22:\"stark-portfolio-detail\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide6.jpg\";}}s:13:\"stark-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"stark-contact/slide1.jpg\";}}s:12:\"stark-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"stark-footer/slide1.jpg\";}}s:16:\"stark-newsletter\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"stark-newsletter/slide1.jpg\";}}s:15:\"big-summer-sale\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"big-summer-sale/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"big-summer-sale/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"big-summer-sale/slide3.jpg\";}}s:18:\"traveller-carousel\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"traveller-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"traveller-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"traveller-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"traveller-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"traveller-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:29:\"traveller-carousel/slide6.jpg\";}}s:16:\"project-carousel\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"project-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"project-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"project-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"project-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"project-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"project-carousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:27:\"project-carousel/slide7.jpg\";}}s:13:\"news-carousel\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"news-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"news-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"news-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"news-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"news-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:24:\"news-carousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:24:\"news-carousel/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:24:\"news-carousel/slide8.jpg\";}}s:10:\"story-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"story-menu/slide1.jpg\";}}s:12:\"story-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"story-header/slide1.jpg\";}}s:13:\"story-block-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"story-block-1/slide1.jpg\";}}s:15:\"story-content-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"story-content-1/slide1.jpg\";}}s:13:\"story-block-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"story-block-2/slide1.jpg\";}}s:13:\"story-block-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"story-block-3/slide1.jpg\";}}s:15:\"story-content-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"story-content-2/slide1.jpg\";}}s:13:\"story-block-4\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"story-block-4/slide1.jpg\";}}s:15:\"story-content-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"story-content-3/slide1.jpg\";}}}}','no'),(17530,'_site_transient_timeout_theme_roots','1586604991','no'),(17531,'_site_transient_theme_roots','a:5:{s:9:\"eventerra\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:14:\"twentyfourteen\";s:7:\"/themes\";s:15:\"twentyseventeen\";s:7:\"/themes\";s:13:\"twentysixteen\";s:7:\"/themes\";}','no'),(17512,'_site_transient_timeout_php_check_a5907c2ea4d6fbd7e531b3aa7734f0e4','1587101160','no'),(17513,'_site_transient_php_check_a5907c2ea4d6fbd7e531b3aa7734f0e4','a:5:{s:19:\"recommended_version\";s:3:\"7.3\";s:15:\"minimum_version\";s:6:\"5.6.20\";s:12:\"is_supported\";b:0;s:9:\"is_secure\";b:0;s:13:\"is_acceptable\";b:0;}','no'),(17514,'_transient_health-check-site-status-result','{\"good\":10,\"recommended\":6,\"critical\":1}','yes'),(17534,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1586603198;s:8:\"response\";a:5:{s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:28:\"w.org/plugins/contact-form-7\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:5:\"5.1.7\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.5.1.7.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/contact-form-7/assets/icon-256x256.png?rev=2279696\";s:2:\"1x\";s:67:\"https://ps.w.org/contact-form-7/assets/icon-128x128.png?rev=2279696\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901\";s:2:\"1x\";s:68:\"https://ps.w.org/contact-form-7/assets/banner-772x250.png?rev=880427\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:3:\"5.4\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:37:\"tinymce-advanced/tinymce-advanced.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:30:\"w.org/plugins/tinymce-advanced\";s:4:\"slug\";s:16:\"tinymce-advanced\";s:6:\"plugin\";s:37:\"tinymce-advanced/tinymce-advanced.php\";s:11:\"new_version\";s:5:\"5.4.0\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/tinymce-advanced/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/tinymce-advanced.5.4.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/tinymce-advanced/assets/icon-256x256.png?rev=971511\";s:2:\"1x\";s:68:\"https://ps.w.org/tinymce-advanced/assets/icon-128x128.png?rev=971511\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/tinymce-advanced/assets/banner-1544x500.png?rev=2011513\";s:2:\"1x\";s:71:\"https://ps.w.org/tinymce-advanced/assets/banner-772x250.png?rev=2011513\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:3:\"5.4\";s:12:\"requires_php\";s:3:\"5.6\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:46:\"under-construction-page/under-construction.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:37:\"w.org/plugins/under-construction-page\";s:4:\"slug\";s:23:\"under-construction-page\";s:6:\"plugin\";s:46:\"under-construction-page/under-construction.php\";s:11:\"new_version\";s:4:\"3.70\";s:3:\"url\";s:54:\"https://wordpress.org/plugins/under-construction-page/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/under-construction-page.3.70.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/under-construction-page/assets/icon-256x256.png?rev=1628376\";s:2:\"1x\";s:76:\"https://ps.w.org/under-construction-page/assets/icon-128x128.png?rev=1567925\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/under-construction-page/assets/banner-1544x500.png?rev=1628376\";s:2:\"1x\";s:78:\"https://ps.w.org/under-construction-page/assets/banner-772x250.png?rev=1575797\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:3:\"5.4\";s:12:\"requires_php\";s:3:\"5.2\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:42:\"tickera-event-ticketing-system/tickera.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:44:\"w.org/plugins/tickera-event-ticketing-system\";s:4:\"slug\";s:30:\"tickera-event-ticketing-system\";s:6:\"plugin\";s:42:\"tickera-event-ticketing-system/tickera.php\";s:11:\"new_version\";s:7:\"3.4.6.9\";s:3:\"url\";s:61:\"https://wordpress.org/plugins/tickera-event-ticketing-system/\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/plugin/tickera-event-ticketing-system.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:83:\"https://ps.w.org/tickera-event-ticketing-system/assets/icon-256x256.jpg?rev=1328378\";s:2:\"1x\";s:83:\"https://ps.w.org/tickera-event-ticketing-system/assets/icon-128x128.jpg?rev=1328378\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:85:\"https://ps.w.org/tickera-event-ticketing-system/assets/banner-772x250.png?rev=1422320\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.2.5\";s:12:\"requires_php\";s:3:\"5.6\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:41:\"wordpress-importer/wordpress-importer.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:32:\"w.org/plugins/wordpress-importer\";s:4:\"slug\";s:18:\"wordpress-importer\";s:6:\"plugin\";s:41:\"wordpress-importer/wordpress-importer.php\";s:11:\"new_version\";s:3:\"0.7\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/wordpress-importer/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/wordpress-importer.0.7.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:71:\"https://ps.w.org/wordpress-importer/assets/icon-256x256.png?rev=1908375\";s:2:\"1x\";s:63:\"https://ps.w.org/wordpress-importer/assets/icon.svg?rev=1908375\";s:3:\"svg\";s:63:\"https://ps.w.org/wordpress-importer/assets/icon.svg?rev=1908375\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-importer/assets/banner-772x250.png?rev=547654\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:3:\"5.4\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:2:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"4.1.4\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.4.1.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";s:2:\"1x\";s:59:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=969272\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}}s:9:\"hello.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:5:\"1.7.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/hello-dolly.1.7.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855\";s:2:\"1x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}}}}','no');
/*!40000 ALTER TABLE `wpap_options` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpap_postmeta`
--

DROP TABLE IF EXISTS `wpap_postmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpap_postmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`meta_id`),
  KEY `post_id` (`post_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM AUTO_INCREMENT=1672 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpap_postmeta`
--

LOCK TABLES `wpap_postmeta` WRITE;
/*!40000 ALTER TABLE `wpap_postmeta` DISABLE KEYS */;
INSERT INTO `wpap_postmeta` VALUES (1,2,'_wp_page_template','default'),(4,5,'_form','<p class=\"label\">Your Name(required)</p>\n<p>[text* your-name]</p>\n\n<p class=\"label\">Your Email(required)</p>\n<p>[email* your-email]</p>\n\n<p class=\"label\">Subject</p>\n<p>[text your-subject]</p>\n\n<p class=\"label\">Your Message</p>\n<p>[textarea your-message]</p>\n\n<p>[submit \"Send\"]</p>'),(5,5,'_mail','a:8:{s:7:\"subject\";s:35:\"Taranisco Advisory \"[your-subject]\"\";s:6:\"sender\";s:36:\"[your-name] <gerrit@taranisco.co.za>\";s:4:\"body\";s:182:\"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 Taranisco Advisory (http://www.taranisco.co.za)\";s:9:\"recipient\";s:22:\"gerrit@taranisco.co.za\";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;}'),(6,5,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:35:\"Taranisco Advisory \"[your-subject]\"\";s:6:\"sender\";s:43:\"Taranisco Advisory <gerrit@taranisco.co.za>\";s:4:\"body\";s:124:\"Message Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Taranisco Advisory (http://www.taranisco.co.za)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:32:\"Reply-To: gerrit@taranisco.co.za\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(7,5,'_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.\";}'),(8,5,'_additional_settings',NULL),(9,5,'_locale','en_US'),(10,19,'_wp_attached_file','2016/03/shutterstock_146472158.jpg'),(11,19,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1198;s:6:\"height\";i:410;s:4:\"file\";s:34:\"2016/03/shutterstock_146472158.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"shutterstock_146472158-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"shutterstock_146472158-300x103.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:103;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"shutterstock_146472158-768x263.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:263;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"shutterstock_146472158-1024x350.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"shutterstock_146472158-144x144.jpg\";s:5:\"width\";i:144;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12,19,'_wp_attached_file','2016/03/shutterstock_146472158.jpg'),(13,19,'_wp_attachment_metadata',''),(14,21,'_wp_attached_file','2016/03/shutterstock_158522279.jpg'),(15,21,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1198;s:6:\"height\";i:410;s:4:\"file\";s:34:\"2016/03/shutterstock_158522279.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"shutterstock_158522279-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"shutterstock_158522279-300x103.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:103;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"shutterstock_158522279-768x263.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:263;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"shutterstock_158522279-1024x350.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"shutterstock_158522279-144x144.jpg\";s:5:\"width\";i:144;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(16,21,'_wp_attached_file','2016/03/shutterstock_158522279.jpg'),(17,21,'_wp_attachment_metadata',''),(18,25,'_wp_attached_file','2016/03/SHUTTERSTOCK_323389130_Huge.jpg'),(19,25,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1198;s:6:\"height\";i:410;s:4:\"file\";s:39:\"2016/03/SHUTTERSTOCK_323389130_Huge.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"SHUTTERSTOCK_323389130_Huge-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"SHUTTERSTOCK_323389130_Huge-300x103.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:103;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"SHUTTERSTOCK_323389130_Huge-768x263.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:263;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"SHUTTERSTOCK_323389130_Huge-1024x350.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"SHUTTERSTOCK_323389130_Huge-144x144.jpg\";s:5:\"width\";i:144;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(20,25,'_wp_attached_file','2016/03/SHUTTERSTOCK_323389130_Huge.jpg'),(21,25,'_wp_attachment_metadata',''),(22,104,'_wp_attached_file','2016/03/person-1.jpg'),(23,104,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1139;s:6:\"height\";i:1186;s:4:\"file\";s:20:\"2016/03/person-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"person-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"person-1-288x300.jpg\";s:5:\"width\";i:288;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"person-1-768x800.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"person-1-983x1024.jpg\";s:5:\"width\";i:983;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"person-1-144x144.jpg\";s:5:\"width\";i:144;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(24,104,'_wp_attached_file','2016/03/person-1.jpg'),(25,104,'_wp_attachment_metadata',''),(26,105,'_wp_attached_file','2016/03/person-2.jpg'),(27,105,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1139;s:6:\"height\";i:1186;s:4:\"file\";s:20:\"2016/03/person-2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"person-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"person-2-288x300.jpg\";s:5:\"width\";i:288;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"person-2-768x800.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"person-2-983x1024.jpg\";s:5:\"width\";i:983;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"person-2-144x144.jpg\";s:5:\"width\";i:144;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(28,105,'_wp_attached_file','2016/03/person-2.jpg'),(29,105,'_wp_attachment_metadata',''),(30,106,'_wp_attached_file','2016/03/person-3.jpg'),(31,106,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1139;s:6:\"height\";i:1186;s:4:\"file\";s:20:\"2016/03/person-3.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"person-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"person-3-288x300.jpg\";s:5:\"width\";i:288;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"person-3-768x800.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"person-3-983x1024.jpg\";s:5:\"width\";i:983;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"person-3-144x144.jpg\";s:5:\"width\";i:144;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(32,106,'_wp_attached_file','2016/03/person-3.jpg'),(33,106,'_wp_attachment_metadata',''),(34,107,'_wp_attached_file','2016/03/person-5.jpg'),(35,107,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1139;s:6:\"height\";i:1186;s:4:\"file\";s:20:\"2016/03/person-5.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"person-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"person-5-288x300.jpg\";s:5:\"width\";i:288;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"person-5-768x800.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"person-5-983x1024.jpg\";s:5:\"width\";i:983;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"person-5-144x144.jpg\";s:5:\"width\";i:144;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(36,107,'_wp_attached_file','2016/03/person-5.jpg'),(37,107,'_wp_attachment_metadata',''),(38,108,'_wp_attached_file','2016/03/person-8.jpg'),(39,108,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1139;s:6:\"height\";i:1186;s:4:\"file\";s:20:\"2016/03/person-8.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"person-8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"person-8-288x300.jpg\";s:5:\"width\";i:288;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"person-8-768x800.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"person-8-983x1024.jpg\";s:5:\"width\";i:983;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"person-8-144x144.jpg\";s:5:\"width\";i:144;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(40,108,'_wp_attached_file','2016/03/person-8.jpg'),(41,108,'_wp_attachment_metadata',''),(42,109,'_wp_attached_file','2016/03/person-11.jpg'),(43,109,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1139;s:6:\"height\";i:1186;s:4:\"file\";s:21:\"2016/03/person-11.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"person-11-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"person-11-288x300.jpg\";s:5:\"width\";i:288;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"person-11-768x800.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"person-11-983x1024.jpg\";s:5:\"width\";i:983;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"person-11-144x144.jpg\";s:5:\"width\";i:144;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(44,109,'_wp_attached_file','2016/03/person-11.jpg'),(45,109,'_wp_attachment_metadata',''),(46,110,'_wp_attached_file','2016/03/person-14.jpg'),(47,110,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1139;s:6:\"height\";i:1186;s:4:\"file\";s:21:\"2016/03/person-14.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"person-14-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"person-14-288x300.jpg\";s:5:\"width\";i:288;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"person-14-768x800.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"person-14-983x1024.jpg\";s:5:\"width\";i:983;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"person-14-144x144.jpg\";s:5:\"width\";i:144;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(48,110,'_wp_attached_file','2016/03/person-14.jpg'),(49,110,'_wp_attachment_metadata',''),(50,111,'_wp_attached_file','2016/03/person-17.jpg'),(51,111,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1139;s:6:\"height\";i:1186;s:4:\"file\";s:21:\"2016/03/person-17.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"person-17-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"person-17-288x300.jpg\";s:5:\"width\";i:288;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"person-17-768x800.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"person-17-983x1024.jpg\";s:5:\"width\";i:983;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"person-17-144x144.jpg\";s:5:\"width\";i:144;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(52,111,'_wp_attached_file','2016/03/person-17.jpg'),(53,111,'_wp_attachment_metadata',''),(54,143,'_wp_attached_file','2016/03/person-17-1.jpg'),(55,143,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:23:\"2016/03/person-17-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"person-17-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"person-17-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"person-17-1-144x144.jpg\";s:5:\"width\";i:144;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(56,143,'_wp_attached_file','2016/03/person-17-1.jpg'),(57,143,'_wp_attachment_metadata',''),(58,166,'_wp_attached_file','2016/03/3-cropped.png'),(59,166,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:180;s:6:\"height\";i:58;s:4:\"file\";s:21:\"2016/03/3-cropped.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"3-cropped-150x58.png\";s:5:\"width\";i:150;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"3-cropped-144x58.png\";s:5:\"width\";i:144;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(60,166,'_wp_attached_file','2016/03/3-cropped.png'),(61,166,'_wp_attachment_metadata',''),(62,167,'_wp_attached_file','2016/03/4-cropped.png'),(63,167,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:188;s:6:\"height\";i:70;s:4:\"file\";s:21:\"2016/03/4-cropped.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"4-cropped-150x70.png\";s:5:\"width\";i:150;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"4-cropped-144x70.png\";s:5:\"width\";i:144;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(64,167,'_wp_attached_file','2016/03/4-cropped.png'),(65,167,'_wp_attachment_metadata',''),(66,168,'_wp_attached_file','2016/03/6-cropped.png'),(67,168,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:154;s:6:\"height\";i:100;s:4:\"file\";s:21:\"2016/03/6-cropped.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"6-cropped-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"6-cropped-144x100.png\";s:5:\"width\";i:144;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(68,168,'_wp_attached_file','2016/03/6-cropped.png'),(69,168,'_wp_attachment_metadata',''),(70,169,'_wp_attached_file','2016/03/7-cropped.png'),(71,169,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:137;s:6:\"height\";i:110;s:4:\"file\";s:21:\"2016/03/7-cropped.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(72,169,'_wp_attached_file','2016/03/7-cropped.png'),(73,169,'_wp_attachment_metadata',''),(74,219,'_wp_attached_file','2016/02/shutterstock_158522279.jpg'),(75,219,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1168;s:6:\"height\";i:779;s:4:\"file\";s:34:\"2016/02/shutterstock_158522279.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"shutterstock_158522279-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"shutterstock_158522279-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"shutterstock_158522279-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"shutterstock_158522279-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"shutterstock_158522279-144x144.jpg\";s:5:\"width\";i:144;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(76,219,'_wp_attached_file','2016/02/shutterstock_158522279.jpg'),(77,219,'_wp_attachment_metadata',''),(78,220,'_wp_attached_file','2016/02/photo-40.jpg'),(79,220,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1168;s:6:\"height\";i:773;s:4:\"file\";s:20:\"2016/02/photo-40.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"photo-40-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"photo-40-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"photo-40-768x508.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:508;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"photo-40-1024x678.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:678;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"photo-40-144x144.jpg\";s:5:\"width\";i:144;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(80,220,'_wp_attached_file','2016/02/photo-40.jpg'),(81,220,'_wp_attachment_metadata',''),(82,221,'_wp_attached_file','2016/03/boedker-1.jpg'),(83,221,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1168;s:6:\"height\";i:779;s:4:\"file\";s:21:\"2016/03/boedker-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"boedker-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"boedker-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"boedker-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"boedker-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"boedker-1-144x144.jpg\";s:5:\"width\";i:144;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(84,221,'_wp_attached_file','2016/03/boedker-1.jpg'),(85,221,'_wp_attachment_metadata',''),(86,222,'_wp_attached_file','2016/03/tore_urnes-1.jpg'),(87,222,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1168;s:6:\"height\";i:783;s:4:\"file\";s:24:\"2016/03/tore_urnes-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"tore_urnes-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"tore_urnes-1-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"tore_urnes-1-768x515.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:515;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"tore_urnes-1-1024x686.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:686;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"tore_urnes-1-144x144.jpg\";s:5:\"width\";i:144;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(88,222,'_wp_attached_file','2016/03/tore_urnes-1.jpg'),(89,222,'_wp_attachment_metadata',''),(90,223,'_wp_attached_file','2016/03/SHUTTERSTOCK_100266008_Huge.jpg'),(91,223,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1168;s:6:\"height\";i:779;s:4:\"file\";s:39:\"2016/03/SHUTTERSTOCK_100266008_Huge.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"SHUTTERSTOCK_100266008_Huge-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"SHUTTERSTOCK_100266008_Huge-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"SHUTTERSTOCK_100266008_Huge-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"SHUTTERSTOCK_100266008_Huge-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"SHUTTERSTOCK_100266008_Huge-144x144.jpg\";s:5:\"width\";i:144;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(92,223,'_wp_attached_file','2016/03/SHUTTERSTOCK_100266008_Huge.jpg'),(93,223,'_wp_attachment_metadata',''),(94,224,'_wp_attached_file','2016/03/jeffwilcox-11.jpg'),(95,224,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1168;s:6:\"height\";i:876;s:4:\"file\";s:25:\"2016/03/jeffwilcox-11.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"jeffwilcox-11-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"jeffwilcox-11-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"jeffwilcox-11-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"jeffwilcox-11-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"jeffwilcox-11-144x144.jpg\";s:5:\"width\";i:144;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(96,224,'_wp_attached_file','2016/03/jeffwilcox-11.jpg'),(97,224,'_wp_attachment_metadata',''),(98,225,'_wp_attached_file','2016/03/photo-29.jpg'),(99,225,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1168;s:6:\"height\";i:779;s:4:\"file\";s:20:\"2016/03/photo-29.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"photo-29-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"photo-29-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"photo-29-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"photo-29-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"photo-29-144x144.jpg\";s:5:\"width\";i:144;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(100,225,'_wp_attached_file','2016/03/photo-29.jpg'),(101,225,'_wp_attachment_metadata',''),(102,344,'_wp_attached_file','2016/04/female-speaker.jpg'),(103,344,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1168;s:6:\"height\";i:359;s:4:\"file\";s:26:\"2016/04/female-speaker.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"female-speaker-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"female-speaker-300x92.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"female-speaker-768x236.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:236;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"female-speaker-1024x315.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"female-speaker-144x144.jpg\";s:5:\"width\";i:144;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(104,344,'_wp_attached_file','2016/04/female-speaker.jpg'),(105,344,'_wp_attachment_metadata',''),(106,440,'_wp_attached_file','2016/04/2-cropped.png'),(107,440,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:126;s:6:\"height\";i:128;s:4:\"file\";s:21:\"2016/04/2-cropped.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(108,440,'_wp_attached_file','2016/04/2-cropped.png'),(109,440,'_wp_attachment_metadata',''),(110,441,'_wp_attached_file','2016/04/5-cropped.png'),(111,441,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:128;s:6:\"height\";i:67;s:4:\"file\";s:21:\"2016/04/5-cropped.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(112,441,'_wp_attached_file','2016/04/5-cropped.png'),(113,441,'_wp_attachment_metadata',''),(114,475,'_wp_attached_file','2016/04/footer.png'),(115,475,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:230;s:6:\"height\";i:90;s:4:\"file\";s:18:\"2016/04/footer.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"footer-150x90.png\";s:5:\"width\";i:150;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"footer-144x90.png\";s:5:\"width\";i:144;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(116,475,'_wp_attached_file','2016/04/footer.png'),(117,475,'_wp_attachment_metadata',''),(118,476,'_wp_attached_file','2016/04/footer@2x.png'),(119,476,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:460;s:6:\"height\";i:180;s:4:\"file\";s:21:\"2016/04/footer@2x.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"footer@2x-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"footer@2x-300x117.png\";s:5:\"width\";i:300;s:6:\"height\";i:117;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"footer@2x-144x144.png\";s:5:\"width\";i:144;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(120,476,'_wp_attachment_metadata',''),(121,476,'_wp_attached_file','2016/04/footer@2x.png'),(122,481,'_wp_attached_file','2016/04/cf-7.png'),(123,481,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:524;s:6:\"height\";i:190;s:4:\"file\";s:16:\"2016/04/cf-7.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"cf-7-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"cf-7-300x109.png\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"cf-7-144x144.png\";s:5:\"width\";i:144;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(124,481,'_wp_attached_file','2016/04/cf-7.png'),(125,481,'_wp_attachment_metadata',''),(126,482,'_wp_attached_file','2016/04/tickera.png'),(127,482,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:524;s:6:\"height\";i:190;s:4:\"file\";s:19:\"2016/04/tickera.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"tickera-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"tickera-300x109.png\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"tickera-144x144.png\";s:5:\"width\";i:144;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(128,482,'_wp_attached_file','2016/04/tickera.png'),(129,482,'_wp_attachment_metadata',''),(130,505,'_wp_attached_file','2016/04/vc.png'),(131,505,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:390;s:6:\"height\";i:250;s:4:\"file\";s:14:\"2016/04/vc.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"vc-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"vc-300x192.png\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"vc-144x144.png\";s:5:\"width\";i:144;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(132,505,'_wp_attached_file','2016/04/vc.png'),(133,505,'_wp_attachment_metadata',''),(134,506,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(135,506,'_menu_item_type','custom'),(136,506,'_menu_item_menu_item_parent','0'),(137,506,'_menu_item_object_id','506'),(138,506,'_menu_item_object','custom'),(139,506,'_menu_item_target',''),(140,506,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(141,506,'_menu_item_xfn',''),(142,506,'_menu_item_url','#blank'),(143,507,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(144,507,'_menu_item_type','custom'),(145,507,'_menu_item_menu_item_parent','0'),(146,507,'_menu_item_object_id','507'),(147,507,'_menu_item_object','custom'),(148,507,'_menu_item_target',''),(149,507,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(150,507,'_menu_item_xfn',''),(151,507,'_menu_item_url','#blank'),(152,103,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(153,103,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(154,103,'_thumbnail_id','104'),(155,103,'om_persons_post','CEO of ArtDev'),(156,103,'om_persons_email',''),(157,103,'om_persons_link_behance',''),(158,103,'om_persons_link_dribbble',''),(159,103,'om_persons_link_facebook','#blank'),(160,103,'om_persons_link_flickr',''),(161,103,'om_persons_link_github',''),(162,103,'om_persons_link_google',''),(163,103,'om_persons_link_instagram',''),(164,103,'om_persons_link_linkedin',''),(165,103,'om_persons_link_skype','#blank'),(166,103,'om_persons_link_twitter','#blank'),(167,103,'om_persons_link_vimeo',''),(168,103,'om_persons_link_vk',''),(169,103,'om_persons_link_youtube',''),(170,103,'slide_template','default'),(171,112,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(172,112,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(173,112,'_thumbnail_id','105'),(174,112,'om_persons_post','PR Director'),(175,112,'om_persons_email','mail@mail.com'),(176,112,'om_persons_link_behance',''),(177,112,'om_persons_link_dribbble',''),(178,112,'om_persons_link_facebook',''),(179,112,'om_persons_link_flickr',''),(180,112,'om_persons_link_github',''),(181,112,'om_persons_link_google',''),(182,112,'om_persons_link_instagram','#blank'),(183,112,'om_persons_link_linkedin',''),(184,112,'om_persons_link_skype','#blank'),(185,112,'om_persons_link_twitter',''),(186,112,'om_persons_link_vimeo',''),(187,112,'om_persons_link_vk',''),(188,112,'om_persons_link_youtube',''),(189,112,'slide_template','default'),(190,115,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(191,115,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(192,115,'_thumbnail_id','108'),(193,115,'om_persons_post','PR Director'),(194,115,'om_persons_email','mail@mail.com'),(195,115,'om_persons_link_behance',''),(196,115,'om_persons_link_dribbble',''),(197,115,'om_persons_link_facebook','#blank'),(198,115,'om_persons_link_flickr',''),(199,115,'om_persons_link_github',''),(200,115,'om_persons_link_google',''),(201,115,'om_persons_link_instagram',''),(202,115,'om_persons_link_linkedin','#blank'),(203,115,'om_persons_link_skype',''),(204,115,'om_persons_link_twitter',''),(205,115,'om_persons_link_vimeo',''),(206,115,'om_persons_link_vk',''),(207,115,'om_persons_link_youtube',''),(208,115,'slide_template',''),(209,508,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(210,508,'_menu_item_type','custom'),(211,508,'_menu_item_menu_item_parent','509'),(212,508,'_menu_item_object_id','508'),(213,508,'_menu_item_object','custom'),(214,508,'_menu_item_target',''),(215,508,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(216,508,'_menu_item_xfn',''),(217,508,'_menu_item_url','#'),(218,509,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(219,509,'_menu_item_type','custom'),(220,509,'_menu_item_menu_item_parent','0'),(221,509,'_menu_item_object_id','509'),(222,509,'_menu_item_object','custom'),(223,509,'_menu_item_target',''),(224,509,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(225,509,'_menu_item_xfn',''),(226,509,'_menu_item_url','#'),(227,510,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(228,510,'_menu_item_type','custom'),(229,510,'_menu_item_menu_item_parent','509'),(230,510,'_menu_item_object_id','510'),(231,510,'_menu_item_object','custom'),(232,510,'_menu_item_target',''),(233,510,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(234,510,'_menu_item_xfn',''),(235,510,'_menu_item_url','#'),(236,511,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(237,511,'_menu_item_type','custom'),(238,511,'_menu_item_menu_item_parent','509'),(239,511,'_menu_item_object_id','511'),(240,511,'_menu_item_object','custom'),(241,511,'_menu_item_target',''),(242,511,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(243,511,'_menu_item_xfn',''),(244,511,'_menu_item_url','#'),(245,512,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(246,512,'_menu_item_type','custom'),(247,512,'_menu_item_menu_item_parent','509'),(248,512,'_menu_item_object_id','512'),(249,512,'_menu_item_object','custom'),(250,512,'_menu_item_target',''),(251,512,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(252,512,'_menu_item_xfn',''),(253,512,'_menu_item_url','#'),(254,12,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(255,12,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(256,12,'_wp_page_template','default'),(257,12,'slide_template','default'),(258,12,'eventerra_blog_layout','small'),(259,12,'eventerra_blog_grid_cut','0'),(260,12,'eventerra_blog_categories',''),(261,12,'eventerra_page_title','hide'),(262,12,'eventerra_title_align',''),(263,12,'eventerra_title_alternative_text',''),(264,12,'eventerra_title_shadow_text',''),(265,12,'eventerra_title_subtitle',''),(266,12,'eventerra_slider_id','revslider_primary-slider'),(267,12,'eventerra_slider_layout','above'),(268,12,'eventerra_sidebar_show','hide'),(269,12,'eventerra_sidebar',''),(270,12,'eventerra_sidebar_custom_pos',''),(271,12,'_wpb_vc_js_status','true'),(272,113,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(273,113,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(274,113,'_thumbnail_id','106'),(275,113,'om_persons_post','Art Director'),(276,113,'om_persons_email',''),(277,113,'om_persons_link_behance',''),(278,113,'om_persons_link_dribbble',''),(279,113,'om_persons_link_facebook','#blank'),(280,113,'om_persons_link_flickr',''),(281,113,'om_persons_link_github',''),(282,113,'om_persons_link_google',''),(283,113,'om_persons_link_instagram',''),(284,113,'om_persons_link_linkedin','#blank'),(285,113,'om_persons_link_skype','#blank'),(286,113,'om_persons_link_twitter',''),(287,113,'om_persons_link_vimeo',''),(288,113,'om_persons_link_vk',''),(289,113,'om_persons_link_youtube',''),(290,113,'slide_template',''),(291,114,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(292,114,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(293,114,'_thumbnail_id','107'),(294,114,'om_persons_post','Creative Director'),(295,114,'om_persons_email',''),(296,114,'om_persons_link_behance',''),(297,114,'om_persons_link_dribbble',''),(298,114,'om_persons_link_facebook',''),(299,114,'om_persons_link_flickr',''),(300,114,'om_persons_link_github',''),(301,114,'om_persons_link_google','#blank'),(302,114,'om_persons_link_instagram',''),(303,114,'om_persons_link_linkedin','#blank'),(304,114,'om_persons_link_skype','#blank'),(305,114,'om_persons_link_twitter',''),(306,114,'om_persons_link_vimeo',''),(307,114,'om_persons_link_vk',''),(308,114,'om_persons_link_youtube',''),(309,114,'slide_template','default'),(310,116,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(311,116,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(312,116,'_thumbnail_id','109'),(313,116,'om_persons_post','CEO of HugeFact'),(314,116,'om_persons_email',''),(315,116,'om_persons_link_behance',''),(316,116,'om_persons_link_dribbble',''),(317,116,'om_persons_link_facebook','#blank'),(318,116,'om_persons_link_flickr',''),(319,116,'om_persons_link_github',''),(320,116,'om_persons_link_google',''),(321,116,'om_persons_link_instagram',''),(322,116,'om_persons_link_linkedin','#blank'),(323,116,'om_persons_link_skype',''),(324,116,'om_persons_link_twitter',''),(325,116,'om_persons_link_vimeo',''),(326,116,'om_persons_link_vk',''),(327,116,'om_persons_link_youtube',''),(328,116,'slide_template','default'),(329,117,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(330,117,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(331,117,'_thumbnail_id','110'),(332,117,'om_persons_post','Executive Director'),(333,117,'om_persons_email',''),(334,117,'om_persons_link_behance',''),(335,117,'om_persons_link_dribbble',''),(336,117,'om_persons_link_facebook',''),(337,117,'om_persons_link_flickr',''),(338,117,'om_persons_link_github',''),(339,117,'om_persons_link_google',''),(340,117,'om_persons_link_instagram',''),(341,117,'om_persons_link_linkedin','#blank'),(342,117,'om_persons_link_skype','#blank'),(343,117,'om_persons_link_twitter','#blank'),(344,117,'om_persons_link_vimeo',''),(345,117,'om_persons_link_vk',''),(346,117,'om_persons_link_youtube',''),(347,117,'slide_template',''),(348,118,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(349,118,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(350,118,'_thumbnail_id','111'),(351,118,'om_persons_post','CEO of Eventic'),(352,118,'om_persons_email','mail@mail.com'),(353,118,'om_persons_link_behance',''),(354,118,'om_persons_link_dribbble',''),(355,118,'om_persons_link_facebook',''),(356,118,'om_persons_link_flickr',''),(357,118,'om_persons_link_github',''),(358,118,'om_persons_link_google',''),(359,118,'om_persons_link_instagram',''),(360,118,'om_persons_link_linkedin',''),(361,118,'om_persons_link_skype','#blank'),(362,118,'om_persons_link_twitter','#blank'),(363,118,'om_persons_link_vimeo',''),(364,118,'om_persons_link_vk',''),(365,118,'om_persons_link_youtube',''),(366,118,'slide_template','default'),(367,187,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(368,187,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(369,187,'_wp_page_template','template-blog.php'),(370,187,'slide_template','default'),(371,187,'eventerra_blog_layout','small'),(372,187,'eventerra_blog_grid_cut','1'),(373,187,'eventerra_blog_categories','0'),(374,187,'eventerra_page_title','shadow'),(375,187,'eventerra_title_align',''),(376,187,'eventerra_title_alternative_text','Latest [color1]News[/color1]'),(377,187,'eventerra_title_shadow_text','NewsNewsNews'),(378,187,'eventerra_title_subtitle',''),(379,187,'eventerra_slider_id',''),(380,187,'eventerra_slider_layout','above'),(381,187,'eventerra_sidebar_show','hide'),(382,187,'eventerra_sidebar',''),(383,187,'eventerra_sidebar_custom_pos',''),(384,187,'_wpb_vc_js_status','false'),(385,241,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(386,241,'_wpb_shortcodes_custom_css','.vc_custom_1459503485352{padding: 0px !important;}.vc_custom_1459504377289{padding-top: 16px !important;padding-bottom: 16px !important;}.vc_custom_1459503457502{margin: 0px !important;}'),(387,241,'_wp_page_template','default'),(388,241,'slide_template','default'),(389,241,'eventerra_blog_layout','small'),(390,241,'eventerra_blog_grid_cut','0'),(391,241,'eventerra_blog_categories','0'),(392,241,'eventerra_page_title','shadow'),(393,241,'eventerra_title_align',''),(394,241,'eventerra_title_alternative_text','Conference [color1]schedule[/color1]'),(395,241,'eventerra_title_shadow_text','Schedule'),(396,241,'eventerra_title_subtitle',''),(397,241,'eventerra_slider_id',''),(398,241,'eventerra_slider_layout','above'),(399,241,'eventerra_sidebar_show','hide'),(400,241,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(401,241,'eventerra_sidebar',''),(402,241,'eventerra_sidebar_custom_pos',''),(403,241,'_wpb_vc_js_status','true'),(404,241,'_wpb_shortcodes_custom_css','.vc_custom_1459503485352{padding: 0px !important;}.vc_custom_1459504377289{padding-top: 16px !important;padding-bottom: 16px !important;}.vc_custom_1459503457502{margin: 0px !important;}'),(405,293,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(406,293,'_wpb_shortcodes_custom_css','.vc_custom_1459449039148{margin-bottom: 0px !important;}.vc_custom_1459449301110{margin-bottom: 0px !important;}'),(407,293,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(408,293,'_wp_page_template','default'),(409,293,'slide_template','default'),(410,293,'eventerra_blog_layout','small'),(411,293,'eventerra_blog_grid_cut','0'),(412,293,'eventerra_blog_categories','0'),(413,293,'eventerra_page_title','shadow'),(414,293,'eventerra_title_align',''),(415,293,'eventerra_title_alternative_text','Conference [color1]Speakers[/color1]'),(416,293,'eventerra_title_shadow_text','Speakers'),(417,293,'eventerra_title_subtitle',''),(418,293,'eventerra_slider_id',''),(419,293,'eventerra_slider_layout','above'),(420,293,'eventerra_sidebar_show','hide'),(421,293,'eventerra_sidebar',''),(422,293,'eventerra_sidebar_custom_pos',''),(423,293,'_wpb_vc_js_status','true'),(424,293,'_wpb_shortcodes_custom_css','.vc_custom_1459449039148{margin-bottom: 0px !important;}.vc_custom_1459449301110{margin-bottom: 0px !important;}'),(425,314,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(426,314,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(427,314,'_wp_page_template','default'),(428,314,'slide_template','default'),(429,314,'eventerra_blog_layout','small'),(430,314,'eventerra_blog_grid_cut','0'),(431,314,'eventerra_blog_categories',''),(432,314,'eventerra_page_title','shadow'),(433,314,'eventerra_title_align',''),(434,314,'eventerra_title_alternative_text',''),(435,314,'eventerra_title_shadow_text','Contacts'),(436,314,'eventerra_title_subtitle',''),(437,314,'eventerra_slider_id',''),(438,314,'eventerra_slider_layout','above'),(439,314,'eventerra_sidebar_show','hide'),(440,314,'eventerra_sidebar',''),(441,314,'eventerra_sidebar_custom_pos',''),(442,314,'_wpb_vc_js_status','true'),(443,334,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(444,334,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(445,334,'_wp_page_template','default'),(446,334,'slide_template','default'),(447,334,'eventerra_blog_layout','small'),(448,334,'eventerra_blog_grid_cut','0'),(449,334,'eventerra_blog_categories',''),(450,334,'eventerra_page_title','shadow'),(451,334,'eventerra_title_align',''),(452,334,'eventerra_title_alternative_text',''),(453,334,'eventerra_title_shadow_text','Registration'),(454,334,'eventerra_title_subtitle',''),(455,334,'eventerra_slider_id',''),(456,334,'eventerra_slider_layout','above'),(457,334,'eventerra_sidebar_show','hide'),(458,334,'eventerra_sidebar',''),(459,334,'eventerra_sidebar_custom_pos',''),(460,334,'_wpb_vc_js_status','true'),(461,358,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(462,358,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(463,358,'_wp_page_template','default'),(464,358,'slide_template','default'),(465,358,'eventerra_blog_layout','small'),(466,358,'eventerra_blog_grid_cut','0'),(467,358,'eventerra_blog_categories','0'),(468,358,'eventerra_page_title',''),(469,358,'eventerra_title_align',''),(470,358,'eventerra_title_alternative_text',''),(471,358,'eventerra_title_shadow_text',''),(472,358,'eventerra_title_subtitle',''),(473,358,'eventerra_slider_id',''),(474,358,'eventerra_slider_layout','above'),(475,358,'eventerra_sidebar_show','hide'),(476,358,'eventerra_sidebar',''),(477,358,'eventerra_sidebar_custom_pos',''),(478,358,'_wpb_vc_js_status','false'),(479,361,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(480,361,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(481,361,'_wp_page_template','default'),(482,361,'slide_template','default'),(483,361,'eventerra_blog_layout','small'),(484,361,'eventerra_blog_grid_cut','0'),(485,361,'eventerra_blog_categories','0'),(486,361,'eventerra_page_title',''),(487,361,'eventerra_title_align',''),(488,361,'eventerra_title_alternative_text',''),(489,361,'eventerra_title_shadow_text',''),(490,361,'eventerra_title_subtitle',''),(491,361,'eventerra_slider_id',''),(492,361,'eventerra_slider_layout','above'),(493,361,'eventerra_sidebar_show','hide'),(494,361,'eventerra_sidebar',''),(495,361,'eventerra_sidebar_custom_pos',''),(496,361,'_wpb_vc_js_status','false'),(497,364,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(498,364,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(499,364,'_wp_page_template','default'),(500,364,'slide_template','default'),(501,364,'eventerra_blog_layout','small'),(502,364,'eventerra_blog_grid_cut','0'),(503,364,'eventerra_blog_categories','0'),(504,364,'eventerra_page_title','standard'),(505,364,'eventerra_title_align','center'),(506,364,'eventerra_title_alternative_text',''),(507,364,'eventerra_title_shadow_text',''),(508,364,'eventerra_title_subtitle',''),(509,364,'eventerra_slider_id',''),(510,364,'eventerra_slider_layout','above'),(511,364,'eventerra_sidebar_show','hide'),(512,364,'eventerra_sidebar',''),(513,364,'eventerra_sidebar_custom_pos',''),(514,364,'_wpb_vc_js_status','true'),(515,366,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(516,366,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(517,366,'_wp_page_template','default'),(518,366,'slide_template','default'),(519,366,'eventerra_blog_layout','small'),(520,366,'eventerra_blog_grid_cut','0'),(521,366,'eventerra_blog_categories','0'),(522,366,'eventerra_page_title','standard'),(523,366,'eventerra_title_align','center'),(524,366,'eventerra_title_alternative_text',''),(525,366,'eventerra_title_shadow_text',''),(526,366,'eventerra_title_subtitle',''),(527,366,'eventerra_slider_id',''),(528,366,'eventerra_slider_layout','above'),(529,366,'eventerra_sidebar_show','hide'),(530,366,'eventerra_sidebar',''),(531,366,'eventerra_sidebar_custom_pos',''),(532,366,'_wpb_vc_js_status','true'),(533,368,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(534,368,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(535,368,'_wp_page_template','default'),(536,368,'slide_template','default'),(537,368,'eventerra_blog_layout','small'),(538,368,'eventerra_blog_grid_cut','0'),(539,368,'eventerra_blog_categories','0'),(540,368,'eventerra_page_title','standard'),(541,368,'eventerra_title_align','center'),(542,368,'eventerra_title_alternative_text','Short List of [color1]Features[/color1]'),(543,368,'eventerra_title_shadow_text',''),(544,368,'eventerra_title_subtitle',''),(545,368,'eventerra_slider_id',''),(546,368,'eventerra_slider_layout','above'),(547,368,'eventerra_sidebar_show','hide'),(548,368,'eventerra_sidebar',''),(549,368,'eventerra_sidebar_custom_pos',''),(550,368,'_wpb_vc_js_status','true'),(551,370,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(552,370,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(553,370,'_wp_page_template','default'),(554,370,'slide_template','default'),(555,370,'eventerra_blog_layout','small'),(556,370,'eventerra_blog_grid_cut','0'),(557,370,'eventerra_blog_categories','0'),(558,370,'eventerra_page_title','standard'),(559,370,'eventerra_title_align','center'),(560,370,'eventerra_title_alternative_text',''),(561,370,'eventerra_title_shadow_text',''),(562,370,'eventerra_title_subtitle',''),(563,370,'eventerra_slider_id',''),(564,370,'eventerra_slider_layout','above'),(565,370,'eventerra_sidebar_show','hide'),(566,370,'eventerra_sidebar',''),(567,370,'eventerra_sidebar_custom_pos',''),(568,370,'_wpb_vc_js_status','true'),(569,372,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(570,372,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(571,372,'_wp_page_template','default'),(572,372,'slide_template','default'),(573,372,'eventerra_blog_layout','small'),(574,372,'eventerra_blog_grid_cut','0'),(575,372,'eventerra_blog_categories','0'),(576,372,'eventerra_page_title',''),(577,372,'eventerra_title_align',''),(578,372,'eventerra_title_alternative_text',''),(579,372,'eventerra_title_shadow_text',''),(580,372,'eventerra_title_subtitle',''),(581,372,'eventerra_slider_id',''),(582,372,'eventerra_slider_layout','above'),(583,372,'eventerra_sidebar_show','hide'),(584,372,'eventerra_sidebar',''),(585,372,'eventerra_sidebar_custom_pos',''),(586,372,'_wpb_vc_js_status','true'),(587,374,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(588,374,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(589,374,'_wp_page_template','default'),(590,374,'slide_template','default'),(591,374,'eventerra_blog_layout','small'),(592,374,'eventerra_blog_grid_cut','0'),(593,374,'eventerra_blog_categories','0'),(594,374,'eventerra_page_title','standard'),(595,374,'eventerra_title_align','center'),(596,374,'eventerra_title_alternative_text',''),(597,374,'eventerra_title_shadow_text',''),(598,374,'eventerra_title_subtitle',''),(599,374,'eventerra_slider_id',''),(600,374,'eventerra_slider_layout','above'),(601,374,'eventerra_sidebar_show','hide'),(602,374,'eventerra_sidebar',''),(603,374,'eventerra_sidebar_custom_pos',''),(604,374,'_wpb_vc_js_status','true'),(605,374,'_wpb_post_custom_css','.margin-r {\n    margin-right:30px !important;\n}'),(606,376,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(607,376,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(608,376,'_wp_page_template','default'),(609,376,'slide_template','default'),(610,376,'eventerra_blog_layout','small'),(611,376,'eventerra_blog_grid_cut','0'),(612,376,'eventerra_blog_categories','0'),(613,376,'eventerra_page_title','standard'),(614,376,'eventerra_title_align','center'),(615,376,'eventerra_title_alternative_text',''),(616,376,'eventerra_title_shadow_text',''),(617,376,'eventerra_title_subtitle',''),(618,376,'eventerra_slider_id',''),(619,376,'eventerra_slider_layout','above'),(620,376,'eventerra_sidebar_show','hide'),(621,376,'eventerra_sidebar',''),(622,376,'eventerra_sidebar_custom_pos',''),(623,376,'_wpb_vc_js_status','true'),(1334,601,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1357;s:4:\"file\";s:28:\"2016/10/human-65924_1920.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"human-65924_1920-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"human-65924_1920-300x212.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"human-65924_1920-768x543.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:543;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"human-65924_1920-1024x724.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:724;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"human-65924_1920-144x144.jpg\";s:5:\"width\";i:144;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1333,601,'_wp_attached_file','2016/10/human-65924_1920.jpg'),(634,7,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(635,7,'_form','<div class=\"om-columns\">\n<div class=\"om-column om-one-half\">\n\n  <div class=\"om-columns\">\n  <div class=\"om-column om-one-half\">\n    <p>[text* first-name placeholder \"First Name *\"]</p>\n  </div>\n  <div class=\"om-column om-one-half\">\n    <p>[text* last-name placeholder \"Last Name *\"]</p>\n  </div>\n  </div>\n\n  <p>[text* job-title placeholder \"Job Title *\"]</p>\n\n  <p>[text* company-name placeholder \"Company Name *\"]</p>\n\n  <p class=\"note\">Information above will appear on conference badge</p>\n\n  <div class=\"om-columns\">\n  <div class=\"om-column om-one-half\">\n    <p>[email* email placeholder \"Email Address *\"]</p>\n  </div>\n  <div class=\"om-column om-one-half\">\n    <p>[text* phone placeholder \"Phone Number *\"]</p>\n  </div>\n  </div>\n\n</div>\n<div class=\"om-column om-one-half\">\n\n  <p>[text* address placeholder \"Address *\"]</p>\n\n  <div class=\"om-columns\">\n  <div class=\"om-column om-one-half\">\n    <p>[text* city placeholder \"City *\"]</p>\n  </div>\n  <div class=\"om-column om-one-half\">\n    <p>[text* postal-code placeholder \"Postal Code *\"]</p>\n  </div>\n  </div>\n \n\n  <p>[textarea commments x3 placeholder \"Comments\"]</p>\n\n</div>\n</div>\n[recaptcha size:compact]\n<p>[submit \"Submit\"]</p>'),(1330,386,'_edit_lock','1475941008:1'),(636,7,'_mail','a:8:{s:7:\"subject\";s:22:\"Registration form data\";s:6:\"sender\";s:46:\"[Small Business] [Live] <info@taranisco.co.za>\";s:4:\"body\";s:226:\"Name: [first-name] [last-name]\nJob: [job-title]\nCompany: [company-name]\nEmail: [email]\nPhone: [phone]\nAddress: [address]\nCity: [city]\nCountry: [country]\nZIP Code: [postal-code]\n\n--\nThis e-mail was sent from a registration form\";s:9:\"recipient\";s:20:\"info@taranisco.co.za\";s:18:\"additional_headers\";s:17:\"Reply-To: [email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(637,7,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:63:\"Eventerra - Event / Conference WordPress Theme \"[your-subject]\"\";s:6:\"sender\";s:77:\"Eventerra - Event / Conference WordPress Theme <wordpress@demo.olevmedia.net>\";s:4:\"body\";s:161:\"Message Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Eventerra - Event / Conference WordPress Theme (http://demo.olevmedia.net/eventerra)\";s:9:\"recipient\";s:7:\"[email]\";s:18:\"additional_headers\";s:31:\"Reply-To: support@olevmedia.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(638,7,'_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.\";}'),(639,7,'_additional_settings',''),(640,7,'_locale','en_US'),(641,7,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(642,142,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(643,142,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(644,142,'om_testimonial_author_desc','Gerrit Davids | Executive Producer | Small Business Live'),(645,142,'_thumbnail_id','572'),(646,142,'slide_template','default'),(1117,539,'tc_event_logo_element_bottom_padding','3'),(649,190,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(650,190,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(651,190,'_thumbnail_id','219'),(652,190,'slide_template','default'),(653,190,'eventerra_page_title',''),(654,190,'eventerra_title_align',''),(655,190,'eventerra_title_alternative_text',''),(656,190,'eventerra_title_shadow_text',''),(657,190,'eventerra_title_subtitle',''),(658,190,'eventerra_slider_id',''),(659,190,'eventerra_slider_layout','above'),(660,190,'eventerra_sidebar_show','display'),(661,190,'eventerra_sidebar',''),(662,190,'eventerra_sidebar_custom_pos',''),(1120,539,'tc_event_terms_element_font_color','#7a7a7a'),(665,193,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(666,193,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(667,193,'_thumbnail_id','220'),(668,193,'slide_template','default'),(669,193,'eventerra_page_title',''),(670,193,'eventerra_title_align',''),(671,193,'eventerra_title_alternative_text',''),(672,193,'eventerra_title_shadow_text',''),(673,193,'eventerra_title_subtitle',''),(674,193,'eventerra_slider_id',''),(675,193,'eventerra_slider_layout','above'),(676,193,'eventerra_sidebar_show','display'),(677,193,'eventerra_sidebar',''),(678,193,'eventerra_sidebar_custom_pos',''),(1116,539,'tc_event_logo_element_top_padding','0'),(681,195,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(682,195,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(683,195,'_thumbnail_id','221'),(684,195,'slide_template','default'),(685,195,'eventerra_page_title',''),(686,195,'eventerra_title_align',''),(687,195,'eventerra_title_alternative_text',''),(688,195,'eventerra_title_shadow_text',''),(689,195,'eventerra_title_subtitle',''),(690,195,'eventerra_slider_id',''),(691,195,'eventerra_slider_layout','above'),(692,195,'eventerra_sidebar_show','display'),(693,195,'eventerra_sidebar',''),(694,195,'eventerra_sidebar_custom_pos',''),(1119,539,'tc_event_terms_element_font_style',''),(697,197,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(698,197,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(699,197,'_thumbnail_id','222'),(700,197,'slide_template','default'),(701,197,'eventerra_page_title',''),(702,197,'eventerra_title_align',''),(703,197,'eventerra_title_alternative_text',''),(704,197,'eventerra_title_shadow_text',''),(705,197,'eventerra_title_subtitle',''),(706,197,'eventerra_slider_id',''),(707,197,'eventerra_slider_layout','above'),(708,197,'eventerra_sidebar_show','display'),(709,197,'eventerra_sidebar',''),(710,197,'eventerra_sidebar_custom_pos',''),(1115,539,'tc_event_logo_element_cell_alignment','left'),(713,200,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(714,200,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(715,200,'_thumbnail_id','224'),(716,200,'slide_template','default'),(717,200,'eventerra_page_title',''),(718,200,'eventerra_title_align',''),(719,200,'eventerra_title_alternative_text',''),(720,200,'eventerra_title_shadow_text',''),(721,200,'eventerra_title_subtitle',''),(722,200,'eventerra_slider_id',''),(723,200,'eventerra_slider_layout','above'),(724,200,'eventerra_sidebar_show','display'),(725,200,'eventerra_sidebar',''),(726,200,'eventerra_sidebar_custom_pos',''),(729,202,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(730,202,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(731,202,'_thumbnail_id','110'),(732,202,'slide_template','default'),(733,202,'eventerra_page_title',''),(734,202,'eventerra_title_align',''),(735,202,'eventerra_title_alternative_text',''),(736,202,'eventerra_title_shadow_text',''),(737,202,'eventerra_title_subtitle',''),(738,202,'eventerra_slider_id',''),(739,202,'eventerra_slider_layout','above'),(740,202,'eventerra_sidebar_show','display'),(741,202,'eventerra_sidebar',''),(742,202,'eventerra_sidebar_custom_pos',''),(1118,539,'tc_event_terms_element_font_size','12'),(745,206,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(746,206,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(747,206,'_thumbnail_id','223'),(748,206,'slide_template','default'),(749,206,'eventerra_page_title',''),(750,206,'eventerra_title_align',''),(751,206,'eventerra_title_alternative_text',''),(752,206,'eventerra_title_shadow_text',''),(753,206,'eventerra_title_subtitle',''),(754,206,'eventerra_slider_id',''),(755,206,'eventerra_slider_layout','above'),(756,206,'eventerra_sidebar_show','display'),(757,206,'eventerra_sidebar',''),(758,206,'eventerra_sidebar_custom_pos',''),(1114,539,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(761,208,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(762,208,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(763,208,'_thumbnail_id','225'),(764,208,'slide_template','default'),(765,208,'eventerra_page_title',''),(766,208,'eventerra_title_align',''),(767,208,'eventerra_title_alternative_text',''),(768,208,'eventerra_title_shadow_text',''),(769,208,'eventerra_title_subtitle',''),(770,208,'eventerra_slider_id',''),(771,208,'eventerra_slider_layout','above'),(772,208,'eventerra_sidebar_show','display'),(773,208,'eventerra_sidebar',''),(774,208,'eventerra_sidebar_custom_pos',''),(775,321,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(776,321,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(777,321,'_form','<p>[text* your-name placeholder \"Your Name\"]</p>\n\n<p>[email* your-email placeholder \"Your Email\"]</p>\n\n<p>[textarea your-message x4 placeholder \"Your Message\"]</p>\n\n<p>[submit \"Send\"]</p>'),(778,321,'_mail','a:8:{s:7:\"subject\";s:28:\"New message via contact form\";s:6:\"sender\";s:39:\"[your-name] <wordpress@taranisco.co.za>\";s:4:\"body\";s:107:\"From: [your-name] <[your-email]>\n\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form\";s:9:\"recipient\";s:22:\"gerrit@taranisco.co.za\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(779,321,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:63:\"Eventerra - Event / Conference WordPress Theme \"[your-subject]\"\";s:6:\"sender\";s:77:\"Eventerra - Event / Conference WordPress Theme <wordpress@demo.olevmedia.net>\";s:4:\"body\";s:161:\"Message Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Eventerra - Event / Conference WordPress Theme (http://demo.olevmedia.net/eventerra)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:31:\"Reply-To: support@olevmedia.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(780,321,'_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.\";}'),(781,321,'_additional_settings',''),(782,321,'_locale','en_US'),(783,378,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(784,378,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(785,378,'_wp_page_template','default'),(786,378,'slide_template','default'),(787,378,'eventerra_blog_layout','small'),(788,378,'eventerra_blog_grid_cut','0'),(789,378,'eventerra_blog_categories','0'),(790,378,'eventerra_page_title','standard'),(791,378,'eventerra_title_align','center'),(792,378,'eventerra_title_alternative_text',''),(793,378,'eventerra_title_shadow_text',''),(794,378,'eventerra_title_subtitle',''),(795,378,'eventerra_slider_id',''),(796,378,'eventerra_slider_layout','above'),(797,378,'eventerra_sidebar_show','hide'),(798,378,'eventerra_sidebar',''),(799,378,'eventerra_sidebar_custom_pos',''),(800,378,'_wpb_vc_js_status','true'),(801,380,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(802,380,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(803,380,'_wp_page_template','default'),(804,380,'slide_template','default'),(805,380,'eventerra_blog_layout','small'),(806,380,'eventerra_blog_grid_cut','0'),(807,380,'eventerra_blog_categories','0'),(808,380,'eventerra_page_title','standard'),(809,380,'eventerra_title_align','center'),(810,380,'eventerra_title_alternative_text',''),(811,380,'eventerra_title_shadow_text',''),(812,380,'eventerra_title_subtitle',''),(813,380,'eventerra_slider_id',''),(814,380,'eventerra_slider_layout','above'),(815,380,'eventerra_sidebar_show','hide'),(816,380,'eventerra_sidebar',''),(817,380,'eventerra_sidebar_custom_pos',''),(818,380,'_wpb_vc_js_status','true'),(819,382,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(820,382,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(821,382,'_wp_page_template','default'),(822,382,'slide_template','default'),(823,382,'eventerra_blog_layout','small'),(824,382,'eventerra_blog_grid_cut','0'),(825,382,'eventerra_blog_categories','0'),(826,382,'eventerra_page_title','standard'),(827,382,'eventerra_title_align','center'),(828,382,'eventerra_title_alternative_text',''),(829,382,'eventerra_title_shadow_text',''),(830,382,'eventerra_title_subtitle',''),(831,382,'eventerra_slider_id',''),(832,382,'eventerra_slider_layout','above'),(833,382,'eventerra_sidebar_show','hide'),(834,382,'eventerra_sidebar',''),(835,382,'eventerra_sidebar_custom_pos',''),(836,382,'_wpb_vc_js_status','true'),(837,384,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(838,384,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(839,384,'_wp_page_template','default'),(840,384,'slide_template','default'),(841,384,'eventerra_blog_layout','small'),(842,384,'eventerra_blog_grid_cut','0'),(843,384,'eventerra_blog_categories','0'),(844,384,'eventerra_page_title','standard'),(845,384,'eventerra_title_align','center'),(846,384,'eventerra_title_alternative_text',''),(847,384,'eventerra_title_shadow_text',''),(848,384,'eventerra_title_subtitle',''),(849,384,'eventerra_slider_id',''),(850,384,'eventerra_slider_layout','above'),(851,384,'eventerra_sidebar_show','hide'),(852,384,'eventerra_sidebar',''),(853,384,'eventerra_sidebar_custom_pos',''),(854,384,'_wpb_vc_js_status','true'),(855,386,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(856,386,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(857,386,'_wp_page_template','default'),(858,386,'slide_template','default'),(859,386,'eventerra_blog_layout','small'),(860,386,'eventerra_blog_grid_cut','0'),(861,386,'eventerra_blog_categories','0'),(862,386,'eventerra_page_title','standard'),(863,386,'eventerra_title_align','center'),(864,386,'eventerra_title_alternative_text',''),(865,386,'eventerra_title_shadow_text',''),(866,386,'eventerra_title_subtitle',''),(867,386,'eventerra_slider_id',''),(868,386,'eventerra_slider_layout','above'),(869,386,'eventerra_sidebar_show','hide'),(870,386,'eventerra_sidebar',''),(871,386,'eventerra_sidebar_custom_pos',''),(872,386,'_wpb_vc_js_status','true'),(873,469,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(874,469,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(875,469,'om_testimonial_author_desc','Henry Fleming, CEO of MegaCorp'),(876,469,'slide_template','default'),(877,469,'_thumbnail_id','110'),(878,470,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(879,470,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(880,470,'_thumbnail_id','108'),(881,470,'om_testimonial_author_desc','Sally Colon, Art Director'),(882,470,'slide_template','default'),(883,515,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(884,515,'_menu_item_type','post_type'),(885,515,'_menu_item_menu_item_parent','0'),(886,515,'_menu_item_object_id','314'),(887,515,'_menu_item_object','page'),(888,515,'_menu_item_target',''),(889,515,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(890,515,'_menu_item_xfn',''),(891,515,'_menu_item_url',''),(892,516,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(893,516,'_menu_item_type','post_type'),(894,516,'_menu_item_menu_item_parent','0'),(895,516,'_menu_item_object_id','293'),(896,516,'_menu_item_object','page'),(897,516,'_menu_item_target',''),(898,516,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(899,516,'_menu_item_xfn',''),(900,516,'_menu_item_url',''),(901,517,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(902,517,'_menu_item_type','post_type'),(903,517,'_menu_item_menu_item_parent','0'),(904,517,'_menu_item_object_id','241'),(905,517,'_menu_item_object','page'),(906,517,'_menu_item_target',''),(907,517,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(908,517,'_menu_item_xfn',''),(909,517,'_menu_item_url',''),(910,518,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(911,518,'_menu_item_type','post_type'),(912,518,'_menu_item_menu_item_parent','0'),(913,518,'_menu_item_object_id','187'),(914,518,'_menu_item_object','page'),(915,518,'_menu_item_target',''),(916,518,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(917,518,'_menu_item_xfn',''),(918,518,'_menu_item_url',''),(919,519,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(920,519,'_menu_item_type','post_type'),(921,519,'_menu_item_menu_item_parent','0'),(922,519,'_menu_item_object_id','12'),(923,519,'_menu_item_object','page'),(924,519,'_menu_item_target',''),(925,519,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(926,519,'_menu_item_xfn',''),(927,519,'_menu_item_url',''),(928,520,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(929,520,'_menu_item_type','post_type'),(930,520,'_menu_item_menu_item_parent','510'),(931,520,'_menu_item_object_id','368'),(932,520,'_menu_item_object','page'),(933,520,'_menu_item_target',''),(934,520,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(935,520,'_menu_item_xfn',''),(936,520,'_menu_item_url',''),(937,521,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(938,521,'_menu_item_type','post_type'),(939,521,'_menu_item_menu_item_parent','510'),(940,521,'_menu_item_object_id','366'),(941,521,'_menu_item_object','page'),(942,521,'_menu_item_target',''),(943,521,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(944,521,'_menu_item_xfn',''),(945,521,'_menu_item_url',''),(946,522,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(947,522,'_menu_item_type','post_type'),(948,522,'_menu_item_menu_item_parent','510'),(949,522,'_menu_item_object_id','364'),(950,522,'_menu_item_object','page'),(951,522,'_menu_item_target',''),(952,522,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(953,522,'_menu_item_xfn',''),(954,522,'_menu_item_url',''),(955,523,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(956,523,'_menu_item_type','post_type'),(957,523,'_menu_item_menu_item_parent','508'),(958,523,'_menu_item_object_id','386'),(959,523,'_menu_item_object','page'),(960,523,'_menu_item_target',''),(961,523,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(962,523,'_menu_item_xfn',''),(963,523,'_menu_item_url',''),(964,524,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(965,524,'_menu_item_type','post_type'),(966,524,'_menu_item_menu_item_parent','508'),(967,524,'_menu_item_object_id','384'),(968,524,'_menu_item_object','page'),(969,524,'_menu_item_target',''),(970,524,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(971,524,'_menu_item_xfn',''),(972,524,'_menu_item_url',''),(973,525,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(974,525,'_menu_item_type','post_type'),(975,525,'_menu_item_menu_item_parent','511'),(976,525,'_menu_item_object_id','382'),(977,525,'_menu_item_object','page'),(978,525,'_menu_item_target',''),(979,525,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(980,525,'_menu_item_xfn',''),(981,525,'_menu_item_url',''),(982,526,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(983,526,'_menu_item_type','post_type'),(984,526,'_menu_item_menu_item_parent','512'),(985,526,'_menu_item_object_id','380'),(986,526,'_menu_item_object','page'),(987,526,'_menu_item_target',''),(988,526,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(989,526,'_menu_item_xfn',''),(990,526,'_menu_item_url',''),(991,527,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(992,527,'_menu_item_type','post_type'),(993,527,'_menu_item_menu_item_parent','512'),(994,527,'_menu_item_object_id','378'),(995,527,'_menu_item_object','page'),(996,527,'_menu_item_target',''),(997,527,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(998,527,'_menu_item_xfn',''),(999,527,'_menu_item_url',''),(1000,528,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1001,528,'_menu_item_type','post_type'),(1002,528,'_menu_item_menu_item_parent','512'),(1003,528,'_menu_item_object_id','376'),(1004,528,'_menu_item_object','page'),(1005,528,'_menu_item_target',''),(1006,528,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1007,528,'_menu_item_xfn',''),(1008,528,'_menu_item_url',''),(1009,529,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1010,529,'_menu_item_type','post_type'),(1011,529,'_menu_item_menu_item_parent','511'),(1012,529,'_menu_item_object_id','374'),(1013,529,'_menu_item_object','page'),(1014,529,'_menu_item_target',''),(1015,529,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1016,529,'_menu_item_xfn',''),(1017,529,'_menu_item_url',''),(1018,530,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1019,530,'_menu_item_type','post_type'),(1020,530,'_menu_item_menu_item_parent','508'),(1021,530,'_menu_item_object_id','372'),(1022,530,'_menu_item_object','page'),(1023,530,'_menu_item_target',''),(1024,530,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1025,530,'_menu_item_xfn',''),(1026,530,'_menu_item_url',''),(1027,531,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1028,531,'_menu_item_type','post_type'),(1029,531,'_menu_item_menu_item_parent','511'),(1030,531,'_menu_item_object_id','370'),(1031,531,'_menu_item_object','page'),(1032,531,'_menu_item_target',''),(1033,531,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1034,531,'_menu_item_xfn',''),(1035,531,'_menu_item_url',''),(1036,506,'_menu_item_megamenu','0'),(1037,506,'_menu_item_megamenu_hide_titles','0'),(1038,506,'_menu_item_om_icon',''),(1039,507,'_menu_item_megamenu','0'),(1040,507,'_menu_item_megamenu_hide_titles','0'),(1041,507,'_menu_item_om_icon',''),(1042,515,'_menu_item_megamenu','0'),(1043,515,'_menu_item_megamenu_hide_titles','0'),(1044,515,'_menu_item_om_icon',''),(1045,516,'_menu_item_megamenu','0'),(1046,516,'_menu_item_megamenu_hide_titles','0'),(1047,516,'_menu_item_om_icon',''),(1048,517,'_menu_item_megamenu','0'),(1049,517,'_menu_item_megamenu_hide_titles','0'),(1050,517,'_menu_item_om_icon',''),(1051,518,'_menu_item_megamenu','0'),(1052,518,'_menu_item_megamenu_hide_titles','0'),(1053,518,'_menu_item_om_icon',''),(1054,519,'_menu_item_megamenu','0'),(1055,519,'_menu_item_megamenu_hide_titles','0'),(1056,519,'_menu_item_om_icon',''),(1057,508,'_menu_item_megamenu','0'),(1058,508,'_menu_item_megamenu_hide_titles','0'),(1059,508,'_menu_item_om_icon',''),(1060,509,'_menu_item_megamenu','1'),(1061,509,'_menu_item_megamenu_hide_titles','0'),(1062,509,'_menu_item_om_icon',''),(1063,510,'_menu_item_megamenu','0'),(1064,510,'_menu_item_megamenu_hide_titles','0'),(1065,510,'_menu_item_om_icon',''),(1066,520,'_menu_item_megamenu','0'),(1067,520,'_menu_item_megamenu_hide_titles','0'),(1068,520,'_menu_item_om_icon',''),(1069,521,'_menu_item_megamenu','0'),(1070,521,'_menu_item_megamenu_hide_titles','0'),(1071,521,'_menu_item_om_icon',''),(1072,522,'_menu_item_megamenu','0'),(1073,522,'_menu_item_megamenu_hide_titles','0'),(1074,522,'_menu_item_om_icon',''),(1075,523,'_menu_item_megamenu','0'),(1076,523,'_menu_item_megamenu_hide_titles','0'),(1077,523,'_menu_item_om_icon',''),(1078,524,'_menu_item_megamenu','0'),(1079,524,'_menu_item_megamenu_hide_titles','0'),(1080,524,'_menu_item_om_icon',''),(1081,525,'_menu_item_megamenu','0'),(1082,525,'_menu_item_megamenu_hide_titles','0'),(1083,525,'_menu_item_om_icon',''),(1084,526,'_menu_item_megamenu','0'),(1085,526,'_menu_item_megamenu_hide_titles','0'),(1086,526,'_menu_item_om_icon',''),(1087,527,'_menu_item_megamenu','0'),(1088,527,'_menu_item_megamenu_hide_titles','0'),(1089,527,'_menu_item_om_icon',''),(1090,528,'_menu_item_megamenu','0'),(1091,528,'_menu_item_megamenu_hide_titles','0'),(1092,528,'_menu_item_om_icon',''),(1093,529,'_menu_item_megamenu','0'),(1094,529,'_menu_item_megamenu_hide_titles','0'),(1095,529,'_menu_item_om_icon',''),(1096,530,'_menu_item_megamenu','0'),(1097,530,'_menu_item_megamenu_hide_titles','0'),(1098,530,'_menu_item_om_icon',''),(1099,531,'_menu_item_megamenu','0'),(1100,531,'_menu_item_megamenu_hide_titles','0'),(1101,531,'_menu_item_om_icon',''),(1102,511,'_menu_item_megamenu','0'),(1103,511,'_menu_item_megamenu_hide_titles','0'),(1104,511,'_menu_item_om_icon',''),(1105,512,'_menu_item_megamenu','0'),(1106,512,'_menu_item_megamenu_hide_titles','0'),(1107,512,'_menu_item_om_icon',''),(1108,532,'_wp_attached_file','revslider/primary-slider/shutterstock_146472158.jpg'),(1109,532,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1198;s:6:\"height\";i:410;s:4:\"file\";s:51:\"revslider/primary-slider/shutterstock_146472158.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"shutterstock_146472158-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"shutterstock_146472158-300x103.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:103;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"shutterstock_146472158-768x263.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:263;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"shutterstock_146472158-1024x350.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"shutterstock_146472158-144x144.jpg\";s:5:\"width\";i:144;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1110,533,'_wp_attached_file','revslider/primary-slider/SHUTTERSTOCK_323389130_Huge.jpg'),(1111,533,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1198;s:6:\"height\";i:410;s:4:\"file\";s:56:\"revslider/primary-slider/SHUTTERSTOCK_323389130_Huge.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"SHUTTERSTOCK_323389130_Huge-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"SHUTTERSTOCK_323389130_Huge-300x103.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:103;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"SHUTTERSTOCK_323389130_Huge-768x263.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:263;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"SHUTTERSTOCK_323389130_Huge-1024x350.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"SHUTTERSTOCK_323389130_Huge-144x144.jpg\";s:5:\"width\";i:144;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1112,534,'_wp_attached_file','revslider/primary-slider/shutterstock_158522279.jpg'),(1113,534,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1198;s:6:\"height\";i:410;s:4:\"file\";s:51:\"revslider/primary-slider/shutterstock_158522279.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"shutterstock_158522279-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"shutterstock_158522279-300x103.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:103;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"shutterstock_158522279-768x263.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:263;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"shutterstock_158522279-1024x350.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"shutterstock_158522279-144x144.jpg\";s:5:\"width\";i:144;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1121,539,'tc_event_terms_element_cell_alignment','left'),(1122,539,'tc_event_terms_element_top_padding','1'),(1123,539,'tc_event_terms_element_bottom_padding','1'),(1124,539,'tc_ticket_qr_code_element_qr_code_size','50'),(1125,539,'tc_ticket_qr_code_element_cell_alignment','center'),(1126,539,'tc_ticket_qr_code_element_top_padding','1'),(1127,539,'tc_ticket_qr_code_element_bottom_padding','1'),(1128,539,'tc_event_location_element_font_size','16'),(1129,539,'tc_event_location_element_font_style',''),(1130,539,'tc_event_location_element_font_color','#000000'),(1131,539,'tc_event_location_element_cell_alignment','center'),(1132,539,'tc_event_location_element_top_padding','0'),(1133,539,'tc_event_location_element_bottom_padd','0'),(1134,539,'tc_ticket_type_element_font_size','18'),(1135,539,'tc_ticket_type_element_font_style','B'),(1136,539,'tc_ticket_type_element_font_color','#e54c2d'),(1137,539,'tc_ticket_type_element_cell_alignment','right'),(1138,539,'tc_ticket_type_element_top_padding','1'),(1139,539,'tc_ticket_type_element_bottom_padding','3'),(1140,539,'rows_1','tc_event_logo_element,tc_ticket_type_element'),(1141,539,'tc_event_date_time_element_font_size','16'),(1142,539,'tc_event_date_time_element_font_style',''),(1143,539,'tc_event_date_time_element_font_color','#000000'),(1144,539,'tc_event_date_time_element_cell_alignment','center'),(1145,539,'tc_event_date_time_element_top_padding','2'),(1146,539,'tc_event_date_time_element_bottom_padding','0'),(1147,539,'rows_2','tc_event_name_element'),(1148,539,'tc_event_name_element_font_size','60'),(1149,539,'tc_event_name_element_font_style',''),(1150,539,'tc_event_name_element_font_color','#000000'),(1151,539,'tc_event_name_element_cell_alignment','center'),(1152,539,'tc_event_name_element_top_padding','0'),(1153,539,'tc_event_name_element_bottom_padding','0'),(1154,539,'rows_3','tc_event_date_time_element'),(1155,539,'tc_ticket_owner_name_element_font_size','20'),(1156,539,'tc_ticket_owner_name_element_font_color','#e54c2d'),(1157,539,'tc_ticket_owner_name_element_cell_alignment','center'),(1158,539,'tc_ticket_owner_name_element_top_padding','3'),(1159,539,'tc_ticket_owner_name_element_bottom_padding','3'),(1160,539,'rows_4','tc_event_location_element'),(1161,539,'rows_5','tc_ticket_owner_name_element'),(1162,539,'rows_6','tc_ticket_description_element'),(1163,539,'rows_7','tc_ticket_qr_code_element'),(1164,539,'rows_8','tc_event_terms_element'),(1165,539,'rows_9',''),(1166,539,'rows_10',''),(1167,539,'rows_number','10'),(1168,539,'document_font','helvetica'),(1169,539,'document_ticket_size','A4'),(1170,539,'document_ticket_orientation','P'),(1171,539,'document_ticket_top_margin','10'),(1172,539,'document_ticket_right_margin','10'),(1173,539,'document_ticket_left_margin','10'),(1174,539,'document_ticket_background_image',''),(1175,539,'tc_ticket_barcode_element_barcode_type','C128'),(1176,539,'tc_ticket_barcode_element_barcode_text_visibility','visible'),(1177,539,'tc_ticket_barcode_element_1d_barcode_size','50'),(1178,539,'tc_ticket_barcode_element_font_size','8'),(1179,539,'tc_ticket_barcode_element_cell_alignment','left'),(1180,539,'tc_ticket_barcode_element_top_padding','0'),(1181,539,'tc_ticket_barcode_element_bottom_padding','0'),(1182,539,'tc_ticket_description_element_font_size','12'),(1183,539,'tc_ticket_description_element_font_style',''),(1184,539,'tc_ticket_description_element_font_color','#0a0a0a'),(1185,539,'tc_ticket_description_element_cell_alignment','left'),(1186,539,'tc_ticket_description_element_top_padding','0'),(1187,539,'tc_ticket_description_element_bottom_padding','2'),(1188,539,'tc_event_location_element_bottom_padding','0'),(1189,539,'tc_ticket_owner_name_element_font_style',''),(1190,540,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1191,540,'event_name','all'),(1192,540,'api_key_name','Default - All Events'),(1193,540,'api_key','82DF0ED1'),(1194,540,'api_username',''),(1195,12,'_edit_last','1'),(1196,12,'_edit_lock','1542286329:1'),(1197,334,'_edit_last','1'),(1198,334,'_edit_lock','1542279310:1'),(1199,142,'_edit_lock','1475929553:1'),(1200,142,'_edit_last','1'),(1201,572,'_wp_attached_file','2016/10/IMG_2917.jpg'),(1202,572,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1200;s:4:\"file\";s:20:\"2016/10/IMG_2917.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_2917-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_2917-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_2917-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_2917-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_2917-144x144.jpg\";s:5:\"width\";i:144;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon EOS 650D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1416997078\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"220\";s:3:\"iso\";s:4:\"6400\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1203,314,'_edit_lock','1475931739:1'),(1592,739,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1172;s:6:\"height\";i:638;s:4:\"file\";s:30:\"2017/04/SmallBusinessLive2.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"SmallBusinessLive2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"SmallBusinessLive2-300x163.png\";s:5:\"width\";i:300;s:6:\"height\";i:163;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"SmallBusinessLive2-768x418.png\";s:5:\"width\";i:768;s:6:\"height\";i:418;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"SmallBusinessLive2-1024x557.png\";s:5:\"width\";i:1024;s:6:\"height\";i:557;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"SmallBusinessLive2-144x144.png\";s:5:\"width\";i:144;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1591,739,'_wp_attached_file','2017/04/SmallBusinessLive2.png'),(1217,314,'_edit_last','1'),(1218,580,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1219,580,'_edit_last','1'),(1220,580,'_edit_lock','1542279941:1'),(1221,580,'_wp_page_template','default'),(1222,580,'slide_template','default'),(1223,580,'_wpb_vc_js_status','false'),(1224,580,'eventerra_blog_layout','small'),(1225,580,'eventerra_blog_grid_cut','0'),(1226,580,'eventerra_blog_categories','0'),(1227,580,'eventerra_page_title',''),(1228,580,'eventerra_title_align',''),(1229,580,'eventerra_title_alternative_text',''),(1230,580,'eventerra_title_shadow_text',''),(1231,580,'eventerra_title_subtitle',''),(1232,580,'eventerra_slider_id',''),(1233,580,'eventerra_slider_layout','above'),(1234,580,'eventerra_sidebar_show','hide'),(1235,580,'eventerra_sidebar',''),(1236,580,'eventerra_sidebar_custom_pos',''),(1237,582,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1238,582,'_edit_last','1'),(1239,582,'_edit_lock','1475932424:1'),(1240,582,'_wp_page_template','default'),(1241,582,'slide_template','default'),(1242,582,'_wpb_vc_js_status','false'),(1243,582,'eventerra_blog_layout','small'),(1244,582,'eventerra_blog_grid_cut','0'),(1245,582,'eventerra_blog_categories','0'),(1246,582,'eventerra_page_title',''),(1247,582,'eventerra_title_align',''),(1248,582,'eventerra_title_alternative_text',''),(1249,582,'eventerra_title_shadow_text',''),(1250,582,'eventerra_title_subtitle',''),(1251,582,'eventerra_slider_id',''),(1252,582,'eventerra_slider_layout','above'),(1253,582,'eventerra_sidebar_show','hide'),(1254,582,'eventerra_sidebar',''),(1255,582,'eventerra_sidebar_custom_pos',''),(1256,584,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1257,584,'_edit_last','1'),(1258,584,'_edit_lock','1495737180:1'),(1259,584,'_wp_page_template','default'),(1260,584,'slide_template','default'),(1261,584,'_wpb_vc_js_status','true'),(1262,584,'eventerra_blog_layout','small'),(1263,584,'eventerra_blog_grid_cut','0'),(1264,584,'eventerra_blog_categories','0'),(1265,584,'eventerra_page_title',''),(1266,584,'eventerra_title_align',''),(1267,584,'eventerra_title_alternative_text',''),(1268,584,'eventerra_title_shadow_text',''),(1269,584,'eventerra_title_subtitle',''),(1270,584,'eventerra_slider_id',''),(1271,584,'eventerra_slider_layout','above'),(1272,584,'eventerra_sidebar_show','hide'),(1273,584,'eventerra_sidebar',''),(1274,584,'eventerra_sidebar_custom_pos',''),(1275,380,'_edit_lock','1475933915:1'),(1276,380,'_edit_last','1'),(1554,722,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1172;s:6:\"height\";i:638;s:4:\"file\";s:21:\"2017/01/Breakfast.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Breakfast-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Breakfast-300x163.png\";s:5:\"width\";i:300;s:6:\"height\";i:163;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"Breakfast-768x418.png\";s:5:\"width\";i:768;s:6:\"height\";i:418;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"Breakfast-1024x557.png\";s:5:\"width\";i:1024;s:6:\"height\";i:557;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"Breakfast-144x144.png\";s:5:\"width\";i:144;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1278,591,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1279,591,'_menu_item_type','post_type'),(1280,591,'_menu_item_menu_item_parent','0'),(1281,591,'_menu_item_object_id','584'),(1282,591,'_menu_item_object','page'),(1283,591,'_menu_item_target',''),(1284,591,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1285,591,'_menu_item_xfn',''),(1286,591,'_menu_item_url',''),(1324,591,'_menu_item_megamenu','0'),(1288,592,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1289,592,'_menu_item_type','post_type'),(1290,592,'_menu_item_menu_item_parent','0'),(1291,592,'_menu_item_object_id','582'),(1292,592,'_menu_item_object','page'),(1293,592,'_menu_item_target',''),(1294,592,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1295,592,'_menu_item_xfn',''),(1296,592,'_menu_item_url',''),(1327,592,'_menu_item_megamenu','0'),(1298,593,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1299,593,'_menu_item_type','post_type'),(1300,593,'_menu_item_menu_item_parent','0'),(1301,593,'_menu_item_object_id','580'),(1302,593,'_menu_item_object','page'),(1303,593,'_menu_item_target',''),(1304,593,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1305,593,'_menu_item_xfn',''),(1306,593,'_menu_item_url',''),(1321,593,'_menu_item_megamenu','0'),(1308,594,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1309,594,'_menu_item_type','post_type'),(1310,594,'_menu_item_menu_item_parent','0'),(1311,594,'_menu_item_object_id','12'),(1312,594,'_menu_item_object','page'),(1313,594,'_menu_item_target',''),(1314,594,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1315,594,'_menu_item_xfn',''),(1316,594,'_menu_item_url',''),(1318,594,'_menu_item_megamenu','0'),(1319,594,'_menu_item_megamenu_hide_titles','0'),(1320,594,'_menu_item_om_icon',''),(1322,593,'_menu_item_megamenu_hide_titles','0'),(1323,593,'_menu_item_om_icon',''),(1325,591,'_menu_item_megamenu_hide_titles','0'),(1326,591,'_menu_item_om_icon',''),(1328,592,'_menu_item_megamenu_hide_titles','0'),(1329,592,'_menu_item_om_icon',''),(1331,241,'_edit_lock','1475941047:1'),(1332,293,'_edit_lock','1475941075:1'),(1335,602,'_wp_attached_file','2016/10/human-475667_1920.jpg'),(1336,602,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1357;s:4:\"file\";s:29:\"2016/10/human-475667_1920.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"human-475667_1920-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"human-475667_1920-300x212.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"human-475667_1920-768x543.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:543;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"human-475667_1920-1024x724.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:724;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"human-475667_1920-144x144.jpg\";s:5:\"width\";i:144;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1337,603,'_wp_attached_file','2016/10/human-668299.jpg'),(1338,603,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:24:\"2016/10/human-668299.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"human-668299-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"human-668299-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"human-668299-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"human-668299-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"human-668299-144x144.jpg\";s:5:\"width\";i:144;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1341,611,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1342,611,'_edit_last','1'),(1343,611,'_edit_lock','1524741934:1'),(1344,611,'_wp_page_template','default'),(1345,611,'slide_template','default'),(1346,611,'_wpb_vc_js_status','true'),(1347,611,'eventerra_blog_layout','small'),(1348,611,'eventerra_blog_grid_cut','0'),(1349,611,'eventerra_blog_categories',''),(1350,611,'eventerra_page_title',''),(1351,611,'eventerra_title_align',''),(1352,611,'eventerra_title_alternative_text',''),(1353,611,'eventerra_title_shadow_text',''),(1354,611,'eventerra_title_subtitle',''),(1355,611,'eventerra_slider_id',''),(1356,611,'eventerra_slider_layout','above'),(1357,611,'eventerra_sidebar_show','hide'),(1358,611,'eventerra_sidebar',''),(1359,611,'eventerra_sidebar_custom_pos',''),(1360,614,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1361,614,'_menu_item_type','post_type'),(1362,614,'_menu_item_menu_item_parent','746'),(1363,614,'_menu_item_object_id','611'),(1364,614,'_menu_item_object','page'),(1365,614,'_menu_item_target',''),(1366,614,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1367,614,'_menu_item_xfn',''),(1368,614,'_menu_item_url',''),(1370,614,'_menu_item_megamenu','0'),(1371,614,'_menu_item_megamenu_hide_titles','0'),(1372,614,'_menu_item_om_icon',''),(1373,615,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1374,615,'_edit_last','1'),(1375,615,'_edit_lock','1524742242:1'),(1376,615,'_wp_page_template','default'),(1377,615,'slide_template','default'),(1378,615,'_wpb_vc_js_status','false'),(1379,615,'eventerra_blog_layout','small'),(1380,615,'eventerra_blog_grid_cut','0'),(1381,615,'eventerra_blog_categories',''),(1382,615,'eventerra_page_title',''),(1383,615,'eventerra_title_align',''),(1384,615,'eventerra_title_alternative_text',''),(1385,615,'eventerra_title_shadow_text',''),(1386,615,'eventerra_title_subtitle',''),(1387,615,'eventerra_slider_id',''),(1388,615,'eventerra_slider_layout','above'),(1389,615,'eventerra_sidebar_show','hide'),(1390,615,'eventerra_sidebar',''),(1391,615,'eventerra_sidebar_custom_pos',''),(1392,617,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1393,617,'_menu_item_type','post_type'),(1394,617,'_menu_item_menu_item_parent','746'),(1395,617,'_menu_item_object_id','615'),(1396,617,'_menu_item_object','page'),(1397,617,'_menu_item_target',''),(1398,617,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1399,617,'_menu_item_xfn',''),(1400,617,'_menu_item_url',''),(1402,617,'_menu_item_megamenu','0'),(1403,617,'_menu_item_megamenu_hide_titles','0'),(1404,617,'_menu_item_om_icon',''),(1405,618,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1406,618,'_edit_last','1'),(1407,618,'_edit_lock','1542280282:1'),(1408,618,'_wp_page_template','default'),(1409,618,'slide_template','default'),(1410,618,'_wpb_vc_js_status','true'),(1411,618,'eventerra_blog_layout','small'),(1412,618,'eventerra_blog_grid_cut','0'),(1413,618,'eventerra_blog_categories',''),(1414,618,'eventerra_page_title',''),(1415,618,'eventerra_title_align',''),(1416,618,'eventerra_title_alternative_text',''),(1417,618,'eventerra_title_shadow_text',''),(1418,618,'eventerra_title_subtitle',''),(1419,618,'eventerra_slider_id',''),(1420,618,'eventerra_slider_layout','above'),(1421,618,'eventerra_sidebar_show','hide'),(1422,618,'eventerra_sidebar',''),(1423,618,'eventerra_sidebar_custom_pos',''),(1424,621,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1425,621,'_menu_item_type','post_type'),(1426,621,'_menu_item_menu_item_parent','593'),(1427,621,'_menu_item_object_id','618'),(1428,621,'_menu_item_object','page'),(1429,621,'_menu_item_target',''),(1430,621,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1431,621,'_menu_item_xfn',''),(1432,621,'_menu_item_url',''),(1434,621,'_menu_item_megamenu','0'),(1435,621,'_menu_item_megamenu_hide_titles','0'),(1436,621,'_menu_item_om_icon',''),(1437,628,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1465,647,'_wp_attached_file','2016/11/Enterprise-Development-Awards-Nomination-Form.pdf'),(1439,628,'_edit_last','1'),(1440,628,'_edit_lock','1479141105:1'),(1441,628,'_wp_page_template','default'),(1442,628,'slide_template','default'),(1443,628,'_wpb_vc_js_status','false'),(1444,628,'eventerra_blog_layout','small'),(1445,628,'eventerra_blog_grid_cut','0'),(1446,628,'eventerra_blog_categories','0'),(1447,628,'eventerra_page_title',''),(1448,628,'eventerra_title_align',''),(1449,628,'eventerra_title_alternative_text',''),(1450,628,'eventerra_title_shadow_text',''),(1451,628,'eventerra_title_subtitle',''),(1452,628,'eventerra_slider_id',''),(1453,628,'eventerra_slider_layout','above'),(1454,628,'eventerra_sidebar_show','hide'),(1455,628,'eventerra_sidebar',''),(1456,628,'eventerra_sidebar_custom_pos',''),(1458,633,'_wp_attached_file','2016/11/Enterprise-Development-Indaba-Awards-Booking-Form.pdf'),(1466,649,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1467,649,'_edit_last','1'),(1468,649,'_edit_lock','1479453544:1'),(1469,650,'_wp_attached_file','2016/11/Hosting-Invitation.pdf'),(1470,649,'_wp_page_template','default'),(1471,649,'slide_template','default'),(1472,649,'_wpb_vc_js_status','false'),(1473,649,'eventerra_blog_layout','small'),(1474,649,'eventerra_blog_grid_cut','0'),(1475,649,'eventerra_blog_categories','0'),(1476,649,'eventerra_page_title',''),(1477,649,'eventerra_title_align',''),(1478,649,'eventerra_title_alternative_text',''),(1479,649,'eventerra_title_shadow_text',''),(1480,649,'eventerra_title_subtitle',''),(1481,649,'eventerra_slider_id',''),(1482,649,'eventerra_slider_layout','above'),(1483,649,'eventerra_sidebar_show','hide'),(1484,649,'eventerra_sidebar',''),(1485,649,'eventerra_sidebar_custom_pos',''),(1490,676,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1491,676,'_edit_last','1'),(1492,676,'_edit_lock','1493714947:1'),(1553,722,'_wp_attached_file','2017/01/Breakfast.png'),(1495,680,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1496,681,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1497,682,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1498,683,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1499,684,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1500,685,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1501,686,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1502,686,'_edit_last','1'),(1503,686,'_edit_lock','1481556568:1'),(1504,687,'show_tickets_automatically',''),(1505,687,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1506,687,'_edit_last','1'),(1507,687,'slide_template','default'),(1508,687,'event_presentation_page','687'),(1509,687,'event_date_time','2016-12-12 17:29'),(1510,687,'event_end_date_time','2016-12-12 17:29'),(1511,687,'event_location',''),(1512,687,'event_terms',''),(1513,687,'event_logo_file_url',''),(1514,687,'sponsors_logo_file_url',''),(1515,688,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1516,688,'event_name','687'),(1517,688,'api_key_name','Small Business Live'),(1518,688,'api_key','72AF82B3'),(1519,688,'api_username',''),(1520,687,'eventerra_page_title',''),(1521,687,'eventerra_title_align',''),(1522,687,'eventerra_title_alternative_text',''),(1523,687,'eventerra_title_shadow_text',''),(1524,687,'eventerra_title_subtitle',''),(1525,687,'eventerra_slider_id',''),(1526,687,'eventerra_slider_layout','above'),(1527,687,'eventerra_sidebar_show','hide'),(1528,687,'eventerra_sidebar',''),(1529,687,'eventerra_sidebar_custom_pos',''),(1530,687,'_edit_lock','1481557505:1'),(1531,701,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1532,701,'_edit_last','1'),(1533,701,'_edit_lock','1481625575:1'),(1534,701,'_wp_page_template','default'),(1535,701,'slide_template','default'),(1536,701,'_wpb_vc_js_status','false'),(1537,701,'eventerra_blog_layout','small'),(1538,701,'eventerra_blog_grid_cut','0'),(1539,701,'eventerra_blog_categories','0'),(1540,701,'eventerra_page_title',''),(1541,701,'eventerra_title_align',''),(1542,701,'eventerra_title_alternative_text',''),(1543,701,'eventerra_title_shadow_text',''),(1544,701,'eventerra_title_subtitle',''),(1545,701,'eventerra_slider_id',''),(1546,701,'eventerra_slider_layout','above'),(1547,701,'eventerra_sidebar_show','hide'),(1548,701,'eventerra_sidebar',''),(1549,701,'eventerra_sidebar_custom_pos',''),(1550,701,'_oembed_6e8c8471f6632f7a2623226a4039bcce','{{unknown}}'),(1555,723,'_wp_attached_file','2017/01/SmallBusinessLive3.png'),(1556,723,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1172;s:6:\"height\";i:638;s:4:\"file\";s:30:\"2017/01/SmallBusinessLive3.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"SmallBusinessLive3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"SmallBusinessLive3-300x163.png\";s:5:\"width\";i:300;s:6:\"height\";i:163;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"SmallBusinessLive3-768x418.png\";s:5:\"width\";i:768;s:6:\"height\";i:418;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"SmallBusinessLive3-1024x557.png\";s:5:\"width\";i:1024;s:6:\"height\";i:557;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"SmallBusinessLive3-144x144.png\";s:5:\"width\";i:144;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1557,724,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1558,724,'_edit_last','1'),(1559,724,'_edit_lock','1542277173:1'),(1560,724,'_wp_page_template','default'),(1561,724,'slide_template','default'),(1562,724,'_wpb_vc_js_status','false'),(1563,724,'eventerra_blog_layout','small'),(1564,724,'eventerra_blog_grid_cut','0'),(1565,724,'eventerra_blog_categories',''),(1566,724,'eventerra_page_title',''),(1567,724,'eventerra_title_align',''),(1568,724,'eventerra_title_alternative_text',''),(1569,724,'eventerra_title_shadow_text',''),(1570,724,'eventerra_title_subtitle',''),(1571,724,'eventerra_slider_id',''),(1572,724,'eventerra_slider_layout','above'),(1573,724,'eventerra_sidebar_show','hide'),(1574,724,'eventerra_sidebar',''),(1575,724,'eventerra_sidebar_custom_pos',''),(1576,728,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1577,728,'_menu_item_type','post_type'),(1578,728,'_menu_item_menu_item_parent','593'),(1579,728,'_menu_item_object_id','724'),(1580,728,'_menu_item_object','page'),(1581,728,'_menu_item_target',''),(1582,728,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1583,728,'_menu_item_xfn',''),(1584,728,'_menu_item_url',''),(1586,728,'_menu_item_megamenu','0'),(1587,728,'_menu_item_megamenu_hide_titles','0'),(1588,728,'_menu_item_om_icon',''),(1593,744,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1594,744,'_edit_last','1'),(1595,744,'_wp_page_template','default'),(1596,744,'slide_template','default'),(1597,744,'_wpb_vc_js_status','false'),(1598,744,'eventerra_blog_layout','small'),(1599,744,'eventerra_blog_grid_cut','0'),(1600,744,'eventerra_blog_categories','0'),(1601,744,'eventerra_page_title',''),(1602,744,'eventerra_title_align',''),(1603,744,'eventerra_title_alternative_text',''),(1604,744,'eventerra_title_shadow_text',''),(1605,744,'eventerra_title_subtitle',''),(1606,744,'eventerra_slider_id',''),(1607,744,'eventerra_slider_layout','above'),(1608,744,'eventerra_sidebar_show','hide'),(1609,744,'eventerra_sidebar',''),(1610,744,'eventerra_sidebar_custom_pos',''),(1611,744,'_edit_lock','1542279403:1'),(1612,746,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1613,746,'_menu_item_type','post_type'),(1614,746,'_menu_item_menu_item_parent','0'),(1615,746,'_menu_item_object_id','744'),(1616,746,'_menu_item_object','page'),(1617,746,'_menu_item_target',''),(1618,746,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1619,746,'_menu_item_xfn',''),(1620,746,'_menu_item_url',''),(1622,746,'_menu_item_megamenu','0'),(1623,746,'_menu_item_megamenu_hide_titles','0'),(1624,746,'_menu_item_om_icon',''),(1625,753,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1626,753,'_edit_last','1'),(1627,753,'_edit_lock','1524743319:1'),(1628,753,'_wp_page_template','default'),(1629,753,'slide_template','default'),(1630,753,'_wpb_vc_js_status','false'),(1631,753,'eventerra_blog_layout','small'),(1632,753,'eventerra_blog_grid_cut','0'),(1633,753,'eventerra_blog_categories',''),(1634,753,'eventerra_page_title',''),(1635,753,'eventerra_title_align',''),(1636,753,'eventerra_title_alternative_text',''),(1637,753,'eventerra_title_shadow_text',''),(1638,753,'eventerra_title_subtitle',''),(1639,753,'eventerra_slider_id',''),(1640,753,'eventerra_slider_layout','above'),(1641,753,'eventerra_sidebar_show','hide'),(1642,753,'eventerra_sidebar',''),(1643,753,'eventerra_sidebar_custom_pos',''),(1644,755,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1645,755,'_menu_item_type','post_type'),(1646,755,'_menu_item_menu_item_parent','593'),(1647,755,'_menu_item_object_id','753'),(1648,755,'_menu_item_object','page'),(1649,755,'_menu_item_target',''),(1650,755,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1651,755,'_menu_item_xfn',''),(1652,755,'_menu_item_url',''),(1654,755,'_menu_item_megamenu','0'),(1655,755,'_menu_item_megamenu_hide_titles','0'),(1656,755,'_menu_item_om_icon',''),(1657,761,'_wp_attached_file','2017/04/Small-Business-Live-Booking-Form.pdf'),(1659,676,'_wp_page_template','default'),(1660,676,'slide_template',''),(1665,828,'_wp_attached_file','2018/04/African-Summit-Logo1.jpg'),(1666,828,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:32:\"2018/04/African-Summit-Logo1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"African-Summit-Logo1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"African-Summit-Logo1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"African-Summit-Logo1-144x144.jpg\";s:5:\"width\";i:144;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:13:\"Gerrit Davids\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1667,832,'_wp_attached_file','2018/04/ASBSA-Logo1.jpg'),(1668,832,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:632;s:6:\"height\";i:759;s:4:\"file\";s:23:\"2018/04/ASBSA-Logo1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"ASBSA-Logo1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"ASBSA-Logo1-250x300.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"ASBSA-Logo1-144x144.jpg\";s:5:\"width\";i:144;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:23:\"Leigh Prather - Fotolia\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:48:\"Golden star trophy isolated on white - 3d render\";s:17:\"created_timestamp\";s:10:\"1471491239\";s:9:\"copyright\";s:23:\"Leigh Prather - Fotolia\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:30:\"Golden star trophy - 3d render\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:26:{i:0;s:5:\"award\";i:1;s:6:\"trophy\";i:2;s:6:\"winner\";i:3;s:7:\"success\";i:4;s:4:\"star\";i:5;s:7:\"service\";i:6;s:6:\"rating\";i:7;s:5:\"honor\";i:8;s:7:\"victory\";i:9;s:5:\"first\";i:10;s:5:\"place\";i:11;s:5:\"shiny\";i:12;s:11:\"competition\";i:13;s:4:\"gold\";i:14;s:6:\"golden\";i:15;s:5:\"prize\";i:16;s:11:\"achievement\";i:17;s:11:\"celebration\";i:18;s:6:\"symbol\";i:19;s:3:\"win\";i:20;s:8:\"champion\";i:21;s:7:\"succeed\";i:22;s:2:\"3d\";i:23;s:6:\"remder\";i:24;s:8:\"isolated\";i:25;s:5:\"white\";}}}');
/*!40000 ALTER TABLE `wpap_postmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpap_posts`
--

DROP TABLE IF EXISTS `wpap_posts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpap_posts` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_author` bigint(20) unsigned NOT NULL DEFAULT '0',
  `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_title` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_excerpt` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
  `post_password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `post_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `to_ping` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `pinged` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content_filtered` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `guid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT '0',
  `post_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT '0',
  PRIMARY KEY (`ID`),
  KEY `post_name` (`post_name`(191)),
  KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  KEY `post_parent` (`post_parent`),
  KEY `post_author` (`post_author`)
) ENGINE=MyISAM AUTO_INCREMENT=851 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpap_posts`
--

LOCK TABLES `wpap_posts` WRITE;
/*!40000 ALTER TABLE `wpap_posts` DISABLE KEYS */;
INSERT INTO `wpap_posts` VALUES (1,1,'2016-10-08 08:33:14','2016-10-08 08:33:14','Welcome to WordPress. This is your first post. Edit or delete it, then start writing!','Hello world!','','publish','open','open','','hello-world','','','2016-10-08 08:33:14','2016-10-08 08:33:14','',0,'http://www.taranisco.co.za/?p=1',0,'post','',1),(2,1,'2016-10-08 08:33:14','2016-10-08 08:33:14','This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\n\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like pi&#241;a coladas. (And gettin\' caught in the rain.)</blockquote>\n\n...or something like this:\n\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\n\nAs a new WordPress user, you should go to <a href=\"http://www.taranisco.co.za/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','Sample Page','','publish','closed','open','','sample-page','','','2016-10-08 08:33:14','2016-10-08 08:33:14','',0,'http://www.taranisco.co.za/?page_id=2',0,'page','',0),(722,1,'2017-01-17 11:00:02','2017-01-17 11:00:02','','Breakfast','','inherit','open','closed','','breakfast','','','2017-01-17 11:00:02','2017-01-17 11:00:02','',0,'http://www.taranisco.co.za/wp-content/uploads/2017/01/Breakfast.png',0,'attachment','image/png',0),(5,1,'2016-10-08 08:52:43','2016-10-08 08:52:43','<p class=\"label\">Your Name(required)</p>\n<p>[text* your-name]</p>\n\n<p class=\"label\">Your Email(required)</p>\n<p>[email* your-email]</p>\n\n<p class=\"label\">Subject</p>\n<p>[text your-subject]</p>\n\n<p class=\"label\">Your Message</p>\n<p>[textarea your-message]</p>\n\n<p>[submit \"Send\"]</p>\nTaranisco Advisory \"[your-subject]\"\n[your-name] <gerrit@taranisco.co.za>\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 Taranisco Advisory (http://www.taranisco.co.za)\ngerrit@taranisco.co.za\nReply-To: [your-email]\n\n0\n0\n\nTaranisco Advisory \"[your-subject]\"\nTaranisco Advisory <gerrit@taranisco.co.za>\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Taranisco Advisory (http://www.taranisco.co.za)\n[your-email]\nReply-To: gerrit@taranisco.co.za\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','','','2016-10-08 08:52:43','2016-10-08 08:52:43','',0,'http://www.taranisco.co.za/?post_type=wpcf7_contact_form&p=5',0,'wpcf7_contact_form','',0),(19,1,'2016-03-28 19:12:30','2016-03-28 19:12:30','','shutterstock_146472158','','inherit','open','closed','','shutterstock_146472158','','','2016-03-28 19:12:30','2016-03-28 19:12:30','',0,'http://www.taranisco.co.za/wp-content/uploads/2016/03/shutterstock_146472158.jpg',0,'attachment','image/jpeg',0),(21,1,'2016-03-28 19:13:06','2016-03-28 19:13:06','','shutterstock_158522279','','inherit','open','closed','','shutterstock_158522279','','','2016-03-28 19:13:06','2016-03-28 19:13:06','',0,'http://www.taranisco.co.za/wp-content/uploads/2016/03/shutterstock_158522279.jpg',0,'attachment','image/jpeg',0),(25,1,'2016-03-28 19:42:14','2016-03-28 19:42:14','','SHUTTERSTOCK_323389130_Huge','','inherit','open','closed','','shutterstock_323389130_huge','','','2016-03-28 19:42:14','2016-03-28 19:42:14','',0,'http://www.taranisco.co.za/wp-content/uploads/2016/03/SHUTTERSTOCK_323389130_Huge.jpg',0,'attachment','image/jpeg',0),(104,1,'2016-03-29 13:15:45','2016-03-29 13:15:45','','person-1','','inherit','open','closed','','person-1','','','2016-03-29 13:15:45','2016-03-29 13:15:45','',103,'http://www.taranisco.co.za/wp-content/uploads/2016/03/person-1.jpg',0,'attachment','image/jpeg',0),(105,1,'2016-03-29 13:15:48','2016-03-29 13:15:48','','person-2','','inherit','open','closed','','person-2','','','2016-03-29 13:15:48','2016-03-29 13:15:48','',103,'http://www.taranisco.co.za/wp-content/uploads/2016/03/person-2.jpg',0,'attachment','image/jpeg',0),(106,1,'2016-03-29 13:15:51','2016-03-29 13:15:51','','person-3','','inherit','open','closed','','person-3','','','2016-03-29 13:15:51','2016-03-29 13:15:51','',103,'http://www.taranisco.co.za/wp-content/uploads/2016/03/person-3.jpg',0,'attachment','image/jpeg',0),(107,1,'2016-03-29 13:15:54','2016-03-29 13:15:54','','person-5','','inherit','open','closed','','person-5','','','2016-03-29 13:15:54','2016-03-29 13:15:54','',103,'http://www.taranisco.co.za/wp-content/uploads/2016/03/person-5.jpg',0,'attachment','image/jpeg',0),(108,1,'2016-03-29 13:15:57','2016-03-29 13:15:57','','person-8','','inherit','open','closed','','person-8','','','2016-03-29 13:15:57','2016-03-29 13:15:57','',103,'http://www.taranisco.co.za/wp-content/uploads/2016/03/person-8.jpg',0,'attachment','image/jpeg',0),(109,1,'2016-03-29 13:16:00','2016-03-29 13:16:00','','person-11','','inherit','open','closed','','person-11','','','2016-03-29 13:16:00','2016-03-29 13:16:00','',103,'http://www.taranisco.co.za/wp-content/uploads/2016/03/person-11.jpg',0,'attachment','image/jpeg',0),(110,1,'2016-03-29 13:16:03','2016-03-29 13:16:03','','person-14','','inherit','open','closed','','person-14','','','2016-03-29 13:16:03','2016-03-29 13:16:03','',103,'http://www.taranisco.co.za/wp-content/uploads/2016/03/person-14.jpg',0,'attachment','image/jpeg',0),(111,1,'2016-03-29 13:16:06','2016-03-29 13:16:06','','person-17','','inherit','open','closed','','person-17','','','2016-03-29 13:16:06','2016-03-29 13:16:06','',103,'http://www.taranisco.co.za/wp-content/uploads/2016/03/person-17.jpg',0,'attachment','image/jpeg',0),(143,1,'2016-03-29 15:13:38','2016-03-29 15:13:38','','person-17','','inherit','open','closed','','person-17-2','','','2016-03-29 15:13:38','2016-03-29 15:13:38','',142,'http://www.taranisco.co.za/wp-content/uploads/2016/03/person-17-1.jpg',0,'attachment','image/jpeg',0),(166,1,'2016-03-29 15:51:00','2016-03-29 15:51:00','','3-cropped','','inherit','open','closed','','3-cropped','','','2016-03-29 15:51:00','2016-03-29 15:51:00','',12,'http://www.taranisco.co.za/wp-content/uploads/2016/03/3-cropped.png',0,'attachment','image/png',0),(167,1,'2016-03-29 15:51:01','2016-03-29 15:51:01','','4-cropped','','inherit','open','closed','','4-cropped','','','2016-03-29 15:51:01','2016-03-29 15:51:01','',12,'http://www.taranisco.co.za/wp-content/uploads/2016/03/4-cropped.png',0,'attachment','image/png',0),(168,1,'2016-03-29 15:51:02','2016-03-29 15:51:02','','6-cropped','','inherit','open','closed','','6-cropped','','','2016-03-29 15:51:02','2016-03-29 15:51:02','',12,'http://www.taranisco.co.za/wp-content/uploads/2016/03/6-cropped.png',0,'attachment','image/png',0),(169,1,'2016-03-29 15:51:03','2016-03-29 15:51:03','','7-cropped','','inherit','open','closed','','7-cropped','','','2016-03-29 15:51:03','2016-03-29 15:51:03','',12,'http://www.taranisco.co.za/wp-content/uploads/2016/03/7-cropped.png',0,'attachment','image/png',0),(219,1,'2016-03-30 13:35:39','2016-03-30 13:35:39','','shutterstock_158522279','','inherit','open','closed','','shutterstock_158522279-2','','','2016-03-30 13:35:39','2016-03-30 13:35:39','',190,'http://www.taranisco.co.za/wp-content/uploads/2016/02/shutterstock_158522279.jpg',0,'attachment','image/jpeg',0),(220,1,'2016-03-30 13:36:49','2016-03-30 13:36:49','','photo-40','','inherit','open','closed','','photo-40','','','2016-03-30 13:36:49','2016-03-30 13:36:49','',193,'http://www.taranisco.co.za/wp-content/uploads/2016/02/photo-40.jpg',0,'attachment','image/jpeg',0),(221,1,'2016-03-30 13:37:55','2016-03-30 13:37:55','','boedker-1','','inherit','open','closed','','boedker-1','','','2016-03-30 13:37:55','2016-03-30 13:37:55','',195,'http://www.taranisco.co.za/wp-content/uploads/2016/03/boedker-1.jpg',0,'attachment','image/jpeg',0),(222,1,'2016-03-30 13:42:04','2016-03-30 13:42:04','','tore_urnes-1','','inherit','open','closed','','tore_urnes-1','','','2016-03-30 13:42:04','2016-03-30 13:42:04','',197,'http://www.taranisco.co.za/wp-content/uploads/2016/03/tore_urnes-1.jpg',0,'attachment','image/jpeg',0),(223,1,'2016-03-30 13:45:57','2016-03-30 13:45:57','','SHUTTERSTOCK_100266008_Huge','','inherit','open','closed','','shutterstock_100266008_huge','','','2016-03-30 13:45:57','2016-03-30 13:45:57','',206,'http://www.taranisco.co.za/wp-content/uploads/2016/03/SHUTTERSTOCK_100266008_Huge.jpg',0,'attachment','image/jpeg',0),(224,1,'2016-03-30 13:47:32','2016-03-30 13:47:32','','jeffwilcox-11','','inherit','open','closed','','jeffwilcox-11','','','2016-03-30 13:47:32','2016-03-30 13:47:32','',200,'http://www.taranisco.co.za/wp-content/uploads/2016/03/jeffwilcox-11.jpg',0,'attachment','image/jpeg',0),(225,1,'2016-03-30 13:51:22','2016-03-30 13:51:22','','photo-29','','inherit','open','closed','','photo-29','','','2016-03-30 13:51:22','2016-03-30 13:51:22','',208,'http://www.taranisco.co.za/wp-content/uploads/2016/03/photo-29.jpg',0,'attachment','image/jpeg',0),(344,1,'2016-04-01 15:58:20','2016-04-01 15:58:20','','female-speaker','','inherit','open','closed','','female-speaker','','','2016-04-01 15:58:20','2016-04-01 15:58:20','',0,'http://www.taranisco.co.za/wp-content/uploads/2016/04/female-speaker.jpg',0,'attachment','image/jpeg',0),(440,1,'2016-04-04 10:30:00','2016-04-04 10:30:00','','2-cropped','','inherit','open','closed','','2-cropped','','','2016-04-04 10:30:00','2016-04-04 10:30:00','',380,'http://www.taranisco.co.za/wp-content/uploads/2016/04/2-cropped.png',0,'attachment','image/png',0),(441,1,'2016-04-04 10:30:00','2016-04-04 10:30:00','','5-cropped','','inherit','open','closed','','5-cropped','','','2016-04-04 10:30:00','2016-04-04 10:30:00','',380,'http://www.taranisco.co.za/wp-content/uploads/2016/04/5-cropped.png',0,'attachment','image/png',0),(475,1,'2016-04-04 17:50:07','2016-04-04 17:50:07','','footer','','inherit','open','closed','','footer','','','2016-04-04 17:50:07','2016-04-04 17:50:07','',0,'http://www.taranisco.co.za/wp-content/uploads/2016/04/footer.png',0,'attachment','image/png',0),(476,1,'2016-04-04 17:50:08','2016-04-04 17:50:08','','footer@2x','','inherit','open','closed','','footer2x','','','2016-04-04 17:50:08','2016-04-04 17:50:08','',0,'http://www.taranisco.co.za/wp-content/uploads/2016/04/footer@2x.png',0,'attachment','image/png',0),(481,1,'2016-04-05 11:39:36','2016-04-05 11:39:36','','cf-7','','inherit','open','closed','','cf-7','','','2016-04-05 11:39:36','2016-04-05 11:39:36','',364,'http://www.taranisco.co.za/wp-content/uploads/2016/04/cf-7.png',0,'attachment','image/png',0),(482,1,'2016-04-05 11:39:55','2016-04-05 11:39:55','','tickera','','inherit','open','closed','','tickera','','','2016-04-05 11:39:55','2016-04-05 11:39:55','',364,'http://www.taranisco.co.za/wp-content/uploads/2016/04/tickera.png',0,'attachment','image/png',0),(505,1,'2016-04-05 12:36:48','2016-04-05 12:36:48','','vc','','inherit','open','closed','','vc','','','2016-04-05 12:36:48','2016-04-05 12:36:48','',366,'http://www.taranisco.co.za/wp-content/uploads/2016/04/vc.png',0,'attachment','image/png',0),(506,1,'2016-10-08 08:56:56','2016-10-08 08:56:56','','Floor Plan','','publish','closed','closed','','floor-plan','','','2016-10-08 08:56:56','2016-10-08 08:56:56','',0,'http://www.taranisco.co.za/2016/10/08/floor-plan/',1,'nav_menu_item','',0),(507,1,'2016-10-08 08:56:56','2016-10-08 08:56:56','','Schedule','','publish','closed','closed','','schedule','','','2016-10-08 08:56:56','2016-10-08 08:56:56','',0,'http://www.taranisco.co.za/2016/10/08/schedule/',2,'nav_menu_item','',0),(103,1,'2016-03-29 13:19:00','2016-03-29 13:19:00','Feugiat integer in nostra sodales mi dui a venenatis sit dignissim tristique in a non id senectus netus. Adipiscing convallis ac.<!--more-->\n\nProin feugiat nisl nec faucibus tincidunt. Quisque sagittis iaculis accumsan. Vivamus id augue a libero facilisis pellentesque. Suspendisse ultricies nisl sit amet sem facilisis pharetra. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis sed eros libero. Mauris feugiat libero urna, in congue elit condimentum et. Morbi in libero ut sapien consectetur faucibus eget vitae augue. Suspendisse sed turpis ligula. Integer euismod lacus id posuere dapibus. Donec rhoncus laoreet metus malesuada egestas. Nulla vestibulum urna at mattis iaculis.\n\nPellentesque tincidunt dapibus enim, lacinia tristique dolor luctus eu. Maecenas gravida arcu id neque varius lobortis. Aliquam et purus nisl. Pellentesque nec consequat mauris. Praesent laoreet diam ut mauris viverra, sed porttitor est pretium. Donec vulputate eu sem et eleifend. Aenean vitae orci nunc. Sed blandit ipsum nec urna interdum posuere id eu sapien. Donec nisl ligula, facilisis eget semper a, congue sed est. Suspendisse nec vulputate erat, vitae suscipit magna. Morbi ultrices magna lacus, sit amet viverra felis mollis quis. Proin in tincidunt tellus, vitae condimentum diam.','Clint Burns','','publish','closed','closed','','clint-burns','','','2016-03-29 13:19:00','2016-03-29 13:19:00','',0,'http://demo.olevmedia.net/eventerra/?post_type=om-persons&amp;p=103',3,'om-persons','',0),(112,1,'2016-03-29 13:21:26','2016-03-29 13:21:26','Eleifend arcu aenean a vestibulum nam accumsan nunc dignissim urna a leo facilisi nisl parturient scelerisque. Orci ipsum.\n\n<!--more-->\n\nSed nulla turpis, cursus vitae nunc id, porta varius neque. Curabitur blandit et dolor non volutpat. Pellentesque elementum metus libero, porttitor lacinia felis placerat egestas. Curabitur diam nunc, ornare non neque a, volutpat finibus libero. Quisque interdum lorem vitae fermentum porttitor. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Vivamus sagittis risus in est imperdiet, sed mattis lorem rhoncus. In eu enim eget eros posuere iaculis. Cras egestas rhoncus elit non interdum. Curabitur blandit enim ut lobortis semper.\n\nInteger et hendrerit enim. Vestibulum tempor dui iaculis placerat facilisis. Suspendisse auctor nulla ipsum, sed vulputate erat tristique sed. Proin nec mi lacinia, mattis urna in, auctor ex. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed sit amet dapibus elit. Phasellus et dictum justo, et laoreet enim. Praesent velit est, suscipit eget varius non, mattis quis leo. Donec interdum fringilla ipsum, eget consectetur sapien lacinia in. Fusce malesuada vitae libero id suscipit.','Irvin Douglas','','publish','closed','closed','','irvin-douglas','','','2016-03-29 13:21:26','2016-03-29 13:21:26','',0,'http://demo.olevmedia.net/eventerra/?post_type=om-persons&amp;p=112',4,'om-persons','',0),(115,1,'2016-03-29 13:25:17','2016-03-29 13:25:17','Inceptos parturient et suscipit quam lacinia consectetur parturient placerat dapibus aliquam vestibulum etiam fringilla sagittis vestibulum.Laoreet dignissim nisl congue massa.\n\n<!--more-->\n\nPhasellus auctor consequat velit. Integer at massa semper, maximus justo in, fermentum urna. Nullam tristique gravida faucibus. Quisque venenatis sed nisi faucibus dapibus. Donec semper sapien eget est sollicitudin, non volutpat eros faucibus. Sed blandit at orci nec viverra. Sed dolor leo, porta in commodo sed, sodales euismod ligula. Etiam eget ex sodales, porttitor ante sit amet, accumsan nibh. Sed mauris ligula, consectetur eget eleifend nec, interdum vitae mauris. Ut quis ipsum arcu.\n\nDuis gravida quam purus, tristique tristique nulla mollis quis. Nulla nibh mi, faucibus non erat a, vestibulum rhoncus turpis. Fusce eget libero massa. Pellentesque sed risus mollis, tristique sapien vitae, luctus magna. Praesent ac facilisis tellus, quis tempus felis. Nunc mollis est vel tortor tincidunt aliquam. Nulla quis lectus eu nibh blandit congue. Nullam metus ligula, mattis non nibh eget, tincidunt molestie elit. Donec eget consectetur tortor. Aenean id nunc in lacus convallis aliquet sed eu justo.','Joanna Butler','','draft','closed','closed','','joanna-butler','','','2016-03-29 13:25:17','2016-03-29 13:25:17','',0,'http://demo.olevmedia.net/eventerra/?post_type=om-persons&amp;p=115',6,'om-persons','',0),(508,1,'2016-10-08 08:56:56','2016-10-08 08:56:56','','Elements','','publish','closed','closed','','elements','','','2016-10-08 08:56:56','2016-10-08 08:56:56','',0,'http://www.taranisco.co.za/2016/10/08/elements/',11,'nav_menu_item','',0),(509,1,'2016-10-08 08:56:56','2016-10-08 08:56:56','','Features','','publish','closed','closed','','features','','','2016-10-08 08:56:56','2016-10-08 08:56:56','',0,'http://www.taranisco.co.za/2016/10/08/features/',6,'nav_menu_item','',0),(510,1,'2016-10-08 08:56:56','2016-10-08 08:56:56','','Features','','publish','closed','closed','','features-2','','','2016-10-08 08:56:56','2016-10-08 08:56:56','',0,'http://www.taranisco.co.za/2016/10/08/features-2/',7,'nav_menu_item','',0),(511,1,'2016-10-08 08:56:56','2016-10-08 08:56:56','','Elements','','publish','closed','closed','','elements-2','','','2016-10-08 08:56:56','2016-10-08 08:56:56','',0,'http://www.taranisco.co.za/2016/10/08/elements-2/',15,'nav_menu_item','',0),(512,1,'2016-10-08 08:56:56','2016-10-08 08:56:56','','Elements','','publish','closed','closed','','elements-3','','','2016-10-08 08:56:56','2016-10-08 08:56:56','',0,'http://www.taranisco.co.za/2016/10/08/elements-3/',19,'nav_menu_item','',0),(12,1,'2016-03-28 14:42:31','2016-03-28 14:42:31','[vc_row margin_top=\"-1em\"][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 14pt;\">WHY NOT ATTEND SMALL BUSINESS LIVE ON-SITE IN JOHANNESBURG?</span></h2>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Thursday 21 February 2019!</strong></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>The Premier Event to Grow your Business!</strong></span></p>\n<p style=\"text-align: justify;\">By attending Small Business Live you will be empowered on how to submit effective applications for support programmes available in the market and improve the capacity of your enterprise to serve your clients more efficiently.</p>\n<p style=\"text-align: justify;\">Government\'s changed tendering laws came into effect recently and in most tenders big companies will be obliged to sub-contract with qualifying small businesses.</p>\n<p style=\"text-align: justify;\">Companies will also be looking to build the capacity of small businesses through Supplier &amp; Enterprise Development Programmes and by attending Small Business Live, you will put yourself in the frontline of these support initiatives.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Attend Small Business Live and Benefit from Top Advice!</strong></span></p>\n<p style=\"text-align: justify;\">[/vc_column_text][vc_btn title=\"Registration\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F|||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 14pt;\">WHY NOT WATCH SMALL BUSINESS LIVE AT YOUR LOCAL SITE?</span></h2>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Thursday 21 February 2019!</strong></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>The Premier Event to Fund your Business!</strong></span></p>\n<p style=\"text-align: justify;\">Be part of this groundbreaking TV Broadcast, which will be watched countrywide in a three-hour long presentation on how to successfully access small business support programmes offered by both the government and the private sector respectively.</p>\n<p style=\"text-align: justify;\">Small Business Live will partner with local municipalities and provincial government departments to host venue\'s in their areas allowing local small businesses to attend and watch the broadcast. The broadcast will eliminate the need for rural small businesses to travel to bigger towns and cities since they can watch the presentations in the comfort of a local venue.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>BOOK YOUR SEAT NOW!</strong></span></p>\n[/vc_column_text][vc_btn title=\"Registration\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F|||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 14pt;\">WIN GREAT PRIZES!</span></h2>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Thursday 21 February 2019!</strong></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>The Premier Event to Watch at your Local Site!</strong></span></p>\n<p style=\"text-align: justify;\">All delegates watching the Small Business Live broadcast at any participating venue will be in line to win exciting prizes! <strong>Please Note:</strong> <em>The broadcast can only be watched at participating venue\'s. Please call us if your area is not listed.</em></p>\n<p style=\"text-align: justify;\"><strong>WIN!</strong></p>\n\n<ul style=\"text-align: justify;\">\n 	<li>An exclusive lunch with some of SA\'s top self made business icons</li>\n 	<li>Win Business Support Vouchers to grow your business</li>\n 	<li>Win web site design-vouchers to market your business</li>\n 	<li>Win Digital Marketing Campaign-vouchers</li>\n 	<li>Win Mobile Data-vouchers</li>\n 	<li>Win Radio Exposure-vouchers</li>\n 	<li>Win Print Media Exposure-vouchers</li>\n</ul>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>WATCH IT LIVE AND WIN!</strong></span></p>\n[/vc_column_text][vc_btn title=\"Registration\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F|||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\"][/vc_column][/vc_row][vc_row][vc_column][om_reduce_space height=\"1em\"][vc_cta h2=\"Don\'t miss this unique business support opportunity!\" h4=\"Join the discussion on the future of Small Business in South Africa!\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Interact with Our (color1)Speakers(/color1)\n\nLive via SMS, Twitter &amp; Facebook!\" uppercase=\"yes\" text_additional=\"Get a Front Row Seat and Get Empowered!\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Speakers\"][om_reduce_space height=\"1em\"][/vc_column][/vc_row][vc_row bg_type=\"gradient\" gradient_type=\"diagonal2\" bg_color=\"#676767\" bg_color2=\"#313131\" font_color=\"#ffffff\"][vc_column][om_testimonials filter=\"category\" categories=\"group-1\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"(color1)SMALL BUSINESS LIVE TV Broadcast(/color1) Schedule:\n\" uppercase=\"yes\" text_additional=\"(color3)Thursday 21 February 2019(/color3)\n(color2)(10:00-13:00)(/color2) \" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Schedule\"][om_agenda display_speakers=\"\"][om_agenda_day title=\"Small Business Live: TV Broadcast\"][om_agenda_item time=\"09:50 \" room=\" \" title=\"All delegates to be seated\"] [/om_agenda_item][om_agenda_item time=\"10:00-10:05\" room=\" \" title=\"Broadcast Commences with Opening &amp; Welcome\"] [/om_agenda_item][om_agenda_item time=\"10:05-10:20\" room=\" \" title=\"Access to Finance: First Presentation\"][/om_agenda_item][om_agenda_item time=\"10:20-10:35\" title=\"Access to Finance: Second Presentation\"][/om_agenda_item][om_agenda_item time=\"10:35-10:50\" title=\"Access to Finance: Third Presentation\"][/om_agenda_item][om_agenda_item time=\"10:50-11:05\" title=\"Access to Finance: Fourth Presentation\"][/om_agenda_item][om_agenda_item time=\"11:05-11:20\" title=\"Access to Finance: Fifth Presentation\"][/om_agenda_item][om_agenda_item time=\"11.20-11.30\" title=\"Delegates\' Questions &amp; Answers\"][/om_agenda_item][om_agenda_item time=\"11:30-11:50\" title=\"Networking Break\"][/om_agenda_item][om_agenda_item time=\"11:50-12:05\" title=\"Access to Finance: Sixth Presentation \"][/om_agenda_item][om_agenda_item time=\"12:05-12:20\" title=\"Access to Finance: Seventh Presentation\"][/om_agenda_item][om_agenda_item time=\"12:20-12:55\" title=\"The Best Advice Ever: Panel Discussion\"][/om_agenda_item][om_agenda_item time=\"12:55-13:00\" title=\"Broadcast Ends\"][/om_agenda_item][/om_agenda_day][om_agenda_day][/om_agenda_day][/om_agenda][vc_cta h2=\"Number of participants is limited!\" h4=\"Don\'t miss your seat!\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"2em\"][vc_custom_heading text=\"Our (color1)Sponsors(/color1) and Partners\" uppercase=\"yes\" text_additional=\"If you would like to become a Sponsoring Partner to Small Business Live, contact Gerrit on Cell. 082 496 1657 or gerrit@taranisco.co.za\" font_container=\"tag:h1|text_align:center\"][/vc_column][/vc_row]','Home','','publish','closed','closed','','home','','','2018-11-15 11:47:05','2018-11-15 11:47:05','',0,'http://demo.olevmedia.net/eventerra/?page_id=12',0,'page','',0),(764,1,'2017-04-20 21:30:38','2017-04-20 21:30:38','[vc_row margin_top=\"-1em\"][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">SMALL BUSINESS LIVE, TV BROADCAST TO REACH 1000\'s!</span></h2>\n<p style=\"text-align: justify;\">Be part of this groundbreaking TV Broadcast, which will be watched countrywide in a three-hour long presentation on how to successfully access small business support programmes offered by both the government and the private sector respectively.</p>\n<p style=\"text-align: justify;\">Small Business Live will partner with local municipalities and provincial government departments to host venue\'s in their areas allowing local small businesses to attend and watch the broadcast. The broadcast will eliminate the need for rural small businesses to travel to bigger towns and cities since they can watch the presentations in the comfort of a local venue.</p>\n<p style=\"text-align: justify;\"><strong>BOOK YOUR SEAT NOW!</strong></p>\n[/vc_column_text][vc_btn title=\"Registration\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F|||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">GROW YOUR BUSINESS TODAY!</span></h2>\n<p style=\"text-align: justify;\">By attending Small Business Live you will be empowered on how to submit effective applications for support programmes available in the market and improve the capacity of your enterprise to serve your clients more efficiently.</p>\n<p style=\"text-align: justify;\">Government\'s changed tendering laws came into effect recently and in most tenders big companies will be obliged to sub-contract with qualifying small businesses.</p>\n<p style=\"text-align: justify;\">Companies will also be looking to build the capacity of small businesses through Supplier &amp; Enterprise Development Programmes and by attending Small Business Live, you will put yourself in the frontline of these support initiatives.</p>\n<p style=\"text-align: justify;\"><strong>Attend Small Business Live and Benefit from Top Advice!</strong></p>\n[/vc_column_text][vc_btn title=\"Registration\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F|||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">WATCH IT LIVE AND WIN GREAT PRIZES!</span></h2>\n<p style=\"text-align: justify;\">All delegates watching the Small Business Live broadcast at any participating venue will be in line to win exciting prizes! <strong>Please Note:</strong> <em>The broadcast can only be watched at participating venue\'s. Please call us if your area is not listed.</em></p>\n<p style=\"text-align: justify;\"><strong>WIN!</strong></p>\n\n<ul style=\"text-align: justify;\">\n 	<li>An exclusive lunch with some of SA\'s top self made business icons</li>\n 	<li>Win Business Support Vouchers to grow your business</li>\n 	<li>Win web site design-vouchers to market your business</li>\n 	<li>Win Online/Digital Marketing Campaign-vouchers</li>\n 	<li>Win Mobile Data-vouchers</li>\n 	<li>Win Radio Exposure-vouchers</li>\n 	<li>Win Print Media Exposure-vouchers</li>\n</ul>\n<p style=\"text-align: justify;\"><strong>WATCH LIVE AND WIN!</strong></p>\n[/vc_column_text][vc_btn title=\"Registration\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F|||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\"][/vc_column][/vc_row][vc_row][vc_column][om_reduce_space height=\"1em\"][vc_cta h2=\"Don\'t miss this unique business support opportunity!\" h4=\"Join the discussion on the future of Small Business in South Africa!\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Interact with Our (color1)Speakers(/color1)\n\nLive via SMS, Twitter &amp; Facebook!\" uppercase=\"yes\" text_additional=\"Get a Front Row Seat and Get Empowered!\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Speakers\"][om_reduce_space height=\"1em\"][/vc_column][/vc_row][vc_row bg_type=\"gradient\" gradient_type=\"diagonal2\" bg_color=\"#676767\" bg_color2=\"#313131\" font_color=\"#ffffff\"][vc_column][om_testimonials filter=\"category\" categories=\"group-1\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"(color1)Broadcast(/color1) Schedule:\n\n(color2)10:00-13:00(/color2) \" uppercase=\"yes\" text_additional=\"Arrive early to avoid disappointment!\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Schedule\"][om_agenda display_speakers=\"\"][om_agenda_day title=\"Small Business Live: TV Broadcast\"][om_agenda_item time=\"09:50 \" room=\" \" title=\"All delegates to be seated\"] [/om_agenda_item][om_agenda_item time=\"10:00-10:05\" room=\" \" title=\"Broadcast Commences with Opening &amp; Welcome\"] [/om_agenda_item][om_agenda_item time=\"10:05-10:20\" room=\" \" title=\"Access to Finance: First Presentation\"] .[/om_agenda_item][om_agenda_item time=\"10:20-10:35\" title=\"Access to Finance: Second Presentation\"][/om_agenda_item][om_agenda_item time=\"10:35-10:50\" title=\"Access to Finance: Third Presentation\"][/om_agenda_item][om_agenda_item time=\"10:50-11:05\" title=\"Access to Finance: Fourth Presentation\"][/om_agenda_item][om_agenda_item time=\"11:05-11:20\" title=\"Access to Finance: Fifth Presentation\"][/om_agenda_item][om_agenda_item time=\"11.20-11.30\" title=\"Delegates\' Questions &amp; Answers\"][/om_agenda_item][om_agenda_item time=\"11:30-11:50\" title=\"Networking Break\"][/om_agenda_item][om_agenda_item time=\"11:50-12:05\" title=\"Access to Finance: Sixth Presentation \"][/om_agenda_item][om_agenda_item time=\"12:05-12:20\" title=\"Access to Finance: Seventh Presentation\"][/om_agenda_item][om_agenda_item time=\"12:20-12:55\" title=\"The Best Advice Ever: Panel Discussion\"][/om_agenda_item][om_agenda_item time=\"12:55-13:00\" title=\"Broadcast Ends\"][/om_agenda_item][/om_agenda_day][om_agenda_day][/om_agenda_day][/om_agenda][vc_cta h2=\"Number of participants is limited!\" h4=\"Don\'t miss your seat!\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"2em\"][vc_custom_heading text=\"Our (color1)Sponsors(/color1) and Partners\" uppercase=\"yes\" text_additional=\"If you would like to become a Sponsoring Partner to Small Business Live, contact Gerrit on Cell. 082 496 1657 or gerrit@taranisco.co.za\" font_container=\"tag:h1|text_align:center\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','12-revision-v1','','','2017-04-20 21:30:38','2017-04-20 21:30:38','',12,'http://www.taranisco.co.za/2017/04/20/12-revision-v1/',0,'revision','',0),(733,1,'2017-01-17 13:05:57','2017-01-17 13:05:57','[vc_row margin_top=\"-1em\"][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">SMALL BUSINESS LIVE, TV BROADCAST TO REACH 1000\'s!</span></h2>\n<p style=\"text-align: justify;\">Be part of this groundbreaking TV Broadcast, which will be watched countrywide in a three-hour long presentation on how to successfully access small business support programmes offered by both the government and the private sector respectively.</p>\n<p style=\"text-align: justify;\">Small Business Live will partner with local municipalities and provincial government departments to host venue\'s in their areas allowing local small businesses to attend and watch the broadcast. The broadcast will eliminate the need for rural small businesses to travel to bigger towns and cities since they can watch the presentations in the comfort of a local venue.</p>\n<p style=\"text-align: justify;\"><strong>BOOK YOUR SEAT NOW!</strong></p>\n[/vc_column_text][vc_btn title=\"Registration\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F|||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">GROW YOUR BUSINESS TODAY!</span></h2>\n<p style=\"text-align: justify;\">By attending Small Business Live you will be empowered on how to submit effective applications for support programmes available in the market and improve the capacity of your enterprise to serve your clients more efficiently.</p>\n<p style=\"text-align: justify;\">Government\'s tendering laws are in the process of being changed and all big companies will now be forced to sub-contract with small businesses that are owned by youth, women and people living in rural areas.</p>\n<p style=\"text-align: justify;\">Companies will also be looking to build the capacity of small businesses through Supplier &amp; Enterprise Development Programmes and by attending Small Business Live, you will put yourself in the frontline of these support initiatives.</p>\n<p style=\"text-align: justify;\"><strong>BENEFIT FROM TOP ADVISE!</strong></p>\n[/vc_column_text][vc_btn title=\"Registration\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F|||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">WATCH IT LIVE AND WIN GREAT PRIZES!</span></h2>\n<p style=\"text-align: justify;\">All delegates watching the Small Business Live broadcast at any participating venue will be in line to win exciting prizes! <strong>Please Note:</strong> <em>The broadcast can only be watched at participating venue\'s. Please call us if your area is not listed.</em></p>\n<p style=\"text-align: justify;\"><strong>WIN!</strong></p>\n\n<ul style=\"text-align: justify;\">\n 	<li>An exclusive lunch with some of SA\'s top self made business icons</li>\n 	<li>Win Business Support Vouchers to grow your business</li>\n 	<li>Win web site design-vouchers to market your business</li>\n 	<li>Win Online/Digital Marketing Campaign-vouchers</li>\n 	<li>Win Mobile Data-vouchers</li>\n 	<li>Win Radio Exposure-vouchers</li>\n 	<li>Win Print Media Exposure-vouchers</li>\n</ul>\n<p style=\"text-align: justify;\"><strong>WATCH LIVE AND WIN!</strong></p>\n[/vc_column_text][vc_btn title=\"Registration\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F|||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\"][/vc_column][/vc_row][vc_row][vc_column][om_reduce_space height=\"1em\"][vc_cta h2=\"Don\'t miss this unique business support opportunity!\" h4=\"Join the discussion on the future of Small Business in South Africa!\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Interact with Our (color1)Speakers(/color1)\n\nLive via SMS, Twitter &amp; Facebook!\" uppercase=\"yes\" text_additional=\"Get a Front Row Seat and Get Empowered!\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Speakers\"][om_reduce_space height=\"1em\"][/vc_column][/vc_row][vc_row bg_type=\"gradient\" gradient_type=\"diagonal2\" bg_color=\"#676767\" bg_color2=\"#313131\" font_color=\"#ffffff\"][vc_column][om_testimonials filter=\"category\" categories=\"group-1\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"(color1)Broadcast(/color1) Schedule:\n\n(color2)10:00-13:00(/color2) \" uppercase=\"yes\" text_additional=\"Arrive early to avoid disappointment!\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Schedule\"][om_agenda display_speakers=\"\"][om_agenda_day title=\"Small Business Live: TV Broadcast\" date=\"23 February 2017\"][om_agenda_item time=\"08:50 \" room=\" \" title=\"All delegates to be seated\"] [/om_agenda_item][om_agenda_item time=\"09:00-09:05\" room=\" \" title=\"Broadcast Commences with Opening &amp; Welcome\"] [/om_agenda_item][om_agenda_item time=\"09:05-09:20\" room=\" \" title=\"Access to Finance: First Presentation\"] .[/om_agenda_item][om_agenda_item time=\"09:20-09:35\" title=\"Access to Finance: Second Presentation\"][/om_agenda_item][om_agenda_item time=\"09:35-09:50\" title=\"Access to Finance: Third Presentation\"][/om_agenda_item][om_agenda_item time=\"09:50-10:05\" title=\"Access to Finance: Fourth Presentation\"][/om_agenda_item][om_agenda_item time=\"10:05-10:20\" title=\"Access to Finance: Fifth Presentation\"][/om_agenda_item][om_agenda_item time=\"10.20-10.30\" title=\"Delegates\' Questions &amp; Answers\"][/om_agenda_item][om_agenda_item time=\"10:30-10:50\" title=\"Networking Break\"][/om_agenda_item][om_agenda_item time=\"10:50-11:05\" title=\"Access to Finance: Sixth Presentation \"][/om_agenda_item][om_agenda_item time=\"11:05-11:20\" title=\"Access to Finance: Seventh Presentation\"][/om_agenda_item][om_agenda_item time=\"11:20-11:55\" title=\"The Best Advice Ever: Panel Discussion\"][/om_agenda_item][om_agenda_item time=\"11:55-12:00\" title=\"Broadcast Ends\"][/om_agenda_item][/om_agenda_day][om_agenda_day][/om_agenda_day][/om_agenda][vc_cta h2=\"Number of participants is limited!\" h4=\"Don\'t miss your seat!\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"2em\"][vc_custom_heading text=\"Our (color1)Sponsors(/color1) and Partners\" uppercase=\"yes\" text_additional=\"If you would like to become a Sponsoring Partner to Small Business Live, contact Gerrit on Cell. 082 496 1657 or gerrit@taranisco.co.za\" font_container=\"tag:h1|text_align:center\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','12-revision-v1','','','2017-01-17 13:05:57','2017-01-17 13:05:57','',12,'http://www.taranisco.co.za/2017/01/17/12-revision-v1/',0,'revision','',0),(113,1,'2016-03-29 13:23:21','2016-03-29 13:23:21','Mi ut eleifend a nunc etiam morbi pulvinar feugiat placerat mus viverra dictum neque suscipit a dolor condimentum vel condimentum.\n\n<!--more-->\n\nNam gravida nibh a ante facilisis sodales. Nulla placerat ex id nisl congue, pellentesque ultricies sem volutpat. Curabitur rutrum, massa quis lobortis aliquet, quam lacus elementum nisl, vitae fringilla nulla metus in diam. Duis consectetur lobortis elit nec eleifend. Vivamus ut erat id libero condimentum bibendum eget tincidunt risus. Donec in dapibus turpis. Donec vel massa et nisl pretium pretium. Praesent vel enim vel velit semper convallis. Nunc a malesuada dolor. Interdum et malesuada fames ac ante ipsum primis in faucibus. Cras finibus diam et justo sodales vulputate. In placerat mauris mauris.\n\nVestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Sed luctus congue ligula et tempor. Ut fermentum semper nisi eu rutrum. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean luctus vitae risus nec elementum. Sed a condimentum massa. Vivamus ullamcorper elementum luctus. Nam egestas porta nulla vel ultrices. Quisque ultricies, orci eget ornare maximus, justo lacus hendrerit massa, vitae euismod libero nibh ac elit. Suspendisse mi lectus, tempus at ex ac, rutrum fringilla magna.','Kellie Boone','','publish','closed','closed','','kellie-boone','','','2016-03-29 13:23:21','2016-03-29 13:23:21','',0,'http://demo.olevmedia.net/eventerra/?post_type=om-persons&amp;p=113',0,'om-persons','',0),(114,1,'2016-03-29 13:24:20','2016-03-29 13:24:20','Sociis dolor posuere vulputate ut facilisi augue nam tellus sagittis parturient suspendisse aenean aptent eu scelerisque senectus.\n\n<!--more-->\n\nDuis volutpat tortor fermentum ipsum ornare, a pharetra risus pulvinar. Pellentesque ex risus, efficitur nec commodo eget, convallis quis tellus. Cras et lacus quis tortor varius convallis. Maecenas felis leo, fringilla a nibh et, pellentesque pharetra risus. Sed efficitur metus et nisl convallis, ac lobortis leo elementum. Pellentesque quis molestie dolor. Duis laoreet varius metus eget viverra. Praesent hendrerit, leo at malesuada vehicula, metus dui consectetur orci, quis convallis justo nisl ac purus. Maecenas mattis ex vitae congue lacinia. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Vestibulum varius lectus nisi, a blandit sapien dictum ut. Vivamus pulvinar luctus nisl. In leo felis, pellentesque nec massa ultricies, convallis vehicula libero. Donec sed efficitur elit. Nulla elementum dapibus purus consequat vulputate. Cras fringilla, nisl at iaculis ultrices, leo magna pellentesque eros, non lacinia urna sapien in nisi.\n\nInteger ac arcu sed nunc elementum dignissim. Suspendisse augue est, efficitur et facilisis ut, tristique id mi. Aenean nulla nisl, accumsan eu dignissim quis, bibendum vel tortor. Mauris imperdiet laoreet tellus, id gravida neque scelerisque sit amet. Nam velit leo, pellentesque nec scelerisque et, tempor et ex. Proin ultrices fringilla mauris, ac varius dui tincidunt vitae. Integer et tellus lorem. Curabitur convallis neque at egestas malesuada. Donec pulvinar ligula ex, placerat luctus orci vestibulum nec. Duis id sem sed nibh luctus bibendum non ac mauris. Duis sed orci felis. Morbi bibendum dictum nisl vitae tempus. Aliquam viverra vehicula mattis. Nulla in velit pellentesque, faucibus turpis sit amet, laoreet diam.','Margarita Rose','','publish','closed','closed','','margarita-rose','','','2016-03-29 13:24:20','2016-03-29 13:24:20','',0,'http://demo.olevmedia.net/eventerra/?post_type=om-persons&amp;p=114',5,'om-persons','',0),(116,1,'2016-03-29 13:26:21','2016-03-29 13:26:21','In viverra enim ad a sit curabitur ac felis enim velit non id adipiscing ullamcorper amet dui et. Nullam vel eros ornare.\n\n<!--more-->\n\nSed blandit placerat neque, id dictum velit luctus eu. In eget est ac erat elementum hendrerit. Aenean lectus est, volutpat vel ante eu, aliquam molestie elit. Nulla vel dolor a tortor vehicula tincidunt. Quisque eleifend, orci non dapibus placerat, orci velit tristique ligula, sit amet vestibulum sem sapien sed mi. In interdum pretium est vitae pharetra. Pellentesque laoreet erat est, mattis aliquet massa commodo sit amet. Nam congue consectetur arcu, eget dapibus lorem. Vivamus malesuada in ligula eu facilisis.\n\nSed est risus, semper non finibus semper, viverra sed mauris. Fusce vitae consequat mi, sit amet facilisis augue. Donec eget bibendum odio. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nullam vel eros ornare massa laoreet molestie. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Nulla facilisis, lorem fringilla sodales dignissim, erat odio viverra urna, vitae elementum dui quam consequat tellus. Mauris venenatis ornare aliquam. Interdum et malesuada fames ac ante ipsum primis in faucibus. Integer sagittis, risus sed ornare porta, dolor erat laoreet nibh, ac faucibus lectus augue et dui.','Bernice Bates','','publish','closed','closed','','bernice-bates','','','2016-03-29 13:26:21','2016-03-29 13:26:21','',0,'http://demo.olevmedia.net/eventerra/?post_type=om-persons&amp;p=116',1,'om-persons','',0),(117,1,'2016-03-29 13:27:20','2016-03-29 13:27:20','Interdum lacus mus fringilla et sed ac posuere hendrerit a lobortis congue tristique a euismod in augue parturient.\n\n<!--more-->\n\nSed convallis malesuada est eget euismod. Donec porttitor sem nisl, at rutrum nisi pellentesque non. Sed commodo ex ut auctor lobortis. Donec pulvinar varius fermentum. Fusce viverra ornare feugiat. Maecenas ultricies posuere dolor at fringilla. Donec diam metus, feugiat nec placerat ut, maximus et odio. Sed ut pellentesque ipsum, ac ultrices felis. Aliquam in tortor et diam bibendum vehicula. Donec gravida eros aliquam neque tempus sodales. Proin eu pulvinar magna. Aliquam at augue condimentum, congue est a, tempor dui. Sed consequat mi mauris, vitae faucibus turpis viverra nec. Duis dignissim eros non nulla sodales, hendrerit sollicitudin libero auctor.\n\nNulla non diam tincidunt, sodales libero eu, suscipit arcu. In bibendum vulputate massa vel varius. Nunc et posuere dui, et vulputate turpis. Phasellus sit amet libero vitae neque hendrerit iaculis vel et turpis. Etiam sagittis nunc quam, ut tempor orci sollicitudin eget. Nunc turpis nibh, suscipit id posuere et, elementum ut nisi. Maecenas placerat elementum nulla eget viverra. Mauris facilisis congue ante id luctus. Duis et odio eu nunc consequat porttitor et id tellus. Morbi iaculis tortor non pellentesque hendrerit. Etiam nec egestas sem. Suspendisse sagittis mi a mauris congue lobortis.','Matthew Thomas','','publish','closed','closed','','matthew-thomas','','','2016-03-29 13:27:20','2016-03-29 13:27:20','',0,'http://demo.olevmedia.net/eventerra/?post_type=om-persons&amp;p=117',7,'om-persons','',0),(118,1,'2016-03-29 13:29:26','2016-03-29 13:29:26','Senectus felis parturient per parturient adipiscing a vestibulum sagittis scelerisque blandit a metus consectetur ridiculus.\n\n<!--more-->\n\nQuisque eget arcu et neque hendrerit bibendum. Sed et congue neque. Phasellus convallis, ex a luctus venenatis, nulla arcu euismod lectus, fringilla sodales quam lorem vitae eros. In sollicitudin tortor eget nisi molestie, nec tempus est euismod. Donec dapibus faucibus nulla sit amet suscipit. Nunc sem nibh, congue ac nisl vitae, condimentum hendrerit dolor. Duis porttitor tortor eget consectetur finibus. Phasellus at pretium orci. Quisque maximus tristique lacus ut mattis. Vestibulum eu lacinia magna, eu commodo turpis. Etiam congue nibh nec urna finibus, quis aliquet magna mattis. Duis condimentum pulvinar ipsum id vehicula. In non purus non orci pretium facilisis.\n\nMaecenas porta porttitor sapien, vel scelerisque nunc. Etiam libero magna, convallis nec nisi at, lobortis molestie ligula. Vestibulum eleifend pharetra blandit. Mauris risus elit, tempor in lorem sit amet, commodo tristique est. Nulla vel risus ut magna finibus viverra ut ac libero. Praesent vel felis pulvinar, suscipit tortor a, efficitur justo. In hac habitasse platea dictumst. Fusce congue nec risus in pulvinar.','Wayne Carlson','','publish','closed','closed','','wayne-carlson','','','2016-03-29 13:29:26','2016-03-29 13:29:26','',0,'http://demo.olevmedia.net/eventerra/?post_type=om-persons&amp;p=118',0,'om-persons','',0),(187,1,'2016-03-30 10:14:49','2016-03-30 10:14:49','','News','','publish','closed','closed','','news','','','2016-03-30 10:14:49','2016-03-30 10:14:49','',0,'http://demo.olevmedia.net/eventerra/?page_id=187',0,'page','',0),(241,1,'2016-03-31 17:29:05','2016-03-31 17:29:05','[vc_row][vc_column][om_reduce_space height=\"2em\"][om_agenda layout=\"grid\"][om_agenda_day title=\"Day 1\" date=\"18 Sep 2016\"][om_agenda_item time=\"10:00 - 11:00\" room=\"Room A1\" speaker_ids=\"117\" title=\"Morning Committee Meetings\"]Base extend alignments cutting-edge monetize uniquely brand web-readiness completely create other\'s efficient clicks-and-mortar resource energistically promote.[/om_agenda_item][om_agenda_item time=\"12:00 - 14:00\" room=\"Room D\" speaker_ids=\"118\" title=\"Modern marketing strategies and tactics\"]Maximizing items mission-critical expedite convergence top-line vectors best methodologies top-line reliable productivate total. Incubate reconceptualize cross-unit.[/om_agenda_item][om_agenda_item time=\"13:00 - 15:20\" room=\"Video Room\" speaker_ids=\"116\" title=\"Management Development Program\"]Uniquely myocardinate incubate invested applications leadership \"outside the box\" plagiarize distinctive leading-edge. Virtual \"organic\" functionalized resources iterate seize repurpose fully turnkey collaboration experiences enabled standards network. Flexible strategize initiate functional.[/om_agenda_item][/om_agenda_day][om_agenda_day color=\"om-accent-color-2\" title=\"Day 2\" date=\"19 Sep 2016\"][om_agenda_item time=\"10:00 - 12:00\" room=\"Room D\" speaker_ids=\"113\" title=\"Software Applications &amp; Services\"]Items future-proof an uniquely innovate monetize base empowerment users target via innovative markets for. Architect integrate promote based enhance supply e-enable evolve fashion bricks-and-clicks user dynamic drive. [/om_agenda_item][om_agenda_item time=\"11:30 - 13:00\" speaker_ids=\"114\" title=\"IT Infrastructure / Operations Management\" room=\"Room A1\"]Sustainable interactive conveniently niche effective action intellectual utilize credibly synthesize alignments cost client-centered outsourcing. Functionalities areas interfaces progressive productize.[/om_agenda_item][om_agenda_item time=\"13:00 - 15:00\" room=\"Video Room\" speaker_ids=\"112\" title=\"Build Better Teams That Achieve More\"]Growth conceptualize state deliver communities researched architectures opportunities time enterprise-wide of B2B timely. Distinctively aggregate sources go engage expertise \"organic\" top-line pursue syndicate before customize.[/om_agenda_item][/om_agenda_day][om_agenda_day color=\"om-accent-color-3\" title=\"Day 3\" date=\"20 Sep 2016\"][om_agenda_item time=\"10:00 - 11:30\" room=\"Room D\" speaker_ids=\"114\" title=\"Technical Skills for Business Success\"]Inexpensive improvements excellent high plug-and-play synergy niches web-enabled service of B2C sticky robust.[/om_agenda_item][om_agenda_item time=\"11:30 - 14:00\" speaker_ids=\"117\" title=\"Building Custom Apps Easier\" room=\"Room A1\"]Inexpensive B2C tactical sticky sticky building integrate growth expanded holisticly technically embrace. Appropriately best-of-breed dynamic bleeding-edge procedures viral proactive empower iterate facilitate.[/om_agenda_item][om_agenda_item time=\"13:30 - 15:00\" room=\"Video Room\" speaker_ids=\"112\" title=\"Security Tools and Techniques\" link=\"||\"]Flexible strategize initiate functional expanded B2B collaborative implement capital streamline architectures communities compelling. Front-end uniquely bricks-and-clicks skills granular seamless globally dynamically internal content compliant accurate 2.0. Envisioneer embrace transition quickly orchestrate.[/om_agenda_item][/om_agenda_day][/om_agenda][om_reduce_space height=\"2em\"][vc_cta h2=\"Number of participants is limited!\" h4=\"Don\'t miss your seat. Join the discussion in San Francisco now\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register now!\" btn_link=\"url:http%3A%2F%2Fdemo.olevmedia.net%2Feventerra%2Fregistration%2F||\"][om_reduce_space height=\"1em\"][vc_row_inner content_placement=\"middle\"][vc_column_inner width=\"1/3\" css=\".vc_custom_1459503485352{padding: 0px !important;}\"][vc_single_image image=\"110\" css=\".vc_custom_1459503457502{margin: 0px !important;}\"][/vc_column_inner][vc_column_inner width=\"2/3\" max_content_width=\"77%\" css=\".vc_custom_1459504377289{padding-top: 16px !important;padding-bottom: 16px !important;}\"][vc_custom_heading text=\"Do not miss the speech\nof our special guest\n(color1)Matthew Thomas(/color1)\" uppercase=\"yes\" text_additional=\"Day 3, 11:30, Room A\"][vc_column_text]Task bricks-and-clicks procedures evisculate functional timely robust revolutionize resources innovation customized skills technology inexpensive. Directed B2C one-to-one functional monetize of infrastructures.[/vc_column_text][/vc_column_inner][/vc_row_inner][om_reduce_space height=\"2em\"][/vc_column][/vc_row]','Schedule','','publish','closed','closed','','schedule','','','2016-03-31 17:29:05','2016-03-31 17:29:05','',0,'http://demo.olevmedia.net/eventerra/?page_id=241',0,'page','',0),(293,1,'2016-04-01 09:20:31','2016-04-01 09:20:31','[vc_row][vc_column][om_reduce_space height=\"2em\"][om_speakers filter=\"category\" columns=\"3\" margin_bottom=\"0\" categories=\"group-3\"][om_speakers filter=\"category\" columns=\"4\" margin_top=\"0\" categories=\"group-4\"][vc_empty_space height=\"40px\"][vc_row_inner][vc_column_inner width=\"1/3\"][vc_custom_heading text=\"Want to become a (color1)speaker(/color1)?\" uppercase=\"yes\" font_container=\"tag:h2|font_size:35px|text_align:left\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_custom_heading text=\"1.\" font_container=\"tag:h2|font_size:35px|text_align:left|color:%23e2e2e2\" css=\".vc_custom_1459449039148{margin-bottom: 0px !important;}\"][vc_column_text]Methodologies after one-to-one exceptional administrate mesh best-of-breed fully revolutionary interfaces.\n\nCommunicate user-centric enable impactful diverse evolve functionalized.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_custom_heading text=\"2.\" font_container=\"tag:h2|font_size:35px|text_align:left|color:%23e2e2e2\" css=\".vc_custom_1459449301110{margin-bottom: 0px !important;}\"][vc_column_text]Synergistically innovation clicks-and-mortar synergistically progressive turnkey high-payoff goal-oriented optimize.[/vc_column_text][vc_btn title=\"Email us\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:mailto%3Amail%40mail.com||\" add_icon=\"true\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"40px\"][/vc_column][/vc_row]','Speakers','','publish','closed','closed','','speakers','','','2016-10-08 08:57:01','2016-10-08 08:57:01','',0,'http://demo.olevmedia.net/eventerra/?page_id=293',0,'page','',0),(314,1,'2016-04-01 10:08:19','2016-04-01 10:08:19','[vc_row][vc_column][vc_empty_space height=\"30px\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Event Place\" uppercase=\"yes\" font_container=\"tag:h4|text_align:left\"][om_reduce_space height=\"1.5em\"][vc_column_text]Live from TV Broadcast Studio\'s, Johannesburg[/vc_column_text][vc_empty_space height=\"1px\"][vc_custom_heading text=\"Gerrit Davids\" text_additional=\"Executive Producer\" font_container=\"tag:h4|text_align:left\"][om_reduce_space height=\"1.5em\"][vc_column_text]<strong>Email:</strong> <a href=\"mailto:gerrit@taranisco.co.za\">gerrit@taranisco.co.za </a>|\n\n<strong>Cell</strong>. 082 496 1657\n\n<strong>Tel.</strong> 011 026 4891[/vc_column_text][vc_empty_space height=\"1px\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Send us a message\" uppercase=\"yes\" font_container=\"tag:h3|text_align:left\"][contact-form-7 id=\"321\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\"][om_reduce_space height=\"3em\"][/vc_column][/vc_row]','Contacts','','publish','closed','closed','','contacts','','','2016-10-08 13:02:18','2016-10-08 13:02:18','',0,'http://demo.olevmedia.net/eventerra/?page_id=314',0,'page','',0),(334,1,'2016-04-01 11:09:20','2016-04-01 11:09:20','[vc_row padding_top=\"1em\"][vc_column width=\"1/2\"][vc_custom_heading text=\"How to register\" uppercase=\"yes\" font_container=\"tag:h3|text_align:left\"][vc_column_text]<span style=\"color: #333399;\"><strong>Small Business Live TV Broadcast: Registration</strong></span>\n\nAll participants must fill out the form below. An email confirming your registration will be sent to you once the process is complete.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Notice\" uppercase=\"yes\" font_container=\"tag:h3|text_align:left\"][vc_column_text]Once we\'ve received your details, we will check it against our list of participating venues and advise you accordingly. Where no participating venue is found when registering, we will endeavour to contact your local municipality to consider hosting a site.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"16px\"][contact-form-7 id=\"7\"][/vc_column][/vc_row]','Registration: Small Business Live TV Broadcast: Thursday 21 February 2019','','publish','closed','closed','','registration','','','2018-11-15 10:55:09','2018-11-15 10:55:09','',0,'http://demo.olevmedia.net/eventerra/?page_id=334',0,'page','',0),(569,1,'2016-10-08 11:58:21','2016-10-08 11:58:21','[vc_row padding_top=\"1em\"][vc_column width=\"1/2\"][vc_custom_heading text=\"How to register\" uppercase=\"yes\" font_container=\"tag:h3|text_align:left\"][vc_column_text]All participants must fill out the form below. An email confirming your registration will be sent to you once the process is complete.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Notice\" uppercase=\"yes\" font_container=\"tag:h3|text_align:left\"][vc_column_text]Once we\'ve received your details, we will check it against our list of participating venues and advise you accordingly. Where no participating venue is found when registering, we will endeavour to contact your local municipality to consider hosting a site.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"16px\"][contact-form-7 id=\"7\"][/vc_column][/vc_row]','Registration','','inherit','closed','closed','','334-revision-v1','','','2016-10-08 11:58:21','2016-10-08 11:58:21','',334,'http://www.taranisco.co.za/2016/10/08/334-revision-v1/',0,'revision','',0),(358,1,'2016-04-04 08:53:07','2016-04-04 08:53:07','','Elements','','publish','closed','closed','','elements','','','2016-04-04 08:53:07','2016-04-04 08:53:07','',0,'http://demo.olevmedia.net/eventerra/?page_id=358',0,'page','',0),(361,1,'2016-04-04 08:52:50','2016-04-04 08:52:50','','Features','','publish','closed','closed','','features','','','2016-04-04 08:52:50','2016-04-04 08:52:50','',0,'http://demo.olevmedia.net/eventerra/?page_id=361',0,'page','',0),(364,1,'2016-04-04 08:53:30','2016-04-04 08:53:30','[vc_row padding_top=\"16\"][vc_column width=\"1/2\"][om_max_width max_width=\"400px\"][vc_custom_heading text=\"Create registration form with (color1)Contact Form 7(/color1) plugin\" font_container=\"tag:h2|text_align:center\"][/om_max_width][vc_single_image image=\"481\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"https://wordpress.org/plugins/contact-form-7/\"][vc_column_text]The Theme supports <a href=\"https://wordpress.org/plugins/contact-form-7/\" target=\"_blank\">Contact Form 7 plugin</a>. You can use it in case you just need a registration form and don\'t need to sell tickets online.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][om_max_width max_width=\"400px\"][vc_custom_heading text=\"Sell tickets with (color1)Tickera(/color1) Event Ticketing plugin\" font_container=\"tag:h2|text_align:center\"][/om_max_width][vc_single_image image=\"482\" onclick=\"custom_link\" img_link_target=\"_blank\" link=\"https://wordpress.org/plugins/tickera-event-ticketing-system/\"][vc_column_text]The Theme supports <a href=\"https://wordpress.org/plugins/tickera-event-ticketing-system/\" target=\"_blank\">Tickera Event Ticketing plugin</a>. You can use it in case you need to sell tickets online.[/vc_column_text][/vc_column][/vc_row]','Registration & Tickets','','publish','closed','closed','','registration-tickets','','','2016-04-04 08:53:30','2016-04-04 08:53:30','',361,'http://demo.olevmedia.net/eventerra/?page_id=364',0,'page','',0),(366,1,'2016-04-04 08:53:45','2016-04-04 08:53:45','[vc_row content_placement=\"middle\" bg_color=\"#ebf2ff\"][vc_column width=\"1/3\"][om_reduce_space height=\"2em\" mobile_hide=\"yes\"][vc_single_image image=\"505\" alignment=\"center\" remove_margins=\"yes\"][om_reduce_space height=\"2em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"2/3\"][vc_custom_heading text=\"(color1)Included(/color1) (Save $34)\"][vc_column_text]The Theme comes with Visual Composer plugin included. This is a drag and drop page builder that will save you tons of time working on your website content. Take full control of your WordPress website, and build any layout you can imagine – <strong>no programming knowledge required!</strong>[/vc_column_text][/vc_column][/vc_row][vc_row padding_top=\"48px\" padding_bottom=\"16px\"][vc_column][vc_single_image source=\"external_link\" alignment=\"center\" custom_src=\"http://wpbakery.com/_tf_files/vc_5/visual_composer_interface.png\"][/vc_column][/vc_row]','Visual Composer','','publish','closed','closed','','visual-composer','','','2016-04-04 08:53:45','2016-04-04 08:53:45','',361,'http://demo.olevmedia.net/eventerra/?page_id=366',0,'page','',0),(368,1,'2016-04-04 08:53:56','2016-04-04 08:53:56','[vc_row][vc_column width=\"1/3\"][om_list icon_fontawesome=\"fa fa-check\" icon_color=\"om-accent-color-1\"]<b>Visual Composer</b> plugin included\n<b>Slider Revolition</b> and <b>LayerSlider</b> plugins are included\n<b>Tickera</b> Event Ticketing plugin integration\n<b>Contact Form 7</b> plugin supported\n<b>WPML</b> plugin supported\nSitemap page template\nLanding page template (template without header and footer)[/om_list][/vc_column][vc_column width=\"1/3\"][om_list icon_fontawesome=\"fa fa-check\" icon_color=\"om-accent-color-1\"]One click demo content import\nUnlimited sidebars: for each page can be set specific sidebar\nLive customizer supported\nFacebook comments integrated\n4 Custom Widgets added: Facebook, Twitter, Contacts, Testimonials\nRetina Ready\nResponsive[/om_list][/vc_column][vc_column width=\"1/3\"][om_list icon_fontawesome=\"fa fa-check\" icon_color=\"om-accent-color-1\"]Automatic theme updates via Envato API\nMegaMenu (create columns in the menu, add icons)\nUnlimited colors options: set any color via color pickers\nPredefined color schemes\nSet any Google Font, control font size\nBreadcrumbs\nFooter layout options (1/2/3/4 columns)[/om_list][/vc_column][/vc_row]','More Features','','publish','closed','closed','','more-features','','','2016-04-04 08:53:56','2016-04-04 08:53:56','',361,'http://demo.olevmedia.net/eventerra/?page_id=368',0,'page','',0),(370,1,'2016-04-04 08:54:17','2016-04-04 08:54:17','[vc_row][vc_column][vc_custom_heading text=\"Slider\" uppercase=\"yes\" font_container=\"tag:h2|text_align:center\"][vc_gallery images=\"225,219,223\"][vc_empty_space][vc_custom_heading text=\"Sliced\" uppercase=\"yes\" font_container=\"tag:h2|text_align:center\"][vc_gallery type=\"sliced\" images=\"225,219,223,224,222\"][vc_empty_space][vc_custom_heading text=\"Grid\" uppercase=\"yes\" font_container=\"tag:h2|text_align:center\"][vc_gallery type=\"image_grid\" images=\"225,219,223,224,222,221\" columns=\"3\" ratio=\"4:3\"][vc_empty_space][vc_custom_heading text=\"Masonry\" uppercase=\"yes\" font_container=\"tag:h2|text_align:center\"][vc_gallery type=\"masonry\" images=\"225,224,219,223,222,221\" columns=\"2\"][/vc_column][/vc_row]','Image Galleries','','publish','closed','closed','','image-galleries','','','2016-04-04 08:54:17','2016-04-04 08:54:17','',358,'http://demo.olevmedia.net/eventerra/?page_id=370',0,'page','',0),(372,1,'2016-04-04 08:54:44','2016-04-04 08:54:44','[vc_row][vc_column][vc_custom_heading text=\"Tabs\" uppercase=\"yes\" font_container=\"tag:h2|text_align:center\"][vc_empty_space height=\"16px\"][vc_tta_tabs color=\"om-accent-color-1\" remove_margins=\"yes\" active_section=\"1\"][vc_tta_section title=\"Tab one\" tab_id=\"1459771808204-fba3e7aa-de55\"][vc_column_text]Strategies markets timely infrastructures cross-media exceptional invested flexible simplify initiate optimize backend conceptualize. ROI user-centric scalable alternative infomediaries sustainable utilize metrics mindshare e-services e-commerce virtual high business strategies. Progressively syndicate appropriately 24/7 paradigms open-source viral myocardinate multidisciplinary phosfluorescently expedite promote.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Tab two\" tab_id=\"1459771808211-d63321e7-e6d6\"][vc_column_text]Reintermediate intermandated empowerment extend strategize intellectual testing dramatically implement team e-tailers world-class ethical. Incentivize performance innovate clicks-and-mortar simplify emerging parallel innovative 24/365 collaboratively backward-compatible for strategies. B2B deploy backward-compatible procedures building researched an dramatically long-term web-readiness interactive vectors based.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Tab three\" tab_id=\"1459771810136-0858ed70-21c1\"][vc_column_text]Cutting-edge interdependent benefits B2B internal redefine high-yield equity target collaboratively real-time continually e-business harness. World-class recaptiualize communities after models evisculate pursue innovative fabricate monotonectally growth embrace functionalized.[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_tta_tabs color=\"om-accent-color-2\" active_section=\"1\"][vc_tta_section title=\"Tab one\" tab_id=\"1459771924825-d7c302ac-e2b4\"][vc_column_text]Strategies markets timely infrastructures cross-media exceptional invested flexible simplify initiate optimize backend conceptualize. ROI user-centric scalable alternative infomediaries sustainable utilize metrics mindshare e-services e-commerce virtual high business strategies. Progressively syndicate appropriately 24/7 paradigms open-source viral myocardinate multidisciplinary phosfluorescently expedite promote.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Tab two\" tab_id=\"1459771924910-bcc82ff4-fa82\"][vc_column_text]Reintermediate intermandated empowerment extend strategize intellectual testing dramatically implement team e-tailers world-class ethical. Incentivize performance innovate clicks-and-mortar simplify emerging parallel innovative 24/365 collaboratively backward-compatible for strategies. B2B deploy backward-compatible procedures building researched an dramatically long-term web-readiness interactive vectors based.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Tab three\" tab_id=\"1459771924994-af6055fc-fc93\"][vc_column_text]Cutting-edge interdependent benefits B2B internal redefine high-yield equity target collaboratively real-time continually e-business harness. World-class recaptiualize communities after models evisculate pursue innovative fabricate monotonectally growth embrace functionalized.[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][vc_column width=\"1/2\"][vc_tta_tabs color=\"om-accent-color-3\" active_section=\"1\"][vc_tta_section title=\"Tab one\" tab_id=\"1459771930439-5faaf83c-88e7\"][vc_column_text]Strategies markets timely infrastructures cross-media exceptional invested flexible simplify initiate optimize backend conceptualize. ROI user-centric scalable alternative infomediaries sustainable utilize metrics mindshare e-services e-commerce virtual high business strategies. Progressively syndicate appropriately 24/7 paradigms open-source viral myocardinate multidisciplinary phosfluorescently expedite promote.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Tab two\" tab_id=\"1459771930529-b79c1eff-4e57\"][vc_column_text]Reintermediate intermandated empowerment extend strategize intellectual testing dramatically implement team e-tailers world-class ethical. Incentivize performance innovate clicks-and-mortar simplify emerging parallel innovative 24/365 collaboratively backward-compatible for strategies. B2B deploy backward-compatible procedures building researched an dramatically long-term web-readiness interactive vectors based.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Tab three\" tab_id=\"1459771930626-6d4f8414-d839\"][vc_column_text]Cutting-edge interdependent benefits B2B internal redefine high-yield equity target collaboratively real-time continually e-business harness. World-class recaptiualize communities after models evisculate pursue innovative fabricate monotonectally growth embrace functionalized.[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][vc_custom_heading text=\"Tour\" uppercase=\"yes\" font_container=\"tag:h2|text_align:center\"][vc_empty_space height=\"16px\"][vc_tta_tour color=\"om-accent-color-1\" active_section=\"1\"][vc_tta_section title=\"Section 1\" tab_id=\"1459771969732-4bb585e0-40e9\"][vc_column_text]Business standardized collaborative standards ubiquitous fully monotonectally long-term future-proof impact synergistically world-class efficiently. Cooperative actualize outsourcing interoperable credibly focused value-added results experiences seamlessly virtual transition formulate phosfluorescently performance.\n\nVis-a-vis services invested reliable innovation positioning parallel tactical reintermediate integrate installed completely quickly brand. Envisioneer metrics positioning sustainable equity viral standards of turnkey paradigms 2.0 target maximize.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Section 2\" tab_id=\"1459771969781-b72c6414-46d1\"][vc_column_text]\n<div class=\"row\">\n<div class=\"col-xs-10\">\n<div id=\"ipsum\">\n\nFacilitate maintainable underwhelm quality coordinate develop access mesh impact without expedite schemas procedures infomediaries expanded. For backend client-based researched repurpose completely streamline authoritatively top-line innovate negotiate information e-commerce.\n\nVirtual competencies driven market efficient maximize supply platforms maintain quickly client-based materials. Robust evolve multidisciplinary recaptiualize cost intermandated friendly strategic standardized monetize multidisciplinary empower technically.\n\n</div>\n</div>\n</div>\n[/vc_column_text][/vc_tta_section][/vc_tta_tour][vc_empty_space][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_custom_heading text=\"Accordion\" uppercase=\"yes\" font_container=\"tag:h2|text_align:center\"][vc_empty_space height=\"16px\"][vc_tta_accordion color=\"om-accent-color-1\" active_section=\"1\"][vc_tta_section title=\"Section 1\" tab_id=\"1459772276092-63f32b9f-ff2d\"][vc_column_text]\n<div id=\"ipsum\">\n\nCustomized art drive growth communicate user-centric fabricate tested adaptive conveniently to enhance potentialities plagiarize services. Global optimal scenarios access embrace expanded meta-services open-source iterate leveraged testing promote. Turnkey positioning intellectual excellent re-engineer distributed web-readiness customer benchmark impact enterprise interdependent seamless rapidiously. Interfaces impact pursue stand-alone client-centered 2.0 high-yield to exceptional mission-critical multimedia base uniquely and. Networks collaboratively models in testing core functionalized viral market efficiently goal-oriented competencies tested progressively. Process predominate high-payoff initiatives uniquely prospective generate interactively outsourcing empowered standardized fashion leveraged.\n\n</div>\n[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Section 2\" tab_id=\"1459772276175-1dc5a690-c263\"][vc_column_text]\n<div id=\"ipsum\">\n\nBuilding dramatically world-class positioning viral efficient seamlessly dramatically cost streamline platforms multimedia cost. Maintainable information global invested economically ethical catalysts enterprise cooperative processes objectively state. Innovative wireless cross collaboratively ubiquitous real-time performance professionally equity virtual cross-media e-enable develop. Visionary whiteboard pontificate evisculate strategic productize low-risk meta-services visualize transparent collaborative optimal. Action reinvent integrated diverse recaptiualize collaboratively functionalities customized schemas leading-edge reintermediate maximize interactive.\n\n</div>\n[/vc_column_text][/vc_tta_section][/vc_tta_accordion][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Toggle / FAQ\" uppercase=\"yes\" font_container=\"tag:h2|text_align:center\"][vc_empty_space height=\"16px\"][vc_toggle el_id=\"1459772340713-177d2351-f546\"]Impact in vis-a-vis leverage technology vectors benchmark quickly proactively architect 2.0 proactively holisticly. Resources interoperable models B2C e-services distributed administrate iterate just sustainable granular iterate target mesh.[/vc_toggle][vc_toggle title=\"FAQ title\" el_id=\"1459772367163-84454d4d-96b7\"]Impact in vis-a-vis leverage technology vectors benchmark quickly proactively architect 2.0 proactively holisticly. Resources interoperable models B2C e-services distributed administrate iterate just sustainable granular iterate target mesh.[/vc_toggle][vc_toggle title=\"Opened state\" open=\"true\" el_id=\"1459772369747-c47d747c-db7f\"]Impact in vis-a-vis leverage technology vectors benchmark quickly proactively architect 2.0 proactively holisticly. Resources interoperable models B2C e-services distributed administrate iterate just sustainable granular iterate target mesh.[/vc_toggle][/vc_column][/vc_row]','Tabs / Toggles','','publish','closed','closed','','tabs-toggles','','','2016-04-04 08:54:44','2016-04-04 08:54:44','',358,'http://demo.olevmedia.net/eventerra/?page_id=372',0,'page','',0),(374,1,'2016-04-04 08:54:56','2016-04-04 08:54:56','[vc_row custom_css=\"text-align:center\"][vc_column][vc_custom_heading text=\"Boxed buttons\" uppercase=\"yes\" font_container=\"tag:h2|text_align:center\"][vc_empty_space height=\"16px\"][vc_btn title=\"Read more\" link=\"url:%23blank||\"][vc_btn title=\"Read more\" color=\"om-accent-color-2\" link=\"url:%23blank||\"][vc_btn title=\"Read more\" color=\"om-accent-color-3\" link=\"url:%23blank||\"][vc_btn title=\"Read more\" color=\"violet\" link=\"url:%23blank||\"][vc_btn title=\"Read more\" color=\"sandy-brown\" link=\"url:%23blank||\"][vc_empty_space][vc_btn title=\"Read more\" size=\"xs\" link=\"url:%23blank||\"][vc_btn title=\"Read more\" size=\"sm\" link=\"url:%23blank||\"][vc_btn title=\"Read more\" link=\"url:%23blank||\"][vc_btn title=\"Read more\" size=\"lg\" link=\"url:%23blank||\"][vc_btn title=\"Read more\" size=\"xlg\" link=\"url:%23blank||\"][vc_custom_heading text=\"Plain buttons\" uppercase=\"yes\" font_container=\"tag:h2|text_align:center\"][vc_empty_space height=\"16px\"][vc_btn title=\"Read more\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:%23blank||\" add_icon=\"true\" el_class=\"margin-r\"][vc_btn title=\"Read more\" style=\"flat\" color=\"om-accent-color-2\" i_icon_fontawesome=\"fa fa-location-arrow\" link=\"url:%23blank||\" add_icon=\"true\" el_class=\"margin-r\"][vc_btn title=\"Read more\" style=\"flat\" color=\"om-accent-color-3\" i_icon_fontawesome=\"fa fa-rocket\" link=\"url:%23blank||\" add_icon=\"true\" el_class=\"margin-r\"][vc_btn title=\"Read more\" style=\"flat\" color=\"turquoise\" i_icon_fontawesome=\"fa fa-heart-o\" link=\"url:%23blank||\" add_icon=\"true\" el_class=\"margin-r\"][vc_btn title=\"Read more\" style=\"flat\" color=\"mulled-wine\" i_icon_fontawesome=\"fa fa-bolt\" link=\"url:%23blank||\" add_icon=\"true\"][vc_empty_space][vc_btn title=\"Read more\" style=\"flat\" size=\"xs\" i_align=\"right\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:%23blank||\" add_icon=\"true\" el_class=\"margin-r\"][vc_btn title=\"Read more\" style=\"flat\" size=\"sm\" i_align=\"right\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:%23blank||\" add_icon=\"true\" el_class=\"margin-r\"][vc_btn title=\"Read more\" style=\"flat\" i_align=\"right\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:%23blank||\" add_icon=\"true\" el_class=\"margin-r\"][vc_btn title=\"Read more\" style=\"flat\" size=\"lg\" i_align=\"right\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:%23blank||\" add_icon=\"true\" el_class=\"margin-r\"][vc_btn title=\"Read more\" style=\"flat\" size=\"xlg\" i_align=\"right\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:%23blank||\" add_icon=\"true\" el_class=\"margin-r\"][vc_empty_space][vc_custom_heading text=\"Call to Action\" uppercase=\"yes\" font_container=\"tag:h2|text_align:center\"][vc_empty_space height=\"16px\"][vc_cta h2=\"Don\'t miss this unique opportunity!\" h4=\"Join the discussion of the future of Internet innovations in San Francisco\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fdemo.olevmedia.net%2Feventerra%2Fregistration%2F||\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_cta h2=\"Don\'t miss this unique opportunity!\" h4=\"Join the discussion in San Francisco\" txt_align=\"center\" add_button=\"bottom\" btn_color=\"om-accent-color-2\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fdemo.olevmedia.net%2Feventerra%2Fregistration%2F||\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_cta h2=\"Don\'t miss this unique opportunity!\" h4=\"Join the discussion in San Francisco\" txt_align=\"center\" add_button=\"bottom\" btn_color=\"om-accent-color-3\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fdemo.olevmedia.net%2Feventerra%2Fregistration%2F||\"][/vc_column_inner][/vc_row_inner][vc_cta h2=\"Don\'t miss this unique opportunity!\" h4=\"Join the discussion of the future of Internet innovations in San Francisco\" txt_align=\"center\" add_stripes=\"\" remove_margins=\"yes\" add_button=\"bottom\" btn_color=\"sandy-brown\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fdemo.olevmedia.net%2Feventerra%2Fregistration%2F||\" custom_background=\"#590189\"][/vc_column][/vc_row]','Buttons & CTA','','publish','closed','closed','','buttons-cta','','','2016-04-04 08:54:56','2016-04-04 08:54:56','',358,'http://demo.olevmedia.net/eventerra/?page_id=374',0,'page','',0),(376,1,'2016-04-04 08:55:08','2016-04-04 08:55:08','[vc_row][vc_column][vc_custom_heading text=\"Standard\" uppercase=\"yes\" font_container=\"tag:h3|text_align:left\"][om_html_table]JTNDdGFibGUlM0UlMEElMDklM0N0ciUzRSUwQSUwOSUwOSUzQ3RoJTNFVGFibGUlMjBDb2x1bW4lMjAxJTNDJTJGdGglM0UlMEElMDklMDklM0N0aCUzRUNvbHVtbiUyMDIlM0MlMkZ0aCUzRSUwQSUwOSUwOSUzQ3RoJTNFQ29sdW1uJTIwMyUzQyUyRnRoJTNFJTBBJTA5JTA5JTNDdGglM0VDb2x1bW4lMjA0JTNDJTJGdGglM0UlMEElMDklM0MlMkZ0ciUzRSUwQSUwOSUzQ3RyJTNFJTBBJTA5JTA5JTNDdGQlM0VMb3JlbSUyMGltcHN1bSUyMGRvbG9yJTNDJTJGdGQlM0UlMEElMDklMDklM0N0ZCUzRTIwMCUzQyUyRnRkJTNFJTBBJTA5JTA5JTNDdGQlM0UlMjQzNDUlM0MlMkZ0ZCUzRSUwQSUwOSUwOSUzQ3RkJTNFeWVzJTNDJTJGdGQlM0UlMEElMDklM0MlMkZ0ciUzRSUwQSUwOSUzQ3RyJTNFJTBBJTA5JTA5JTNDdGQlM0VDb25zZWN0ZXR1ciUyMGFkaXBpc2ljaW5nJTNDJTJGdGQlM0UlMEElMDklMDklM0N0ZCUzRTEwMCUzQyUyRnRkJTNFJTBBJTA5JTA5JTNDdGQlM0UlMjQ2NTIlM0MlMkZ0ZCUzRSUwQSUwOSUwOSUzQ3RkJTNFbm8lM0MlMkZ0ZCUzRSUwQSUwOSUzQyUyRnRyJTNFJTBBJTA5JTNDdHIlM0UlMEElMDklMDklM0N0ZCUzRVNlZCUyMGRvJTIwZWl1c21vZCUzQyUyRnRkJTNFJTBBJTA5JTA5JTNDdGQlM0U3NzclM0MlMkZ0ZCUzRSUwQSUwOSUwOSUzQ3RkJTNFJTI0MTI1JTNDJTJGdGQlM0UlMEElMDklMDklM0N0ZCUzRSVFMiU4MCU5NCUzQyUyRnRkJTNFJTBBJTA5JTNDJTJGdHIlM0UlMEElMDklM0N0ciUzRSUwQSUwOSUwOSUzQ3RkJTNFTGFib3JlJTIwZXQlMjBkb2xvcmUlM0MlMkZ0ZCUzRSUwQSUwOSUwOSUzQ3RkJTNFNTMxJTNDJTJGdGQlM0UlMEElMDklMDklM0N0ZCUzRSUyNDM3JTNDJTJGdGQlM0UlMEElMDklMDklM0N0ZCUzRXllcyUzQyUyRnRkJTNFJTBBJTA5JTNDJTJGdHIlM0UlMEElM0MlMkZ0YWJsZSUzRQ==[/om_html_table][vc_row_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Bordered\" uppercase=\"yes\" font_container=\"tag:h3|text_align:left\"][om_html_table style=\"bordered\"]JTNDdGFibGUlM0UlMEElMDklM0N0ciUzRSUwQSUwOSUwOSUzQ3RoJTNFVGFibGUlMjBDb2x1bW4lMjAxJTNDJTJGdGglM0UlMEElMDklMDklM0N0aCUzRUNvbHVtbiUyMDIlM0MlMkZ0aCUzRSUwQSUwOSUwOSUzQ3RoJTNFQ29sdW1uJTIwMyUzQyUyRnRoJTNFJTBBJTA5JTA5JTNDdGglM0VDb2x1bW4lMjA0JTNDJTJGdGglM0UlMEElMDklM0MlMkZ0ciUzRSUwQSUwOSUzQ3RyJTNFJTBBJTA5JTA5JTNDdGQlM0VMb3JlbSUyMGltcHN1bSUyMGRvbG9yJTNDJTJGdGQlM0UlMEElMDklMDklM0N0ZCUzRTIwMCUzQyUyRnRkJTNFJTBBJTA5JTA5JTNDdGQlM0UlMjQzNDUlM0MlMkZ0ZCUzRSUwQSUwOSUwOSUzQ3RkJTNFeWVzJTNDJTJGdGQlM0UlMEElMDklM0MlMkZ0ciUzRSUwQSUwOSUzQ3RyJTNFJTBBJTA5JTA5JTNDdGQlM0VDb25zZWN0ZXR1ciUyMGFkaXBpc2ljaW5nJTNDJTJGdGQlM0UlMEElMDklMDklM0N0ZCUzRTEwMCUzQyUyRnRkJTNFJTBBJTA5JTA5JTNDdGQlM0UlMjQ2NTIlM0MlMkZ0ZCUzRSUwQSUwOSUwOSUzQ3RkJTNFbm8lM0MlMkZ0ZCUzRSUwQSUwOSUzQyUyRnRyJTNFJTBBJTA5JTNDdHIlM0UlMEElMDklMDklM0N0ZCUzRVNlZCUyMGRvJTIwZWl1c21vZCUzQyUyRnRkJTNFJTBBJTA5JTA5JTNDdGQlM0U3NzclM0MlMkZ0ZCUzRSUwQSUwOSUwOSUzQ3RkJTNFJTI0MTI1JTNDJTJGdGQlM0UlMEElMDklMDklM0N0ZCUzRSVFMiU4MCU5NCUzQyUyRnRkJTNFJTBBJTA5JTNDJTJGdHIlM0UlMEElMDklM0N0ciUzRSUwQSUwOSUwOSUzQ3RkJTNFTGFib3JlJTIwZXQlMjBkb2xvcmUlM0MlMkZ0ZCUzRSUwQSUwOSUwOSUzQ3RkJTNFNTMxJTNDJTJGdGQlM0UlMEElMDklMDklM0N0ZCUzRSUyNDM3JTNDJTJGdGQlM0UlMEElMDklMDklM0N0ZCUzRXllcyUzQyUyRnRkJTNFJTBBJTA5JTNDJTJGdHIlM0UlMEElM0MlMkZ0YWJsZSUzRQ==[/om_html_table][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Striped\" uppercase=\"yes\" font_container=\"tag:h3|text_align:left\"][om_html_table style=\"striped\"]JTNDdGFibGUlM0UlMEElMDklM0N0ciUzRSUwQSUwOSUwOSUzQ3RoJTNFVGFibGUlMjBDb2x1bW4lMjAxJTNDJTJGdGglM0UlMEElMDklMDklM0N0aCUzRUNvbHVtbiUyMDIlM0MlMkZ0aCUzRSUwQSUwOSUwOSUzQ3RoJTNFQ29sdW1uJTIwMyUzQyUyRnRoJTNFJTBBJTA5JTA5JTNDdGglM0VDb2x1bW4lMjA0JTNDJTJGdGglM0UlMEElMDklM0MlMkZ0ciUzRSUwQSUwOSUzQ3RyJTNFJTBBJTA5JTA5JTNDdGQlM0VMb3JlbSUyMGltcHN1bSUyMGRvbG9yJTNDJTJGdGQlM0UlMEElMDklMDklM0N0ZCUzRTIwMCUzQyUyRnRkJTNFJTBBJTA5JTA5JTNDdGQlM0UlMjQzNDUlM0MlMkZ0ZCUzRSUwQSUwOSUwOSUzQ3RkJTNFeWVzJTNDJTJGdGQlM0UlMEElMDklM0MlMkZ0ciUzRSUwQSUwOSUzQ3RyJTNFJTBBJTA5JTA5JTNDdGQlM0VDb25zZWN0ZXR1ciUyMGFkaXBpc2ljaW5nJTNDJTJGdGQlM0UlMEElMDklMDklM0N0ZCUzRTEwMCUzQyUyRnRkJTNFJTBBJTA5JTA5JTNDdGQlM0UlMjQ2NTIlM0MlMkZ0ZCUzRSUwQSUwOSUwOSUzQ3RkJTNFbm8lM0MlMkZ0ZCUzRSUwQSUwOSUzQyUyRnRyJTNFJTBBJTA5JTNDdHIlM0UlMEElMDklMDklM0N0ZCUzRVNlZCUyMGRvJTIwZWl1c21vZCUzQyUyRnRkJTNFJTBBJTA5JTA5JTNDdGQlM0U3NzclM0MlMkZ0ZCUzRSUwQSUwOSUwOSUzQ3RkJTNFJTI0MTI1JTNDJTJGdGQlM0UlMEElMDklMDklM0N0ZCUzRSVFMiU4MCU5NCUzQyUyRnRkJTNFJTBBJTA5JTNDJTJGdHIlM0UlMEElMDklM0N0ciUzRSUwQSUwOSUwOSUzQ3RkJTNFTGFib3JlJTIwZXQlMjBkb2xvcmUlM0MlMkZ0ZCUzRSUwQSUwOSUwOSUzQ3RkJTNFNTMxJTNDJTJGdGQlM0UlMEElMDklMDklM0N0ZCUzRSUyNDM3JTNDJTJGdGQlM0UlMEElMDklMDklM0N0ZCUzRXllcyUzQyUyRnRkJTNFJTBBJTA5JTNDJTJGdHIlM0UlMEElM0MlMkZ0YWJsZSUzRQ==[/om_html_table][/vc_column_inner][/vc_row_inner][vc_custom_heading text=\"Striped on hover\" uppercase=\"yes\" font_container=\"tag:h3|text_align:left\"][om_html_table style=\"hover\"]JTNDdGFibGUlM0UlMEElMDklM0N0ciUzRSUwQSUwOSUwOSUzQ3RoJTNFVGFibGUlMjBDb2x1bW4lMjAxJTNDJTJGdGglM0UlMEElMDklMDklM0N0aCUzRUNvbHVtbiUyMDIlM0MlMkZ0aCUzRSUwQSUwOSUwOSUzQ3RoJTNFQ29sdW1uJTIwMyUzQyUyRnRoJTNFJTBBJTA5JTA5JTNDdGglM0VDb2x1bW4lMjA0JTNDJTJGdGglM0UlMEElMDklM0MlMkZ0ciUzRSUwQSUwOSUzQ3RyJTNFJTBBJTA5JTA5JTNDdGQlM0VMb3JlbSUyMGltcHN1bSUyMGRvbG9yJTNDJTJGdGQlM0UlMEElMDklMDklM0N0ZCUzRTIwMCUzQyUyRnRkJTNFJTBBJTA5JTA5JTNDdGQlM0UlMjQzNDUlM0MlMkZ0ZCUzRSUwQSUwOSUwOSUzQ3RkJTNFeWVzJTNDJTJGdGQlM0UlMEElMDklM0MlMkZ0ciUzRSUwQSUwOSUzQ3RyJTNFJTBBJTA5JTA5JTNDdGQlM0VDb25zZWN0ZXR1ciUyMGFkaXBpc2ljaW5nJTNDJTJGdGQlM0UlMEElMDklMDklM0N0ZCUzRTEwMCUzQyUyRnRkJTNFJTBBJTA5JTA5JTNDdGQlM0UlMjQ2NTIlM0MlMkZ0ZCUzRSUwQSUwOSUwOSUzQ3RkJTNFbm8lM0MlMkZ0ZCUzRSUwQSUwOSUzQyUyRnRyJTNFJTBBJTA5JTNDdHIlM0UlMEElMDklMDklM0N0ZCUzRVNlZCUyMGRvJTIwZWl1c21vZCUzQyUyRnRkJTNFJTBBJTA5JTA5JTNDdGQlM0U3NzclM0MlMkZ0ZCUzRSUwQSUwOSUwOSUzQ3RkJTNFJTI0MTI1JTNDJTJGdGQlM0UlMEElMDklMDklM0N0ZCUzRSVFMiU4MCU5NCUzQyUyRnRkJTNFJTBBJTA5JTNDJTJGdHIlM0UlMEElMDklM0N0ciUzRSUwQSUwOSUwOSUzQ3RkJTNFTGFib3JlJTIwZXQlMjBkb2xvcmUlM0MlMkZ0ZCUzRSUwQSUwOSUwOSUzQ3RkJTNFNTMxJTNDJTJGdGQlM0UlMEElMDklMDklM0N0ZCUzRSUyNDM3JTNDJTJGdGQlM0UlMEElMDklMDklM0N0ZCUzRXllcyUzQyUyRnRkJTNFJTBBJTA5JTNDJTJGdHIlM0UlMEElM0MlMkZ0YWJsZSUzRQ==[/om_html_table][/vc_column][/vc_row]','Data Tables','','publish','closed','closed','','data-tables','','','2016-04-04 08:55:08','2016-04-04 08:55:08','',358,'http://demo.olevmedia.net/eventerra/?page_id=376',0,'page','',0),(601,1,'2016-10-13 08:06:06','2016-10-13 08:06:06','','human-65924_1920','','inherit','open','closed','','human-65924_1920','','','2016-10-13 08:06:06','2016-10-13 08:06:06','',0,'http://www.taranisco.co.za/wp-content/uploads/2016/10/human-65924_1920.jpg',0,'attachment','image/jpeg',0),(602,1,'2016-10-13 08:06:37','2016-10-13 08:06:37','','human-475667_1920','','inherit','open','closed','','human-475667_1920','','','2018-04-26 10:58:17','2018-04-26 10:58:17','',724,'http://www.taranisco.co.za/wp-content/uploads/2016/10/human-475667_1920.jpg',0,'attachment','image/jpeg',0),(603,1,'2016-10-13 08:06:57','2016-10-13 08:06:57','','human-668299','','inherit','open','closed','','human-668299','','','2018-04-26 10:59:27','2018-04-26 10:59:27','',618,'http://www.taranisco.co.za/wp-content/uploads/2016/10/human-668299.jpg',0,'attachment','image/jpeg',0),(7,1,'2016-03-28 11:29:08','2016-03-28 11:29:08','<div class=\"om-columns\">\r\n<div class=\"om-column om-one-half\">\r\n\r\n  <div class=\"om-columns\">\r\n  <div class=\"om-column om-one-half\">\r\n    <p>[text* first-name placeholder \"First Name *\"]</p>\r\n  </div>\r\n  <div class=\"om-column om-one-half\">\r\n    <p>[text* last-name placeholder \"Last Name *\"]</p>\r\n  </div>\r\n  </div>\r\n\r\n  <p>[text* job-title placeholder \"Job Title *\"]</p>\r\n\r\n  <p>[text* company-name placeholder \"Company Name *\"]</p>\r\n\r\n  <p class=\"note\">Information above will appear on conference badge</p>\r\n\r\n  <div class=\"om-columns\">\r\n  <div class=\"om-column om-one-half\">\r\n    <p>[email* email placeholder \"Email Address *\"]</p>\r\n  </div>\r\n  <div class=\"om-column om-one-half\">\r\n    <p>[text* phone placeholder \"Phone Number *\"]</p>\r\n  </div>\r\n  </div>\r\n\r\n</div>\r\n<div class=\"om-column om-one-half\">\r\n\r\n  <p>[text* address placeholder \"Address *\"]</p>\r\n\r\n  <div class=\"om-columns\">\r\n  <div class=\"om-column om-one-half\">\r\n    <p>[text* city placeholder \"City *\"]</p>\r\n  </div>\r\n  <div class=\"om-column om-one-half\">\r\n    <p>[text* postal-code placeholder \"Postal Code *\"]</p>\r\n  </div>\r\n  </div>\r\n \r\n\r\n  <p>[textarea commments x3 placeholder \"Comments\"]</p>\r\n\r\n</div>\r\n</div>\r\n[recaptcha size:compact]\r\n<p>[submit \"Submit\"]</p>\nRegistration form data\n[Small Business] [Live] <info@taranisco.co.za>\nName: [first-name] [last-name]\r\nJob: [job-title]\r\nCompany: [company-name]\r\nEmail: [email]\r\nPhone: [phone]\r\nAddress: [address]\r\nCity: [city]\r\nCountry: [country]\r\nZIP Code: [postal-code]\r\n\r\n--\r\nThis e-mail was sent from a registration form\ninfo@taranisco.co.za\nReply-To: [email]\n\n\n\n\nEventerra - Event / Conference WordPress Theme \"[your-subject]\"\nEventerra - Event / Conference WordPress Theme <wordpress@demo.olevmedia.net>\nMessage Body:\r\n[your-message]\r\n\r\n--\r\nThis e-mail was sent from a contact form on Eventerra - Event / Conference WordPress Theme (http://demo.olevmedia.net/eventerra)\n[email]\nReply-To: support@olevmedia.com\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.','Registration form','','publish','closed','closed','','contact-form-1-2','','','2016-12-17 15:43:13','2016-12-17 15:43:13','',0,'http://demo.olevmedia.net/eventerra/?post_type=wpcf7_contact_form&#038;p=7',0,'wpcf7_contact_form','',0),(142,1,'2016-03-29 15:14:58','2016-03-29 15:14:58','The first annual Small Business Live, TV Broadcast will be watched by 1000\'s of delegates countrywide in a jam-packed three hour session, showing them as to what programmes are available to grow their businesses and secondly, how to access these through the right channels and exploit the growth opportunities afforded by it. This broadcast is the first in a series of events planned to empower enterpreneurs with effective strategies to become fully sustainable.','Gerrit Davids','','publish','closed','closed','','rogelio-stevenson','','','2016-10-08 12:27:40','2016-10-08 12:27:40','',0,'http://demo.olevmedia.net/eventerra/?post_type=testimonials&#038;p=142',0,'testimonials','',0),(190,1,'2016-02-20 10:45:19','2016-02-20 10:45:19','Maintainable backward-compatible processes conveniently whereas client-focused seize evolve restore extensive alternative e-commerce multimedia. Partnerships transition wireless customize sticky compelling completely access administrate evolve seamlessly principle-centered optimize core.\n\n<!--more-->\n\nPredominate whereas customer morph friendly proactively recaptiualize intellectual administrate cooperative revolutionary than aggregate. Materials negotiate mission-critical one-to-one mission-critical imperatives B2B innovative vis-a-vis progressively strategize theme procedures covalent. Bricks-and-clicks infrastructures energistically testing potentialities best-of-breed portals reinvent monetize compellingly end-to-end develop with bleeding-edge. Sustainable expedite interactively intellectual effective or globally orthogonal go extend dynamically conceptualize niche initiatives.\n\nResource-leveling data functional enabled network team integrated applications multifunctional ubiquitous reconceptualize maximizing seamlessly. Energistically exploit data data web-enabled simplify next-generation niches engineer interoperable standards initiatives. Sound go strategies re-engineer interdependent building conveniently portals progressively market-driven reinvent ubiquitous re-engineer. Conceptualize art architect global professionally enterprise state web-readiness top-line schemas re-engineer deliver. Impactful pursue ROI envisioneer scenarios magnetic tactical functionalized customer error-free re-engineer areas coordinate formulate paradigms.\n\nBuild timely and deploy innovate cross via orthogonal based cooperative distinctive worldwide. Enthusiastically core network extensible develop compellingly corporate technology cutting-edge accurate phosfluorescently competently holisticly dynamic. Productivate strategize engage transparent architectures customize extend strategic cross-unit ubiquitous bricks-and-clicks extensible web-enabled. Sources reintermediate e-services business one-to-one progressive vortals productivate ethical bandwidth competitive disintermediate. 24/7 supply repurpose superior customize performance maximizing exceptional disintermediate develop unique world-class professional quality.','The call for proposals is now open','','publish','open','open','','the-call-for-proposals-is-now-open','','','2016-02-20 10:45:19','2016-02-20 10:45:19','',0,'http://demo.olevmedia.net/eventerra/?p=190',0,'post','',0),(193,1,'2016-02-25 10:58:28','2016-02-25 10:58:28','Uniquely productize reconceptualize existing \"outside the box\" resources globally web-readiness grow experiences. Evolve engineer vortals productivate re-engineer resource-leveling extensible base reinvent base time multimedia other\'s. \"organic\" plug-and-play collaboratively extensible mesh cross-platform stand-alone 2.0 invested potentialities extend deliver theme results.\n\n<!--more-->\n\nReliable customer facilitate maintain e-markets technologies tactical vis-a-vis whereas appropriately pursue highly. Compellingly professionally virtual processes adaptive internal outsourcing applications theme pursue art long-term maximizing.\n\nStrategies reliable resources fabricate cooperative market-driven plagiarize generate business revolutionary or compliant. Markets front-end diverse multimedia professional actualize robust deliverables for mission-critical promote best positioning. Extensible imperatives error-free cost through aggregate adaptive scalable redefine adaptive just optimize. Fashion solutions infrastructures enthusiastically extensible 24/7 benefits compelling expanded team infrastructures action B2C. Value-added procrastinate competitive interfaces existing holisticly premier redefine channels cross cross-unit core.\n\nStreamline exceptional unleash adaptive continually scenarios multidisciplinary services optimal synergize than service multimedia synergistic long-term. Mission-critical niches business productivate technologies value-added revolutionary flexible users without maximizing progressive directed. Extend fashion competencies underwhelm tested scenarios transition highly future-proof distinctive scale paradigms progressively. Orchestrate customize initiatives and stand-alone professional e-tailers deploy e-business enthusiastically ideas methods inexpensive. Disseminate performance architect convergence quickly total team viral backward-compatible in continually empower.','Registration is now open! Are you attending?','','publish','open','open','','registration-is-now-open-are-you-attending','','','2016-02-25 10:58:28','2016-02-25 10:58:28','',0,'http://demo.olevmedia.net/eventerra/?p=193',0,'post','',0),(195,1,'2016-03-02 11:02:48','2016-03-02 11:02:48','Functionalized virtual via reconceptualize streamline internal credibly provide team dramatically systems facilitate. Whereas deliver rather orchestrate recaptiualize deliverables based sucking platforms parallel energistically technology sticky sucking. Potentialities future-proof efficient communicate distinctive economically administrate intermandated worldwide total extensive corporate market disintermediate alignments. Catalysts based incubate skills interactively incentivize innovative unique syndicate data opportunities communicate predominate potentialities. Actualize matrix recaptiualize enterprise-wide fabricate users performance global standardized network initiate e-commerce unique.\n\n<!--more-->\n\nInfomediaries facilitate reintermediate benefits cross-platform syndicate dramatically harness core e-commerce cross-unit exceptional. Quickly evisculate enabled methods state market progressive promote engage client-based total synergize user-centric. E-tailers fabricate adaptive utilize client-focused enabled empower incentivize sustainable customer 2.0 niche B2B customized. Sustainable process-centric repurpose technology cross-media covalent imperatives internal collaboratively harness global business.\n\nAggregate expanded collaboration resource objectively grow deliver enthusiastically premium revolutionize fashion viral collaborative. Visualize plagiarize bricks-and-clicks appropriately implement content innovate appropriately exceptional strategize for rather. Growth user-centric future-proof collaborative one-to-one technology matrix e-commerce worldwide adaptive partnerships value. Sound disseminate actualize aggregate wireless promote web-enabled assertively materials enabled building competently distributed change.','What\'s new this year?','','publish','open','open','','whats-new-this-year-more-than-you-expect','','','2016-03-02 11:02:48','2016-03-02 11:02:48','',0,'http://demo.olevmedia.net/eventerra/?p=195',0,'post','',1),(197,1,'2016-03-05 11:06:00','2016-03-05 11:06:00','Corporate rather adaptive administrate appropriately enabled myocardinate optimal create energistically productivate objectively. Synergize develop out-of-the-box next-generation disseminate reconceptualize intuitive develop worldwide infrastructures chains streamline synergy.\n\n<!--more-->\n\nDistinctively resources solutions engage leadership fabricate B2B partnerships magnetic through future-proof total B2C reliable superior. Cost harness holistic exploit invested pontificate network researched or cross-unit prospective aggregate intrinsicly. Incubate target end-to-end client-centered invested future-proof or leading-edge materials simplify action vectors directed.\n\nEnabled access access completely infrastructures quickly outsourcing proactive leading-edge in rather process-centric embrace competently harness. Synergistic vis-a-vis tested completely orthogonal compliant vertical process-centric multidisciplinary e-business value-added seize. Scale dramatically intermandated than architect communities clicks-and-mortar bandwidth conceptualize promote initiate aggregate interdependent multidisciplinary communicate. Cross-unit interoperable completely architect distinctive internal and professionally prospective compellingly infrastructures focused time. Theme art leading-edge resource human synergistically simplify turnkey user-centric covalent exceptional competencies customer iterate diverse. Impactful granular cross-unit build potentialities end-to-end engineer monotonectally integrate corporate plagiarize customized high-quality.\n\nMarkets distinctively user-centric conceptualize before resource-leveling growth underwhelm plug-and-play communicate extensible sound implement of. B2C unleash researched magnetic seize competently foster areas chains growth intermandated visionary leading-edge. Collaborative diverse premium methodologies positioning brand process visualize innovation iterate benefits resources. Without leverage resources markets morph impact methodologies benefits superior progressive frictionless an coordinate.','How to get to the Event and where to stay','','publish','open','open','','how-to-get-to-the-event-and-where-to-stay','','','2016-03-05 11:06:00','2016-03-05 11:06:00','',0,'http://demo.olevmedia.net/eventerra/?p=197',0,'post','',0),(200,1,'2016-03-17 11:08:02','2016-03-17 11:08:02','Paradigms leading-edge enable bricks-and-clicks front-end cross-platform collaboratively intrinsicly team in professional grow. Access collaborative frictionless robust goal-oriented client-based economically cost implement holisticly grow enabled.\n\n<!--more-->\n\nOpen-source revolutionize e-services market incubate compellingly user-centric pandemic effective enthusiastically visualize morph monetize user. Ideas empower methodologies systems seize client-centered empowerment ROI multimedia matrix target transparent. Functional fully chains maximize chains technically paradigms provide tactical innovation tested flexible value-added.\n\nStrategic emerging future-proof progressively resource top-line processes fully niche visualize B2B interdependent. Innovative directed intuitive seamlessly interactively skills harness focused focused embrace e-commerce enable transform. Premier assertively array \"organic\" friendly bleeding-edge transform market enhance imperatives functionalities procrastinate visualize. Ubiquitous mesh matrix open-source seamlessly to cross idea-sharing an excellent human orchestrate strategic.\n\nCorporate materials interdependent seamless \"organic\" quickly invested impact quality maintainable incubate integrated pontificate. Monotonectally e-commerce client-centric phosfluorescently future-proof future-proof schemas granular experiences market collaborative end-to-end vectors emerging. Professional world-class productivate with client-centered \"outside the box\" web-readiness transparent innovative state robust conceptualize architectures. Top-line vertical redefine plug-and-play enthusiastically compelling methodologies leverage building intuitive platforms paradigms web-enabled. Maintain integrate client-centric imperatives real-time build applications enabled empowerment interactively impact impact exploit extensive aggregate.','We are preparing something special','','publish','open','open','','we-are-preparing-something-special','','','2016-03-17 11:08:02','2016-03-17 11:08:02','',0,'http://demo.olevmedia.net/eventerra/?p=200',0,'post','',0),(202,1,'2016-03-15 11:11:06','2016-03-15 11:11:06','After disseminate just distinctively for processes intrinsicly drive methodologies intrinsicly functionalities forward e-business sticky. Principle-centered web-enabled B2B seamlessly chains processes vertical paradigms interactively scenarios phosfluorescently team. Intellectual grow resource visionary vortals engineer empower distinctively communities convergence strategic administrate. E-business wireless researched robust improvements synergistically engage cross-media cross-platform continually multidisciplinary results.\n\n<!--more-->\n\nHuman items growth efficient meta-services utilize administrate high-yield via actualize conveniently human. Change progressively sound extensible seize strategic niches content for utilize leadership holistic scenarios. Multimedia cultivate grow quickly premier seamless synthesize optimal idea-sharing premier matrix customer formulate extensible. Partnerships sticky maintain create simplify wireless solutions progressively user-centric initiate error-free catalysts web-readiness. Improvements synergy communities engineer emerging rapidiously open-source architect seamlessly in potentialities distinctive scenarios.\n\nDynamic enterprise-wide repurpose seize B2C ethical processes integrate quality brand uniquely redefine. Cross professionally sticky infrastructures predominate highly maintain effective communities integrate alternative user viral vis-a-vis web-enabled. Robust seamless high-impact via pandemic web revolutionize competencies fashion promote re-engineer extend chains. Benefits cross extensible cross-platform underwhelm enabled niche reinvent monotonectally customer 2.0 redefine ideas high-quality ubiquitous. Skills e-markets dynamically exceptional empower best-of-breed architect harness extensive maximizing superior items team orthogonal.','Matthew Thomas speech','','publish','open','open','','matthew-thomas-speech','','','2016-03-15 11:11:06','2016-03-15 11:11:06','',0,'http://demo.olevmedia.net/eventerra/?p=202',0,'post','',1),(206,1,'2016-03-10 11:13:33','2016-03-10 11:13:33','Build niche engineer seize in infomediaries high imperatives initiatives go compellingly enthusiastically. User-centric interactive idea-sharing viral maintainable distinctively platforms continually and opportunities predominate business. Recaptiualize benefits idea-sharing data credibly disseminate alignments professionally web-readiness dynamic cost synergize integrate interdependent.\n\n<!--more-->\n\nBrand models progressively maintain low-risk foster inexpensive enabled build progressive one-to-one initiate. Dramatically interfaces reinvent myocardinate next-generation completely inexpensive extend materials maintainable rapidiously embrace. Expedite recaptiualize driven service promote re-engineer engineer resources processes coordinate synergize actualize quality human.\n\nOutsourcing an future-proof incubate fully cross-platform wireless corporate results clicks-and-mortar one-to-one productize. Quickly and action skills high-yield interoperable procedures resource maintainable superior potentialities synergistic sucking customize. Value front-end imperatives distributed functionalized tactical value-added strategies communicate benefits competitive without products. Enable fashion client-centric methodologies leverage engineer service seamlessly backward-compatible client-centric infomediaries virtual \"organic\".\n\nUniquely resource-leveling platforms best client-based initiate cooperative schemas synergize enterprise-wide extensible integrate methodologies manufactured. Integrate human theme aggregate services underwhelm prospective cultivate productivate human adaptive focused user. Of leadership quickly administrate experiences authoritatively effective maintainable cultivate client-based niches \"outside the box\" disseminate. Resource-leveling and installed friendly real-time open-source evolve matrix synergize plug-and-play backend opportunities metrics. Services whereas compliant error-free high-impact underwhelm innovation redefine linkage scale low-risk market for.','Rooms are going fast','','publish','open','open','','rooms-are-going-fast','','','2016-03-10 11:13:33','2016-03-10 11:13:33','',0,'http://demo.olevmedia.net/eventerra/?p=206',0,'post','',0),(208,1,'2016-03-23 11:16:51','2016-03-23 11:16:51','Just scale total out-of-the-box ubiquitous energistically installed idea-sharing cross-unit evisculate impactful procrastinate. Extensive envisioneer principle-centered improvements ubiquitous integrated communicate networks productivate embrace data reinvent. Long-term compelling distributed utilize pandemic equity in collaboratively collaboratively customized quality high-yield pandemic.\n\n<!--more-->\n\nMonotonectally actualize conceptualize collaboratively web distributed simplify expertise synergistically initiate promote ethical client-centered. Ideas network leading-edge target evisculate e-services e-services methodologies B2C supply team pandemic. Supply array leverage high-payoff impact synergize scalable supply mindshare ethical maintain exploit utilize utilize. Installed competently negotiate to highly intrinsicly high-quality unique dynamically channels holisticly out-of-the-box. Researched art productivate functionalized provide integrate engineer performance before vectors compelling market value-added task actualize. Technically technology optimize compliant evolve aggregate viral distributed communities efficient redefine ubiquitous principle-centered.\n\nTarget tactical end-to-end researched customized revolutionize manufactured future-proof 24/7 e-enable turnkey progressive synergy utilize. End-to-end evolve items backend recaptiualize directed leverage enthusiastically without for interactively optimal outsourcing. Team embrace whiteboard virtual optimal forward future-proof sucking frictionless opportunities leadership multidisciplinary. Go synergize user-centric high idea-sharing vis-a-vis cross-unit infrastructures open-source rather backend resource.','Final Preparations','','publish','open','open','','final-preparations','','','2016-03-23 11:16:51','2016-03-23 11:16:51','',0,'http://demo.olevmedia.net/eventerra/?p=208',0,'post','',3),(321,1,'2016-04-01 10:18:03','2016-04-01 10:18:03','<p>[text* your-name placeholder \"Your Name\"]</p>\n\n<p>[email* your-email placeholder \"Your Email\"]</p>\n\n<p>[textarea your-message x4 placeholder \"Your Message\"]</p>\n\n<p>[submit \"Send\"]</p>\nNew message via contact form\n[your-name] <wordpress@demo.olevmedia.net>\nFrom: [your-name] <[your-email]>\n\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form\nsupport@olevmedia.com\nReply-To: [your-email]\n\n\n\n\nEventerra - Event / Conference WordPress Theme \"[your-subject]\"\nEventerra - Event / Conference WordPress Theme <wordpress@demo.olevmedia.net>\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Eventerra - Event / Conference WordPress Theme (http://demo.olevmedia.net/eventerra)\n[your-email]\nReply-To: support@olevmedia.com\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','','untitled','','','2016-04-01 10:18:03','2016-04-01 10:18:03','',0,'http://demo.olevmedia.net/eventerra/?post_type=wpcf7_contact_form&amp;p=321',0,'wpcf7_contact_form','',0),(378,1,'2016-04-04 08:55:20','2016-04-04 08:55:20','[vc_row][vc_column][vc_custom_heading text=\"Slider Layout\" uppercase=\"yes\" font_container=\"tag:h2|text_align:center\"][om_testimonials][vc_empty_space][vc_custom_heading text=\"List Layout\" uppercase=\"yes\" font_container=\"tag:h2|text_align:center\"][om_testimonials mode=\"list\" info=\"\"][/vc_column][/vc_row]','Testimonials','','publish','closed','closed','','testimonials','','','2016-04-04 08:55:20','2016-04-04 08:55:20','',358,'http://demo.olevmedia.net/eventerra/?page_id=378',0,'page','',0),(380,1,'2016-04-04 08:55:32','2016-04-04 08:55:32','[vc_row][vc_column][om_logos images=\"169,168,167,166\"][vc_empty_space][vc_custom_heading text=\"Grayscale filter\" uppercase=\"yes\" font_container=\"tag:h2|text_align:center\"][om_logos onclick=\"custom_link\" grayscale=\"yes\" images=\"169,168,167,166\" custom_links=\"#blank,#blank,#blank,#blank\"][vc_empty_space][vc_custom_heading text=\"Carousel mode\" uppercase=\"yes\" font_container=\"tag:h2|text_align:center\"][om_max_width max_width=\"750px\"][om_logos layout=\"carousel\"][/om_max_width][/vc_column][/vc_row]','Logos','','draft','closed','closed','','logos','','','2016-10-08 13:33:09','2016-10-08 13:33:09','',358,'http://demo.olevmedia.net/eventerra/?page_id=380',0,'page','',0),(382,1,'2016-04-04 08:55:43','2016-04-04 08:55:43','[vc_row][vc_column][vc_custom_heading text=\"Layout 1\" uppercase=\"yes\" font_container=\"tag:h2|text_align:center\"][vc_empty_space height=\"16px\"][om_speakers filter=\"category\" description=\"next\" info=\"\" categories=\"major\"][vc_empty_space][vc_custom_heading text=\"Layout 2, 2 Columns\" uppercase=\"yes\" font_container=\"tag:h2|text_align:center\"][vc_empty_space height=\"16px\"][om_speakers filter=\"category\" info=\"\" categories=\"group-4\"][vc_empty_space][vc_custom_heading text=\"Layout 2, 3 Columns\" uppercase=\"yes\" font_container=\"tag:h2|text_align:center\"][vc_empty_space height=\"16px\"][om_speakers filter=\"category\" columns=\"3\" info=\"\" categories=\"group-3\"][vc_empty_space][vc_custom_heading text=\"Layout 2, 4 Columns\" uppercase=\"yes\" font_container=\"tag:h2|text_align:center\"][vc_empty_space height=\"16px\"][om_speakers filter=\"category\" columns=\"4\" info=\"\" categories=\"group-4\"][/vc_column][/vc_row]','Speakers','','publish','closed','closed','','speakers','','','2016-04-04 08:55:43','2016-04-04 08:55:43','',358,'http://demo.olevmedia.net/eventerra/?page_id=382',0,'page','',0),(384,1,'2016-04-04 08:55:54','2016-04-04 08:55:54','[vc_row][vc_column width=\"1/3\"][om_click_icon_box icon_type=\"entypo\" link=\"url:%23blank||\" icon_entypo=\"entypo-icon entypo-icon-rocket\" title=\"Title of the box\"]Facilisis a a natoque tortor tristique adipiscing facilisi lobortis parturient[/om_click_icon_box][/vc_column][vc_column width=\"1/3\"][om_click_icon_box icon_type=\"entypo\" color=\"om-accent-color-2\" link=\"url:%23blank||\" icon_entypo=\"entypo-icon entypo-icon-heart\" title=\"Title of the box\"]Facilisis a a natoque tortor tristique adipiscing facilisi lobortis parturient[/om_click_icon_box][/vc_column][vc_column width=\"1/3\"][om_click_icon_box icon_fontawesome=\"fa fa-bolt\" color=\"om-accent-color-3\" link=\"url:%23blank||\" title=\"Title of the box\"]Facilisis a a natoque tortor tristique adipiscing facilisi lobortis parturient[/om_click_icon_box][/vc_column][/vc_row][vc_row][vc_column max_content_width=\"330px\"][vc_empty_space][om_click_icon_box icon_type=\"entypo\" size=\"s\" link=\"url:%23blank||\" icon_entypo=\"entypo-icon entypo-icon-rocket\" title=\"Title of the box\"]Facilisis a a natoque tortor tristique adipiscing facilisi lobortis parturient[/om_click_icon_box][vc_empty_space][om_click_icon_box icon_type=\"entypo\" link=\"url:%23blank||\" icon_entypo=\"entypo-icon entypo-icon-rocket\" title=\"Title of the box\"]Facilisis a a natoque tortor tristique adipiscing facilisi lobortis parturient[/om_click_icon_box][vc_empty_space][om_click_icon_box icon_type=\"entypo\" size=\"l\" link=\"url:%23blank||\" icon_entypo=\"entypo-icon entypo-icon-rocket\" title=\"Title of the box\"]Facilisis a a natoque tortor tristique adipiscing facilisi lobortis parturient[/om_click_icon_box][vc_empty_space][om_click_icon_box icon_type=\"entypo\" size=\"xl\" link=\"url:%23blank||\" icon_entypo=\"entypo-icon entypo-icon-rocket\" title=\"Title of the box\"]Facilisis a a natoque tortor tristique adipiscing facilisi lobortis parturient[/om_click_icon_box][/vc_column][/vc_row]','Icon Boxes','','publish','closed','closed','','icon-boxes','','','2016-04-04 08:55:54','2016-04-04 08:55:54','',358,'http://demo.olevmedia.net/eventerra/?page_id=384',0,'page','',0),(386,1,'2016-04-04 08:56:04','2016-04-04 08:56:04','[vc_row][vc_column][vc_custom_heading text=\"List layout\" uppercase=\"yes\" font_container=\"tag:h2|text_align:center\"][vc_empty_space height=\"16px\"][om_agenda description_expand=\"yes\"][om_agenda_day title=\"Day 1\" date=\"18 Sep 2016\"][om_agenda_item time=\"10:00 - 11:00\" room=\"Room A1\" speaker_ids=\"117\" title=\"Morning Committee Meetings\"]Base extend alignments cutting-edge monetize uniquely brand web-readiness completely create other\'s efficient clicks-and-mortar resource energistically promote.[/om_agenda_item][om_agenda_item time=\"12:00 - 14:00\" room=\"Room D\" speaker_ids=\"118\" title=\"Modern marketing strategies and tactics\"]Maximizing items mission-critical expedite convergence top-line vectors best methodologies top-line reliable productivate total. Incubate reconceptualize cross-unit.[/om_agenda_item][om_agenda_item time=\"13:00 - 15:20\" room=\"Video Room\" speaker_ids=\"116\" title=\"Management Development Program\"]Uniquely myocardinate incubate invested applications leadership \"outside the box\" plagiarize distinctive leading-edge. Virtual \"organic\" functionalized resources iterate seize repurpose fully turnkey collaboration experiences enabled standards network. Flexible strategize initiate functional.[/om_agenda_item][/om_agenda_day][om_agenda_day color=\"om-accent-color-2\" title=\"Day 2\" date=\"19 Sep 2016\"][om_agenda_item time=\"10:00 - 12:00\" room=\"Room D\" speaker_ids=\"113\" title=\"Software Applications &amp; Services\"]Items future-proof an uniquely innovate monetize base empowerment users target via innovative markets for. Architect integrate promote based enhance supply e-enable evolve fashion bricks-and-clicks user dynamic drive. [/om_agenda_item][om_agenda_item time=\"11:30 - 13:00\" speaker_ids=\"114\" title=\"IT Infrastructure / Operations Management\" room=\"Room A1\"]Sustainable interactive conveniently niche effective action intellectual utilize credibly synthesize alignments cost client-centered outsourcing. Functionalities areas interfaces progressive productize.[/om_agenda_item][om_agenda_item time=\"13:00 - 15:00\" room=\"Video Room\" speaker_ids=\"112\" title=\"Build Better Teams That Achieve More\"]Growth conceptualize state deliver communities researched architectures opportunities time enterprise-wide of B2B timely. Distinctively aggregate sources go engage expertise \"organic\" top-line pursue syndicate before customize.[/om_agenda_item][/om_agenda_day][om_agenda_day color=\"om-accent-color-3\" title=\"Day 3\" date=\"20 Sep 2016\"][om_agenda_item time=\"10:00 - 11:30\" room=\"Room D\" speaker_ids=\"114\" title=\"Technical Skills for Business Success\"]Inexpensive improvements excellent high plug-and-play synergy niches web-enabled service of B2C sticky robust.[/om_agenda_item][om_agenda_item time=\"11:30 - 14:00\" speaker_ids=\"117\" title=\"Building Custom Apps Easier\" room=\"Room A1\"]Inexpensive B2C tactical sticky sticky building integrate growth expanded holisticly technically embrace. Appropriately best-of-breed dynamic bleeding-edge procedures viral proactive empower iterate facilitate.[/om_agenda_item][om_agenda_item time=\"13:30 - 15:00\" room=\"Video Room\" speaker_ids=\"112\" title=\"Security Tools and Techniques\" link=\"||\"]Flexible strategize initiate functional expanded B2B collaborative implement capital streamline architectures communities compelling. Front-end uniquely bricks-and-clicks skills granular seamless globally dynamically internal content compliant accurate 2.0. Envisioneer embrace transition quickly orchestrate.[/om_agenda_item][/om_agenda_day][/om_agenda][vc_empty_space][vc_custom_heading text=\"Grid layout 3 Columns\" uppercase=\"yes\" font_container=\"tag:h2|text_align:center\"][vc_empty_space height=\"16px\"][om_agenda layout=\"grid\"][om_agenda_day title=\"Day 1\" date=\"18 Sep 2016\"][om_agenda_item time=\"10:00 - 11:00\" room=\"Room A1\" speaker_ids=\"117\" title=\"Morning Committee Meetings\"]Base extend alignments cutting-edge monetize uniquely brand web-readiness completely create other\'s efficient clicks-and-mortar resource energistically promote.[/om_agenda_item][om_agenda_item time=\"12:00 - 14:00\" room=\"Room D\" speaker_ids=\"118\" title=\"Modern marketing strategies and tactics\"]Maximizing items mission-critical expedite convergence top-line vectors best methodologies top-line reliable productivate total. Incubate reconceptualize cross-unit.[/om_agenda_item][om_agenda_item time=\"13:00 - 15:20\" room=\"Video Room\" speaker_ids=\"116\" title=\"Management Development Program\"]Uniquely myocardinate incubate invested applications leadership \"outside the box\" plagiarize distinctive leading-edge. Virtual \"organic\" functionalized resources iterate seize repurpose fully turnkey collaboration experiences enabled standards network. Flexible strategize initiate functional.[/om_agenda_item][/om_agenda_day][om_agenda_day color=\"om-accent-color-2\" title=\"Day 2\" date=\"19 Sep 2016\"][om_agenda_item time=\"10:00 - 12:00\" room=\"Room D\" speaker_ids=\"113\" title=\"Software Applications &amp; Services\"]Items future-proof an uniquely innovate monetize base empowerment users target via innovative markets for. Architect integrate promote based enhance supply e-enable evolve fashion bricks-and-clicks user dynamic drive. [/om_agenda_item][om_agenda_item time=\"11:30 - 13:00\" speaker_ids=\"114\" title=\"IT Infrastructure / Operations Management\" room=\"Room A1\"]Sustainable interactive conveniently niche effective action intellectual utilize credibly synthesize alignments cost client-centered outsourcing. Functionalities areas interfaces progressive productize.[/om_agenda_item][om_agenda_item time=\"13:00 - 15:00\" room=\"Video Room\" speaker_ids=\"112\" title=\"Build Better Teams That Achieve More\"]Growth conceptualize state deliver communities researched architectures opportunities time enterprise-wide of B2B timely. Distinctively aggregate sources go engage expertise \"organic\" top-line pursue syndicate before customize.[/om_agenda_item][/om_agenda_day][om_agenda_day color=\"om-accent-color-3\" title=\"Day 3\" date=\"20 Sep 2016\"][om_agenda_item time=\"10:00 - 11:30\" room=\"Room D\" speaker_ids=\"114\" title=\"Technical Skills for Business Success\"]Inexpensive improvements excellent high plug-and-play synergy niches web-enabled service of B2C sticky robust.[/om_agenda_item][om_agenda_item time=\"11:30 - 14:00\" speaker_ids=\"117\" title=\"Building Custom Apps Easier\" room=\"Room A1\"]Inexpensive B2C tactical sticky sticky building integrate growth expanded holisticly technically embrace. Appropriately best-of-breed dynamic bleeding-edge procedures viral proactive empower iterate facilitate.[/om_agenda_item][om_agenda_item time=\"13:30 - 15:00\" room=\"Video Room\" speaker_ids=\"112\" title=\"Security Tools and Techniques\" link=\"||\"]Flexible strategize initiate functional expanded B2B collaborative implement capital streamline architectures communities compelling. Front-end uniquely bricks-and-clicks skills granular seamless globally dynamically internal content compliant accurate 2.0. Envisioneer embrace transition quickly orchestrate.[/om_agenda_item][/om_agenda_day][/om_agenda][vc_empty_space][vc_custom_heading text=\"Grid layout 2 Columns\" uppercase=\"yes\" font_container=\"tag:h2|text_align:center\"][vc_empty_space height=\"16px\"][om_agenda layout=\"grid\" columns=\"2\"][om_agenda_day title=\"Day 1\" date=\"18 Sep 2016\"][om_agenda_item time=\"10:00 - 11:00\" room=\"Room A1\" speaker_ids=\"117\" title=\"Morning Committee Meetings\"]Base extend alignments cutting-edge monetize uniquely brand web-readiness completely create other\'s efficient clicks-and-mortar resource energistically promote.[/om_agenda_item][om_agenda_item time=\"12:00 - 14:00\" room=\"Room D\" speaker_ids=\"118\" title=\"Modern marketing strategies and tactics\"]Maximizing items mission-critical expedite convergence top-line vectors best methodologies top-line reliable productivate total. Incubate reconceptualize cross-unit.[/om_agenda_item][om_agenda_item time=\"13:00 - 15:20\" room=\"Video Room\" speaker_ids=\"116\" title=\"Management Development Program\"]Uniquely myocardinate incubate invested applications leadership \"outside the box\" plagiarize distinctive leading-edge. Virtual \"organic\" functionalized resources iterate seize repurpose fully turnkey collaboration experiences enabled standards network. Flexible strategize initiate functional.[/om_agenda_item][/om_agenda_day][om_agenda_day title=\"Day 2\" date=\"19 Sep 2016\"][om_agenda_item time=\"10:00 - 12:00\" room=\"Room D\" speaker_ids=\"113\" title=\"Software Applications &amp; Services\"]Items future-proof an uniquely innovate monetize base empowerment users target via innovative markets for. Architect integrate promote based enhance supply e-enable evolve fashion bricks-and-clicks user dynamic drive. [/om_agenda_item][om_agenda_item time=\"11:30 - 13:00\" speaker_ids=\"114\" title=\"IT Infrastructure / Operations Management\" room=\"Room A1\"]Sustainable interactive conveniently niche effective action intellectual utilize credibly synthesize alignments cost client-centered outsourcing. Functionalities areas interfaces progressive productize.[/om_agenda_item][om_agenda_item time=\"13:00 - 15:00\" room=\"Video Room\" speaker_ids=\"112\" title=\"Build Better Teams That Achieve More\"]Growth conceptualize state deliver communities researched architectures opportunities time enterprise-wide of B2B timely. Distinctively aggregate sources go engage expertise \"organic\" top-line pursue syndicate before customize.[/om_agenda_item][/om_agenda_day][/om_agenda][/vc_column][/vc_row]','Schedule','','publish','closed','closed','','schedule','','','2016-04-04 08:56:04','2016-04-04 08:56:04','',358,'http://demo.olevmedia.net/eventerra/?page_id=386',0,'page','',0),(469,1,'2016-04-04 12:34:59','2016-04-04 12:34:59','<div>There are no secrets to success. It is the result of preparation, hard work, and learning from failure.</div>','Henry Fleming','','publish','closed','closed','','henry-fleming','','','2016-04-04 12:34:59','2016-04-04 12:34:59','',0,'http://demo.olevmedia.net/eventerra/?post_type=testimonials&amp;p=469',0,'testimonials','',0),(470,1,'2016-04-04 12:36:44','2016-04-04 12:36:44','Whenever you find yourself on the side of the majority, it is time to pause and reflect.','Sally Colon','','publish','closed','closed','','sally-colon','','','2016-04-04 12:36:44','2016-04-04 12:36:44','',0,'http://demo.olevmedia.net/eventerra/?post_type=testimonials&amp;p=470',0,'testimonials','',0),(515,1,'2016-10-08 08:56:58','2016-10-08 08:56:58',' ','','','publish','closed','closed','','515','','','2016-10-08 08:56:58','2016-10-08 08:56:58','',0,'http://www.taranisco.co.za/2016/10/08/515/',5,'nav_menu_item','',0),(516,1,'2016-10-08 08:56:58','2016-10-08 08:56:58',' ','','','publish','closed','closed','','516','','','2016-10-08 08:56:58','2016-10-08 08:56:58','',0,'http://www.taranisco.co.za/2016/10/08/516/',3,'nav_menu_item','',0),(517,1,'2016-10-08 08:56:58','2016-10-08 08:56:58',' ','','','publish','closed','closed','','517','','','2016-10-08 08:56:58','2016-10-08 08:56:58','',0,'http://www.taranisco.co.za/2016/10/08/517/',2,'nav_menu_item','',0),(518,1,'2016-10-08 08:56:58','2016-10-08 08:56:58',' ','','','publish','closed','closed','','518','','','2016-10-08 08:56:58','2016-10-08 08:56:58','',0,'http://www.taranisco.co.za/2016/10/08/518/',4,'nav_menu_item','',0),(519,1,'2016-10-08 08:56:58','2016-10-08 08:56:58',' ','','','publish','closed','closed','','519','','','2016-10-08 08:56:58','2016-10-08 08:56:58','',0,'http://www.taranisco.co.za/2016/10/08/519/',1,'nav_menu_item','',0),(520,1,'2016-10-08 08:56:58','2016-10-08 08:56:58',' ','','','publish','closed','closed','','520','','','2016-10-08 08:56:58','2016-10-08 08:56:58','',361,'http://www.taranisco.co.za/2016/10/08/520/',10,'nav_menu_item','',0),(521,1,'2016-10-08 08:56:58','2016-10-08 08:56:58',' ','','','publish','closed','closed','','521','','','2016-10-08 08:56:58','2016-10-08 08:56:58','',361,'http://www.taranisco.co.za/2016/10/08/521/',9,'nav_menu_item','',0),(522,1,'2016-10-08 08:56:58','2016-10-08 08:56:58',' ','','','publish','closed','closed','','522','','','2016-10-08 08:56:58','2016-10-08 08:56:58','',361,'http://www.taranisco.co.za/2016/10/08/522/',8,'nav_menu_item','',0),(523,1,'2016-10-08 08:56:58','2016-10-08 08:56:58',' ','','','publish','closed','closed','','523','','','2016-10-08 08:56:58','2016-10-08 08:56:58','',358,'http://www.taranisco.co.za/2016/10/08/523/',12,'nav_menu_item','',0),(524,1,'2016-10-08 08:56:58','2016-10-08 08:56:58',' ','','','publish','closed','closed','','524','','','2016-10-08 08:56:58','2016-10-08 08:56:58','',358,'http://www.taranisco.co.za/2016/10/08/524/',13,'nav_menu_item','',0),(525,1,'2016-10-08 08:56:58','2016-10-08 08:56:58',' ','','','publish','closed','closed','','525','','','2016-10-08 08:56:58','2016-10-08 08:56:58','',358,'http://www.taranisco.co.za/2016/10/08/525/',16,'nav_menu_item','',0),(526,1,'2016-10-08 08:56:58','2016-10-08 08:56:58',' ','','','publish','closed','closed','','526','','','2016-10-08 08:56:58','2016-10-08 08:56:58','',358,'http://www.taranisco.co.za/2016/10/08/526/',21,'nav_menu_item','',0),(527,1,'2016-10-08 08:56:58','2016-10-08 08:56:58',' ','','','publish','closed','closed','','527','','','2016-10-08 08:56:58','2016-10-08 08:56:58','',358,'http://www.taranisco.co.za/2016/10/08/527/',20,'nav_menu_item','',0),(528,1,'2016-10-08 08:56:58','2016-10-08 08:56:58',' ','','','publish','closed','closed','','528','','','2016-10-08 08:56:58','2016-10-08 08:56:58','',358,'http://www.taranisco.co.za/2016/10/08/528/',22,'nav_menu_item','',0),(529,1,'2016-10-08 08:56:58','2016-10-08 08:56:58',' ','','','publish','closed','closed','','529','','','2016-10-08 08:56:58','2016-10-08 08:56:58','',358,'http://www.taranisco.co.za/2016/10/08/529/',18,'nav_menu_item','',0),(530,1,'2016-10-08 08:56:58','2016-10-08 08:56:58',' ','','','publish','closed','closed','','530','','','2016-10-08 08:56:58','2016-10-08 08:56:58','',358,'http://www.taranisco.co.za/2016/10/08/530/',14,'nav_menu_item','',0),(531,1,'2016-10-08 08:56:58','2016-10-08 08:56:58',' ','','','publish','closed','closed','','531','','','2016-10-08 08:56:58','2016-10-08 08:56:58','',358,'http://www.taranisco.co.za/2016/10/08/531/',17,'nav_menu_item','',0),(532,1,'2016-10-08 08:56:59','2016-10-08 08:56:59','','shutterstock_146472158.jpg','','inherit','closed','closed','','shutterstock-146472158-jpg','','','2016-10-08 08:56:59','2016-10-08 08:56:59','',0,'http://www.taranisco.co.za/wp-content/uploads/revslider/primary-slider/shutterstock_146472158.jpg',0,'attachment','image/jpeg',0),(533,1,'2016-10-08 08:57:00','2016-10-08 08:57:00','','SHUTTERSTOCK_323389130_Huge.jpg','','inherit','closed','closed','','shutterstock-323389130-huge-jpg','','','2016-10-08 08:57:00','2016-10-08 08:57:00','',0,'http://www.taranisco.co.za/wp-content/uploads/revslider/primary-slider/SHUTTERSTOCK_323389130_Huge.jpg',0,'attachment','image/jpeg',0),(534,1,'2016-10-08 08:57:00','2016-10-08 08:57:00','','shutterstock_158522279.jpg','','inherit','closed','closed','','shutterstock-158522279-jpg','','','2016-10-08 08:57:00','2016-10-08 08:57:00','',0,'http://www.taranisco.co.za/wp-content/uploads/revslider/primary-slider/shutterstock_158522279.jpg',0,'attachment','image/jpeg',0),(535,1,'2016-10-08 08:57:01','2016-10-08 08:57:01','[vc_row margin_top=\"-1em\"][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2>GOAL OF THE FORUM</h2>\nThe goal of the Eventerra is to shift the focus from idea generation to idea execution. We bring together the world\'s most productive creative visionaries to share the best practices.[/vc_column_text][vc_btn title=\"Read more\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:%23blank||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2>COVERAGE</h2>\nThe 2016 Eventerra Forum will offer quantitative and qualitative assessments of the impacts of Internet innovations on Orleans’s GDP, growth, and the economy as a whole.[/vc_column_text][vc_btn title=\"Read more\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:%23blank||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2>TARGET AUDIENCE</h2>\nWe are focused to introduce the latest achievements. The conference provides you with endless opportunities to network with fellow attendees and get exposed to new ideas.[/vc_column_text][vc_btn title=\"Read more\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:%23blank||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\"][/vc_column][/vc_row][vc_row][vc_column][om_reduce_space height=\"1em\"][vc_cta h2=\"Don\'t miss this unique opportunity!\" h4=\"Join the discussion of the future of Internet innovations in San Francisco\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][om_reduce_space height=\"1em\"][/vc_column][/vc_row][vc_row bg_type=\"image\" bg_image_pos=\"100w_bottom\" bg_image=\"344\" padding_top=\"40\" margin_top=\"40\" margin_bottom=\"40\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"2/3\"][vc_custom_heading text=\"The Most Awaiting\nEvent\" uppercase=\"yes\" font_container=\"tag:h1|font_size:42px|text_align:left|line_height:50px\"][vc_row_inner][vc_column_inner width=\"1/2\"][om_reduce_space height=\"50px\"][vc_custom_heading text=\"of the (color1)Year(/color1)\" uppercase=\"yes\" font_container=\"tag:h1|font_size:42px|text_align:left|line_height:50px\"][/vc_column_inner][vc_column_inner width=\"1/2\"][om_reduce_space height=\"24px\" mobile_hide=\"yes\"][vc_column_text]The first annual Eventerra was held years ago, and this time we are going big.\n\nExplore the inner-workings of leading creative companies, and meet fellow attendees in an intimate, interactive setting. Best Speakers, Master Classes from Creative Experts, killer closing party.[/vc_column_text][vc_btn title=\"See schedule\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fdemo.olevmedia.net%2Feventerra%2Fschedule%2F||\" add_icon=\"true\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_empty_space height=\"28vw\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Our (color1)World Class(/color1) Speakers\" uppercase=\"yes\" text_additional=\"Major speakers below, see all list on the speakers page\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Speakers\"][om_reduce_space height=\"1em\"][om_speakers filter=\"category\" description=\"next\" categories=\"major\" margin_top=\"0\" margin_bottom=\"0\"][/vc_column][/vc_row][vc_row bg_type=\"gradient\" gradient_type=\"diagonal2\" bg_color=\"#676767\" bg_color2=\"#313131\" font_color=\"#ffffff\"][vc_column][om_testimonials filter=\"category\" categories=\"group-1\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"3em\"][vc_custom_heading text=\"(color1)Major(/color1) Conference sections\" uppercase=\"yes\" text_additional=\"That\'s not all, more sections on the schedule page\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Schedule\"][om_reduce_space height=\"2em\"][om_agenda description_expand=\"yes\"][om_agenda_day title=\"Day 1\" date=\"18 Sep 2016\"][om_agenda_item time=\"10:00 - 11:00\" room=\"Room A1\" speaker_ids=\"117\" title=\"Morning Committee Meetings\"]Base extend alignments cutting-edge monetize uniquely brand web-readiness completely create other\'s efficient clicks-and-mortar resource.[/om_agenda_item][om_agenda_item time=\"12:00 - 14:00\" room=\"Room D\" speaker_ids=\"118\" title=\"Modern marketing strategies and tactics\"]Maximizing items mission-critical expedite convergence top-line vectors best methodologies top-line reliable productivate total. Incubate reconceptualize cross-unit envisioneer communicate client-centric worldwide objectively collaboratively compliant wireless prospective brand.[/om_agenda_item][om_agenda_item time=\"13:00 - 15:20\" room=\"Video Room\" speaker_ids=\"116\" title=\"Management Development Program\"]Uniquely myocardinate incubate invested applications leadership \"outside the box\" plagiarize distinctive leading-edge. Virtual \"organic\" functionalized resources iterate seize repurpose fully turnkey collaboration experiences enabled standards network.[/om_agenda_item][/om_agenda_day][om_agenda_day title=\"Day 2\" date=\"19 Sep 2016\"][om_agenda_item time=\"10:00 - 12:00\" room=\"Room D\" speaker_ids=\"113\" title=\"Software Applications &amp; Services\"]Items future-proof an uniquely innovate monetize base empowerment users target via innovative markets for. Architect integrate promote based enhance supply e-enable evolve fashion bricks-and-clicks user dynamic drive. [/om_agenda_item][om_agenda_item time=\"11:30 - 13:00\" speaker_ids=\"114\" title=\"IT Infrastructure / Operations Management\" room=\"Room A1\"]Sustainable interactive conveniently niche effective action intellectual utilize credibly synthesize alignments cost client-centered outsourcing. Functionalities areas interfaces progressive productize process-centric fabricate cross granular completely energistically promote scenarios backward-compatible.[/om_agenda_item][om_agenda_item time=\"13:00 - 15:00\" room=\"Video Room\" speaker_ids=\"112\" title=\"Build Better Teams That Achieve More\"]Growth conceptualize state deliver communities researched architectures opportunities time enterprise-wide of B2B timely. Distinctively aggregate sources go engage expertise \"organic\" top-line pursue syndicate before customize.[/om_agenda_item][/om_agenda_day][/om_agenda][om_reduce_space height=\"26px\"][vc_cta h2=\"Number of participants is limited!\" h4=\"Don\'t miss your seat. Join the discussion in San Francisco now\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"2em\"][vc_custom_heading text=\"Our (color1)Sponsors(/color1) and Partners\" uppercase=\"yes\" font_container=\"tag:h1|text_align:center\"][vc_empty_space height=\"1em\"][om_logos grayscale=\"yes\" images=\"166,168,169,167\"][vc_empty_space height=\"2em\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','12-revision-v1','','','2016-10-08 08:57:01','2016-10-08 08:57:01','',12,'http://www.taranisco.co.za/2016/10/08/12-revision-v1/',0,'revision','',0),(536,1,'2016-10-08 08:57:01','2016-10-08 08:57:01','[vc_row][vc_column][om_reduce_space height=\"2em\"][om_speakers filter=\"category\" columns=\"3\" margin_bottom=\"0\" categories=\"group-3\"][om_speakers filter=\"category\" columns=\"4\" margin_top=\"0\" categories=\"group-4\"][vc_empty_space height=\"40px\"][vc_row_inner][vc_column_inner width=\"1/3\"][vc_custom_heading text=\"Want to become a (color1)speaker(/color1)?\" uppercase=\"yes\" font_container=\"tag:h2|font_size:35px|text_align:left\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_custom_heading text=\"1.\" font_container=\"tag:h2|font_size:35px|text_align:left|color:%23e2e2e2\" css=\".vc_custom_1459449039148{margin-bottom: 0px !important;}\"][vc_column_text]Methodologies after one-to-one exceptional administrate mesh best-of-breed fully revolutionary interfaces.\n\nCommunicate user-centric enable impactful diverse evolve functionalized.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_custom_heading text=\"2.\" font_container=\"tag:h2|font_size:35px|text_align:left|color:%23e2e2e2\" css=\".vc_custom_1459449301110{margin-bottom: 0px !important;}\"][vc_column_text]Synergistically innovation clicks-and-mortar synergistically progressive turnkey high-payoff goal-oriented optimize.[/vc_column_text][vc_btn title=\"Email us\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:mailto%3Amail%40mail.com||\" add_icon=\"true\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"40px\"][/vc_column][/vc_row]','Speakers','','inherit','closed','closed','','293-revision-v1','','','2016-10-08 08:57:01','2016-10-08 08:57:01','',293,'http://www.taranisco.co.za/2016/10/08/293-revision-v1/',0,'revision','',0),(537,1,'2016-10-08 08:57:01','2016-10-08 08:57:01','[vc_row padding_top=\"1em\"][vc_column width=\"1/2\"][vc_custom_heading text=\"How to register\" uppercase=\"yes\" font_container=\"tag:h3|text_align:left\"][vc_column_text]All participants must fill out the form below. An email confirming your registration will be sent to you once the process is complete. The online registration form will be available till June 17, 2020.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Notice\" uppercase=\"yes\" font_container=\"tag:h3|text_align:left\"][vc_column_text]<em><span style=\"color: #c0c0c0;\">Pursue impact dramatically plagiarize client-based communities 24/7 via deliverables vis-a-vis synergistic pursue revolutionize experiences. Enterprise incubate parallel global ubiquitous streamline intellectual professionally.</span></em>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"16px\"][contact-form-7 id=\"7\"][/vc_column][/vc_row]','Registration','','inherit','closed','closed','','334-revision-v1','','','2016-10-08 08:57:01','2016-10-08 08:57:01','',334,'http://www.taranisco.co.za/2016/10/08/334-revision-v1/',0,'revision','',0),(538,1,'2016-10-08 08:57:01','2016-10-08 08:57:01','[vc_row][vc_column][vc_empty_space height=\"30px\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Event Place\" uppercase=\"yes\" font_container=\"tag:h4|text_align:left\"][om_reduce_space height=\"1.5em\"][vc_column_text]Event Hall, San Francisco, CA, United States[/vc_column_text][vc_empty_space height=\"1px\"][vc_custom_heading text=\"Myron Hamilton\" text_additional=\"Senior Director of Events\" font_container=\"tag:h4|text_align:left\"][om_reduce_space height=\"1.5em\"][vc_column_text]<a href=\"mailto:mail@mail.com\">hamilton@mail.com</a> | 123-123-6542 x225 | 123-123-8426 fax[/vc_column_text][vc_empty_space height=\"1px\"][vc_custom_heading text=\"Rickey Webster\" text_additional=\"Executive Director of Conference Sales\" font_container=\"tag:h4|text_align:left\"][om_reduce_space height=\"1.5em\"][vc_column_text]<a href=\"mailto:mail@mail.com\">rickey@mail.com</a> | 321-123-7643 x225 | 321-123-7531 fax[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Send us a message\" uppercase=\"yes\" font_container=\"tag:h3|text_align:left\"][contact-form-7 id=\"321\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\"][vc_gmaps link=\"#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xOCUyMTFtMTIlMjExbTMlMjExZDQyNDMxLjU4OTM0OTgxMjclMjEyZC0xMjIuNDcxOTE4ODU4NTU3NzElMjEzZDM3Ljc3MjUzNjAwNTU5NDIxJTIxMm0zJTIxMWYwJTIxMmYwJTIxM2YwJTIxM20yJTIxMWkxMDI0JTIxMmk3NjglMjE0ZjEzLjElMjEzbTMlMjExbTIlMjExczB4ODA4NTg3NTQ3MmYyMTU3NSUyNTNBMHhhODE1YTIwOTRkM2Q4ZmEwJTIxMnNGcmVkZXJpY2slMkJTdCUyNTJDJTJCU2FuJTJCRnJhbmNpc2NvJTI1MkMlMkJDQSUyQjk0MTE3JTI1MkMlMkJVU0ElMjE1ZTAlMjEzbTIlMjExc2VuJTIxMnNydSUyMTR2MTQ1OTUwNTY1NTcwNCUyMiUyMHdpZHRoJTNEJTIyNjAwJTIyJTIwaGVpZ2h0JTNEJTIyNDUwJTIyJTIwZnJhbWVib3JkZXIlM0QlMjIwJTIyJTIwc3R5bGUlM0QlMjJib3JkZXIlM0EwJTIyJTIwYWxsb3dmdWxsc2NyZWVuJTNFJTNDJTJGaWZyYW1lJTNF\" size=\"400\" remove_margins=\"yes\"][om_reduce_space height=\"3em\"][/vc_column][/vc_row]','Contacts','','inherit','closed','closed','','314-revision-v1','','','2016-10-08 08:57:01','2016-10-08 08:57:01','',314,'http://www.taranisco.co.za/2016/10/08/314-revision-v1/',0,'revision','',0),(539,1,'2016-10-08 09:06:05','2016-10-08 09:06:05','','Default','','publish','closed','closed','','default','','','2016-10-08 09:06:05','2016-10-08 09:06:05','',0,'http://www.taranisco.co.za/tc_templates/default/',0,'tc_templates','',0),(540,1,'2016-10-08 09:06:06','2016-10-08 09:06:06','','Default','','publish','closed','closed','','default','','','2016-10-08 09:06:06','2016-10-08 09:06:06','',0,'http://www.taranisco.co.za/tc_api_keys/default/',0,'tc_api_keys','',0),(541,1,'2016-10-08 10:09:13','2016-10-08 10:09:13','[vc_row margin_top=\"-1em\"][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2>GOAL OF THE FORUM</h2>\nThe goal of the Eventerra is to shift the focus from idea generation to idea execution. We bring together the world\'s most productive creative visionaries to share the best practices.[/vc_column_text][vc_btn title=\"Read more\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:%23blank||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2>COVERAGE</h2>\nThe 2016 Eventerra Forum will offer quantitative and qualitative assessments of the impacts of Internet innovations on Orleans’s GDP, growth, and the economy as a whole.[/vc_column_text][vc_btn title=\"Read more\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:%23blank||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2>TARGET AUDIENCE</h2>\nWe are focused to introduce the latest achievements. The conference provides you with endless opportunities to network with fellow attendees and get exposed to new ideas.[/vc_column_text][vc_btn title=\"Read more\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:%23blank||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\"][/vc_column][/vc_row][vc_row][vc_column][om_reduce_space height=\"1em\"][vc_cta h2=\"Don\'t miss this unique business support opportunity!\" h4=\"Join the discussion of the future of Small Business in South Africa!\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][om_reduce_space height=\"1em\"][/vc_column][/vc_row][vc_row bg_type=\"image\" bg_image_pos=\"100w_bottom\" bg_image=\"344\" padding_top=\"40\" margin_top=\"40\" margin_bottom=\"40\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"2/3\"][vc_custom_heading text=\"The Most Awaiting\nEvent\" uppercase=\"yes\" font_container=\"tag:h1|font_size:42px|text_align:left|line_height:50px\"][vc_row_inner][vc_column_inner width=\"1/2\"][om_reduce_space height=\"50px\"][vc_custom_heading text=\"of the (color1)Year(/color1)\" uppercase=\"yes\" font_container=\"tag:h1|font_size:42px|text_align:left|line_height:50px\"][/vc_column_inner][vc_column_inner width=\"1/2\"][om_reduce_space height=\"24px\" mobile_hide=\"yes\"][vc_column_text]The first annual Eventerra was held years ago, and this time we are going big.\n\nExplore the inner-workings of leading creative companies, and meet fellow attendees in an intimate, interactive setting. Best Speakers, Master Classes from Creative Experts, killer closing party.[/vc_column_text][vc_btn title=\"See schedule\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fdemo.olevmedia.net%2Feventerra%2Fschedule%2F||\" add_icon=\"true\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_empty_space height=\"28vw\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Our (color1)World Class(/color1) Speakers\" uppercase=\"yes\" text_additional=\"Major speakers below, see all list on the speakers page\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Speakers\"][om_reduce_space height=\"1em\"][om_speakers filter=\"category\" description=\"next\" categories=\"major\" margin_top=\"0\" margin_bottom=\"0\"][/vc_column][/vc_row][vc_row bg_type=\"gradient\" gradient_type=\"diagonal2\" bg_color=\"#676767\" bg_color2=\"#313131\" font_color=\"#ffffff\"][vc_column][om_testimonials filter=\"category\" categories=\"group-1\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"3em\"][vc_custom_heading text=\"(color1)Major(/color1) Conference sections\" uppercase=\"yes\" text_additional=\"That\'s not all, more sections on the schedule page\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Schedule\"][om_reduce_space height=\"2em\"][om_agenda description_expand=\"yes\"][om_agenda_day title=\"Day 1\" date=\"18 Sep 2016\"][om_agenda_item time=\"10:00 - 11:00\" room=\"Room A1\" speaker_ids=\"117\" title=\"Morning Committee Meetings\"]Base extend alignments cutting-edge monetize uniquely brand web-readiness completely create other\'s efficient clicks-and-mortar resource.[/om_agenda_item][om_agenda_item time=\"12:00 - 14:00\" room=\"Room D\" speaker_ids=\"118\" title=\"Modern marketing strategies and tactics\"]Maximizing items mission-critical expedite convergence top-line vectors best methodologies top-line reliable productivate total. Incubate reconceptualize cross-unit envisioneer communicate client-centric worldwide objectively collaboratively compliant wireless prospective brand.[/om_agenda_item][om_agenda_item time=\"13:00 - 15:20\" room=\"Video Room\" speaker_ids=\"116\" title=\"Management Development Program\"]Uniquely myocardinate incubate invested applications leadership \"outside the box\" plagiarize distinctive leading-edge. Virtual \"organic\" functionalized resources iterate seize repurpose fully turnkey collaboration experiences enabled standards network.[/om_agenda_item][/om_agenda_day][om_agenda_day title=\"Day 2\" date=\"19 Sep 2016\"][om_agenda_item time=\"10:00 - 12:00\" room=\"Room D\" speaker_ids=\"113\" title=\"Software Applications &amp; Services\"]Items future-proof an uniquely innovate monetize base empowerment users target via innovative markets for. Architect integrate promote based enhance supply e-enable evolve fashion bricks-and-clicks user dynamic drive. [/om_agenda_item][om_agenda_item time=\"11:30 - 13:00\" speaker_ids=\"114\" title=\"IT Infrastructure / Operations Management\" room=\"Room A1\"]Sustainable interactive conveniently niche effective action intellectual utilize credibly synthesize alignments cost client-centered outsourcing. Functionalities areas interfaces progressive productize process-centric fabricate cross granular completely energistically promote scenarios backward-compatible.[/om_agenda_item][om_agenda_item time=\"13:00 - 15:00\" room=\"Video Room\" speaker_ids=\"112\" title=\"Build Better Teams That Achieve More\"]Growth conceptualize state deliver communities researched architectures opportunities time enterprise-wide of B2B timely. Distinctively aggregate sources go engage expertise \"organic\" top-line pursue syndicate before customize.[/om_agenda_item][/om_agenda_day][/om_agenda][om_reduce_space height=\"26px\"][vc_cta h2=\"Number of participants is limited!\" h4=\"Don\'t miss your seat. Join the discussion in San Francisco now\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"2em\"][vc_custom_heading text=\"Our (color1)Sponsors(/color1) and Partners\" uppercase=\"yes\" font_container=\"tag:h1|text_align:center\"][vc_empty_space height=\"1em\"][om_logos grayscale=\"yes\" images=\"166,168,169,167\"][vc_empty_space height=\"2em\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','12-revision-v1','','','2016-10-08 10:09:13','2016-10-08 10:09:13','',12,'http://www.taranisco.co.za/2016/10/08/12-revision-v1/',0,'revision','',0),(542,1,'2016-10-08 10:09:25','2016-10-08 10:09:25','[vc_row margin_top=\"-1em\"][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2>GOAL OF THE FORUM</h2>\nThe goal of the Eventerra is to shift the focus from idea generation to idea execution. We bring together the world\'s most productive creative visionaries to share the best practices.[/vc_column_text][vc_btn title=\"Read more\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:%23blank||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2>COVERAGE</h2>\nThe 2016 Eventerra Forum will offer quantitative and qualitative assessments of the impacts of Internet innovations on Orleans’s GDP, growth, and the economy as a whole.[/vc_column_text][vc_btn title=\"Read more\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:%23blank||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2>TARGET AUDIENCE</h2>\nWe are focused to introduce the latest achievements. The conference provides you with endless opportunities to network with fellow attendees and get exposed to new ideas.[/vc_column_text][vc_btn title=\"Read more\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:%23blank||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\"][/vc_column][/vc_row][vc_row][vc_column][om_reduce_space height=\"1em\"][vc_cta h2=\"Don\'t miss this unique business support opportunity!\" h4=\"Join the discussion on the future of Small Business in South Africa!\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][om_reduce_space height=\"1em\"][/vc_column][/vc_row][vc_row bg_type=\"image\" bg_image_pos=\"100w_bottom\" bg_image=\"344\" padding_top=\"40\" margin_top=\"40\" margin_bottom=\"40\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"2/3\"][vc_custom_heading text=\"The Most Awaiting\nEvent\" uppercase=\"yes\" font_container=\"tag:h1|font_size:42px|text_align:left|line_height:50px\"][vc_row_inner][vc_column_inner width=\"1/2\"][om_reduce_space height=\"50px\"][vc_custom_heading text=\"of the (color1)Year(/color1)\" uppercase=\"yes\" font_container=\"tag:h1|font_size:42px|text_align:left|line_height:50px\"][/vc_column_inner][vc_column_inner width=\"1/2\"][om_reduce_space height=\"24px\" mobile_hide=\"yes\"][vc_column_text]The first annual Eventerra was held years ago, and this time we are going big.\n\nExplore the inner-workings of leading creative companies, and meet fellow attendees in an intimate, interactive setting. Best Speakers, Master Classes from Creative Experts, killer closing party.[/vc_column_text][vc_btn title=\"See schedule\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fdemo.olevmedia.net%2Feventerra%2Fschedule%2F||\" add_icon=\"true\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_empty_space height=\"28vw\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Our (color1)World Class(/color1) Speakers\" uppercase=\"yes\" text_additional=\"Major speakers below, see all list on the speakers page\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Speakers\"][om_reduce_space height=\"1em\"][om_speakers filter=\"category\" description=\"next\" categories=\"major\" margin_top=\"0\" margin_bottom=\"0\"][/vc_column][/vc_row][vc_row bg_type=\"gradient\" gradient_type=\"diagonal2\" bg_color=\"#676767\" bg_color2=\"#313131\" font_color=\"#ffffff\"][vc_column][om_testimonials filter=\"category\" categories=\"group-1\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"3em\"][vc_custom_heading text=\"(color1)Major(/color1) Conference sections\" uppercase=\"yes\" text_additional=\"That\'s not all, more sections on the schedule page\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Schedule\"][om_reduce_space height=\"2em\"][om_agenda description_expand=\"yes\"][om_agenda_day title=\"Day 1\" date=\"18 Sep 2016\"][om_agenda_item time=\"10:00 - 11:00\" room=\"Room A1\" speaker_ids=\"117\" title=\"Morning Committee Meetings\"]Base extend alignments cutting-edge monetize uniquely brand web-readiness completely create other\'s efficient clicks-and-mortar resource.[/om_agenda_item][om_agenda_item time=\"12:00 - 14:00\" room=\"Room D\" speaker_ids=\"118\" title=\"Modern marketing strategies and tactics\"]Maximizing items mission-critical expedite convergence top-line vectors best methodologies top-line reliable productivate total. Incubate reconceptualize cross-unit envisioneer communicate client-centric worldwide objectively collaboratively compliant wireless prospective brand.[/om_agenda_item][om_agenda_item time=\"13:00 - 15:20\" room=\"Video Room\" speaker_ids=\"116\" title=\"Management Development Program\"]Uniquely myocardinate incubate invested applications leadership \"outside the box\" plagiarize distinctive leading-edge. Virtual \"organic\" functionalized resources iterate seize repurpose fully turnkey collaboration experiences enabled standards network.[/om_agenda_item][/om_agenda_day][om_agenda_day title=\"Day 2\" date=\"19 Sep 2016\"][om_agenda_item time=\"10:00 - 12:00\" room=\"Room D\" speaker_ids=\"113\" title=\"Software Applications &amp; Services\"]Items future-proof an uniquely innovate monetize base empowerment users target via innovative markets for. Architect integrate promote based enhance supply e-enable evolve fashion bricks-and-clicks user dynamic drive. [/om_agenda_item][om_agenda_item time=\"11:30 - 13:00\" speaker_ids=\"114\" title=\"IT Infrastructure / Operations Management\" room=\"Room A1\"]Sustainable interactive conveniently niche effective action intellectual utilize credibly synthesize alignments cost client-centered outsourcing. Functionalities areas interfaces progressive productize process-centric fabricate cross granular completely energistically promote scenarios backward-compatible.[/om_agenda_item][om_agenda_item time=\"13:00 - 15:00\" room=\"Video Room\" speaker_ids=\"112\" title=\"Build Better Teams That Achieve More\"]Growth conceptualize state deliver communities researched architectures opportunities time enterprise-wide of B2B timely. Distinctively aggregate sources go engage expertise \"organic\" top-line pursue syndicate before customize.[/om_agenda_item][/om_agenda_day][/om_agenda][om_reduce_space height=\"26px\"][vc_cta h2=\"Number of participants is limited!\" h4=\"Don\'t miss your seat. Join the discussion in San Francisco now\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"2em\"][vc_custom_heading text=\"Our (color1)Sponsors(/color1) and Partners\" uppercase=\"yes\" font_container=\"tag:h1|text_align:center\"][vc_empty_space height=\"1em\"][om_logos grayscale=\"yes\" images=\"166,168,169,167\"][vc_empty_space height=\"2em\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','12-revision-v1','','','2016-10-08 10:09:25','2016-10-08 10:09:25','',12,'http://www.taranisco.co.za/2016/10/08/12-revision-v1/',0,'revision','',0),(543,1,'2016-10-08 10:16:04','2016-10-08 10:16:04','[vc_row margin_top=\"-1em\"][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2>GOAL OF THE FORUM</h2>\nThe goal of the Eventerra is to shift the focus from idea generation to idea execution. We bring together the world\'s most productive creative visionaries to share the best practices.[/vc_column_text][vc_btn title=\"Read more\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:%23blank||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2>COVERAGE</h2>\nThe 2016 Eventerra Forum will offer quantitative and qualitative assessments of the impacts of Internet innovations on Orleans’s GDP, growth, and the economy as a whole.[/vc_column_text][vc_btn title=\"Read more\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:%23blank||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2>WATCH IT LIVE AND WIN R10M IN PRIZES!</h2>\nAll delegates watching the Small Business Live broadcast at any participating venue will be in line to win exciting prizes! Please Note: The broadcast can only be watched at participating venue\'s. Please call us if your area is not listed.\n\n<strong>WIN!</strong>\n<ul>\n 	<li>An exclusive lunch with some of SA\'s top self made business icons</li>\n 	<li>Win R5m in Business Support Vouchers to grow your business</li>\n 	<li>Win R1m worth of web site designs to market your business</li>\n 	<li>Win R1m worth of Online/Digital Marketing Campaigns</li>\n 	<li>Win R1m worth of Mobile Data</li>\n 	<li>Win R1m worth of Radio Exposure</li>\n 	<li>Win R1m worth of Print Media Exposure</li>\n</ul>\n<strong>WATCH LIVE AND WIN!</strong>[/vc_column_text][vc_btn title=\"Read more\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:%23blank||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\"][/vc_column][/vc_row][vc_row][vc_column][om_reduce_space height=\"1em\"][vc_cta h2=\"Don\'t miss this unique business support opportunity!\" h4=\"Join the discussion on the future of Small Business in South Africa!\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][om_reduce_space height=\"1em\"][/vc_column][/vc_row][vc_row bg_type=\"image\" bg_image_pos=\"100w_bottom\" bg_image=\"344\" padding_top=\"40\" margin_top=\"40\" margin_bottom=\"40\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"2/3\"][vc_custom_heading text=\"The Most Awaiting\nEvent\" uppercase=\"yes\" font_container=\"tag:h1|font_size:42px|text_align:left|line_height:50px\"][vc_row_inner][vc_column_inner width=\"1/2\"][om_reduce_space height=\"50px\"][vc_custom_heading text=\"of the (color1)Year(/color1)\" uppercase=\"yes\" font_container=\"tag:h1|font_size:42px|text_align:left|line_height:50px\"][/vc_column_inner][vc_column_inner width=\"1/2\"][om_reduce_space height=\"24px\" mobile_hide=\"yes\"][vc_column_text]The first annual Eventerra was held years ago, and this time we are going big.\n\nExplore the inner-workings of leading creative companies, and meet fellow attendees in an intimate, interactive setting. Best Speakers, Master Classes from Creative Experts, killer closing party.[/vc_column_text][vc_btn title=\"See schedule\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fdemo.olevmedia.net%2Feventerra%2Fschedule%2F||\" add_icon=\"true\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_empty_space height=\"28vw\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Our (color1)World Class(/color1) Speakers\" uppercase=\"yes\" text_additional=\"Major speakers below, see all list on the speakers page\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Speakers\"][om_reduce_space height=\"1em\"][om_speakers filter=\"category\" description=\"next\" categories=\"major\" margin_top=\"0\" margin_bottom=\"0\"][/vc_column][/vc_row][vc_row bg_type=\"gradient\" gradient_type=\"diagonal2\" bg_color=\"#676767\" bg_color2=\"#313131\" font_color=\"#ffffff\"][vc_column][om_testimonials filter=\"category\" categories=\"group-1\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"3em\"][vc_custom_heading text=\"(color1)Major(/color1) Conference sections\" uppercase=\"yes\" text_additional=\"That\'s not all, more sections on the schedule page\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Schedule\"][om_reduce_space height=\"2em\"][om_agenda description_expand=\"yes\"][om_agenda_day title=\"Day 1\" date=\"18 Sep 2016\"][om_agenda_item time=\"10:00 - 11:00\" room=\"Room A1\" speaker_ids=\"117\" title=\"Morning Committee Meetings\"]Base extend alignments cutting-edge monetize uniquely brand web-readiness completely create other\'s efficient clicks-and-mortar resource.[/om_agenda_item][om_agenda_item time=\"12:00 - 14:00\" room=\"Room D\" speaker_ids=\"118\" title=\"Modern marketing strategies and tactics\"]Maximizing items mission-critical expedite convergence top-line vectors best methodologies top-line reliable productivate total. Incubate reconceptualize cross-unit envisioneer communicate client-centric worldwide objectively collaboratively compliant wireless prospective brand.[/om_agenda_item][om_agenda_item time=\"13:00 - 15:20\" room=\"Video Room\" speaker_ids=\"116\" title=\"Management Development Program\"]Uniquely myocardinate incubate invested applications leadership \"outside the box\" plagiarize distinctive leading-edge. Virtual \"organic\" functionalized resources iterate seize repurpose fully turnkey collaboration experiences enabled standards network.[/om_agenda_item][/om_agenda_day][om_agenda_day title=\"Day 2\" date=\"19 Sep 2016\"][om_agenda_item time=\"10:00 - 12:00\" room=\"Room D\" speaker_ids=\"113\" title=\"Software Applications &amp; Services\"]Items future-proof an uniquely innovate monetize base empowerment users target via innovative markets for. Architect integrate promote based enhance supply e-enable evolve fashion bricks-and-clicks user dynamic drive. [/om_agenda_item][om_agenda_item time=\"11:30 - 13:00\" speaker_ids=\"114\" title=\"IT Infrastructure / Operations Management\" room=\"Room A1\"]Sustainable interactive conveniently niche effective action intellectual utilize credibly synthesize alignments cost client-centered outsourcing. Functionalities areas interfaces progressive productize process-centric fabricate cross granular completely energistically promote scenarios backward-compatible.[/om_agenda_item][om_agenda_item time=\"13:00 - 15:00\" room=\"Video Room\" speaker_ids=\"112\" title=\"Build Better Teams That Achieve More\"]Growth conceptualize state deliver communities researched architectures opportunities time enterprise-wide of B2B timely. Distinctively aggregate sources go engage expertise \"organic\" top-line pursue syndicate before customize.[/om_agenda_item][/om_agenda_day][/om_agenda][om_reduce_space height=\"26px\"][vc_cta h2=\"Number of participants is limited!\" h4=\"Don\'t miss your seat. Join the discussion in San Francisco now\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"2em\"][vc_custom_heading text=\"Our (color1)Sponsors(/color1) and Partners\" uppercase=\"yes\" font_container=\"tag:h1|text_align:center\"][vc_empty_space height=\"1em\"][om_logos grayscale=\"yes\" images=\"166,168,169,167\"][vc_empty_space height=\"2em\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','12-revision-v1','','','2016-10-08 10:16:04','2016-10-08 10:16:04','',12,'http://www.taranisco.co.za/2016/10/08/12-revision-v1/',0,'revision','',0),(544,1,'2016-10-08 10:16:32','2016-10-08 10:16:32','[vc_row margin_top=\"-1em\"][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2>GOAL OF THE FORUM</h2>\nThe goal of the Eventerra is to shift the focus from idea generation to idea execution. We bring together the world\'s most productive creative visionaries to share the best practices.[/vc_column_text][vc_btn title=\"Read more\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:%23blank||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2>COVERAGE</h2>\nThe 2016 Eventerra Forum will offer quantitative and qualitative assessments of the impacts of Internet innovations on Orleans’s GDP, growth, and the economy as a whole.[/vc_column_text][vc_btn title=\"Read more\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:%23blank||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2>WATCH IT LIVE AND WIN R10M IN PRIZES!</h2>\nAll delegates watching the Small Business Live broadcast at any participating venue will be in line to win exciting prizes! Please Note: The broadcast can only be watched at participating venue\'s. Please call us if your area is not listed.\n\n<strong>WIN!</strong>\n<ul>\n 	<li>An exclusive lunch with some of SA\'s top self made business icons</li>\n 	<li>Win R5m in Business Support Vouchers to grow your business</li>\n 	<li>Win R1m worth of web site designs to market your business</li>\n 	<li>Win R1m worth of Online/Digital Marketing Campaigns</li>\n 	<li>Win R1m worth of Mobile Data</li>\n 	<li>Win R1m worth of Radio Exposure</li>\n 	<li>Win R1m worth of Print Media Exposure</li>\n</ul>\n<p style=\"text-align: justify;\"><strong>WATCH LIVE AND WIN!</strong></p>\n[/vc_column_text][vc_btn title=\"Read more\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:%23blank||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\"][/vc_column][/vc_row][vc_row][vc_column][om_reduce_space height=\"1em\"][vc_cta h2=\"Don\'t miss this unique business support opportunity!\" h4=\"Join the discussion on the future of Small Business in South Africa!\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][om_reduce_space height=\"1em\"][/vc_column][/vc_row][vc_row bg_type=\"image\" bg_image_pos=\"100w_bottom\" bg_image=\"344\" padding_top=\"40\" margin_top=\"40\" margin_bottom=\"40\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"2/3\"][vc_custom_heading text=\"The Most Awaiting\nEvent\" uppercase=\"yes\" font_container=\"tag:h1|font_size:42px|text_align:left|line_height:50px\"][vc_row_inner][vc_column_inner width=\"1/2\"][om_reduce_space height=\"50px\"][vc_custom_heading text=\"of the (color1)Year(/color1)\" uppercase=\"yes\" font_container=\"tag:h1|font_size:42px|text_align:left|line_height:50px\"][/vc_column_inner][vc_column_inner width=\"1/2\"][om_reduce_space height=\"24px\" mobile_hide=\"yes\"][vc_column_text]The first annual Eventerra was held years ago, and this time we are going big.\n\nExplore the inner-workings of leading creative companies, and meet fellow attendees in an intimate, interactive setting. Best Speakers, Master Classes from Creative Experts, killer closing party.[/vc_column_text][vc_btn title=\"See schedule\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fdemo.olevmedia.net%2Feventerra%2Fschedule%2F||\" add_icon=\"true\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_empty_space height=\"28vw\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Our (color1)World Class(/color1) Speakers\" uppercase=\"yes\" text_additional=\"Major speakers below, see all list on the speakers page\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Speakers\"][om_reduce_space height=\"1em\"][om_speakers filter=\"category\" description=\"next\" categories=\"major\" margin_top=\"0\" margin_bottom=\"0\"][/vc_column][/vc_row][vc_row bg_type=\"gradient\" gradient_type=\"diagonal2\" bg_color=\"#676767\" bg_color2=\"#313131\" font_color=\"#ffffff\"][vc_column][om_testimonials filter=\"category\" categories=\"group-1\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"3em\"][vc_custom_heading text=\"(color1)Major(/color1) Conference sections\" uppercase=\"yes\" text_additional=\"That\'s not all, more sections on the schedule page\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Schedule\"][om_reduce_space height=\"2em\"][om_agenda description_expand=\"yes\"][om_agenda_day title=\"Day 1\" date=\"18 Sep 2016\"][om_agenda_item time=\"10:00 - 11:00\" room=\"Room A1\" speaker_ids=\"117\" title=\"Morning Committee Meetings\"]Base extend alignments cutting-edge monetize uniquely brand web-readiness completely create other\'s efficient clicks-and-mortar resource.[/om_agenda_item][om_agenda_item time=\"12:00 - 14:00\" room=\"Room D\" speaker_ids=\"118\" title=\"Modern marketing strategies and tactics\"]Maximizing items mission-critical expedite convergence top-line vectors best methodologies top-line reliable productivate total. Incubate reconceptualize cross-unit envisioneer communicate client-centric worldwide objectively collaboratively compliant wireless prospective brand.[/om_agenda_item][om_agenda_item time=\"13:00 - 15:20\" room=\"Video Room\" speaker_ids=\"116\" title=\"Management Development Program\"]Uniquely myocardinate incubate invested applications leadership \"outside the box\" plagiarize distinctive leading-edge. Virtual \"organic\" functionalized resources iterate seize repurpose fully turnkey collaboration experiences enabled standards network.[/om_agenda_item][/om_agenda_day][om_agenda_day title=\"Day 2\" date=\"19 Sep 2016\"][om_agenda_item time=\"10:00 - 12:00\" room=\"Room D\" speaker_ids=\"113\" title=\"Software Applications &amp; Services\"]Items future-proof an uniquely innovate monetize base empowerment users target via innovative markets for. Architect integrate promote based enhance supply e-enable evolve fashion bricks-and-clicks user dynamic drive. [/om_agenda_item][om_agenda_item time=\"11:30 - 13:00\" speaker_ids=\"114\" title=\"IT Infrastructure / Operations Management\" room=\"Room A1\"]Sustainable interactive conveniently niche effective action intellectual utilize credibly synthesize alignments cost client-centered outsourcing. Functionalities areas interfaces progressive productize process-centric fabricate cross granular completely energistically promote scenarios backward-compatible.[/om_agenda_item][om_agenda_item time=\"13:00 - 15:00\" room=\"Video Room\" speaker_ids=\"112\" title=\"Build Better Teams That Achieve More\"]Growth conceptualize state deliver communities researched architectures opportunities time enterprise-wide of B2B timely. Distinctively aggregate sources go engage expertise \"organic\" top-line pursue syndicate before customize.[/om_agenda_item][/om_agenda_day][/om_agenda][om_reduce_space height=\"26px\"][vc_cta h2=\"Number of participants is limited!\" h4=\"Don\'t miss your seat. Join the discussion in San Francisco now\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"2em\"][vc_custom_heading text=\"Our (color1)Sponsors(/color1) and Partners\" uppercase=\"yes\" font_container=\"tag:h1|text_align:center\"][vc_empty_space height=\"1em\"][om_logos grayscale=\"yes\" images=\"166,168,169,167\"][vc_empty_space height=\"2em\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','12-revision-v1','','','2016-10-08 10:16:32','2016-10-08 10:16:32','',12,'http://www.taranisco.co.za/2016/10/08/12-revision-v1/',0,'revision','',0),(545,1,'2016-10-08 10:17:08','2016-10-08 10:17:08','[vc_row margin_top=\"-1em\"][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2>GOAL OF THE FORUM</h2>\nThe goal of the Eventerra is to shift the focus from idea generation to idea execution. We bring together the world\'s most productive creative visionaries to share the best practices.[/vc_column_text][vc_btn title=\"Read more\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:%23blank||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2>COVERAGE</h2>\nThe 2016 Eventerra Forum will offer quantitative and qualitative assessments of the impacts of Internet innovations on Orleans’s GDP, growth, and the economy as a whole.[/vc_column_text][vc_btn title=\"Read more\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:%23blank||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: justify;\">WATCH IT LIVE AND WIN R10M IN PRIZES!</h2>\n<p style=\"text-align: justify;\">All delegates watching the Small Business Live broadcast at any participating venue will be in line to win exciting prizes! Please Note: The broadcast can only be watched at participating venue\'s. Please call us if your area is not listed.</p>\n<p style=\"text-align: justify;\"><strong>WIN!</strong></p>\n\n<ul style=\"text-align: justify;\">\n 	<li>An exclusive lunch with some of SA\'s top self made business icons</li>\n 	<li>Win R5m in Business Support Vouchers to grow your business</li>\n 	<li>Win R1m worth of web site designs to market your business</li>\n 	<li>Win R1m worth of Online/Digital Marketing Campaigns</li>\n 	<li>Win R1m worth of Mobile Data</li>\n 	<li>Win R1m worth of Radio Exposure</li>\n 	<li>Win R1m worth of Print Media Exposure</li>\n</ul>\n<p style=\"text-align: justify;\"><strong>WATCH LIVE AND WIN!</strong></p>\n[/vc_column_text][vc_btn title=\"Read more\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:%23blank||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\"][/vc_column][/vc_row][vc_row][vc_column][om_reduce_space height=\"1em\"][vc_cta h2=\"Don\'t miss this unique business support opportunity!\" h4=\"Join the discussion on the future of Small Business in South Africa!\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][om_reduce_space height=\"1em\"][/vc_column][/vc_row][vc_row bg_type=\"image\" bg_image_pos=\"100w_bottom\" bg_image=\"344\" padding_top=\"40\" margin_top=\"40\" margin_bottom=\"40\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"2/3\"][vc_custom_heading text=\"The Most Awaiting\nEvent\" uppercase=\"yes\" font_container=\"tag:h1|font_size:42px|text_align:left|line_height:50px\"][vc_row_inner][vc_column_inner width=\"1/2\"][om_reduce_space height=\"50px\"][vc_custom_heading text=\"of the (color1)Year(/color1)\" uppercase=\"yes\" font_container=\"tag:h1|font_size:42px|text_align:left|line_height:50px\"][/vc_column_inner][vc_column_inner width=\"1/2\"][om_reduce_space height=\"24px\" mobile_hide=\"yes\"][vc_column_text]The first annual Eventerra was held years ago, and this time we are going big.\n\nExplore the inner-workings of leading creative companies, and meet fellow attendees in an intimate, interactive setting. Best Speakers, Master Classes from Creative Experts, killer closing party.[/vc_column_text][vc_btn title=\"See schedule\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fdemo.olevmedia.net%2Feventerra%2Fschedule%2F||\" add_icon=\"true\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_empty_space height=\"28vw\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Our (color1)World Class(/color1) Speakers\" uppercase=\"yes\" text_additional=\"Major speakers below, see all list on the speakers page\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Speakers\"][om_reduce_space height=\"1em\"][om_speakers filter=\"category\" description=\"next\" categories=\"major\" margin_top=\"0\" margin_bottom=\"0\"][/vc_column][/vc_row][vc_row bg_type=\"gradient\" gradient_type=\"diagonal2\" bg_color=\"#676767\" bg_color2=\"#313131\" font_color=\"#ffffff\"][vc_column][om_testimonials filter=\"category\" categories=\"group-1\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"3em\"][vc_custom_heading text=\"(color1)Major(/color1) Conference sections\" uppercase=\"yes\" text_additional=\"That\'s not all, more sections on the schedule page\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Schedule\"][om_reduce_space height=\"2em\"][om_agenda description_expand=\"yes\"][om_agenda_day title=\"Day 1\" date=\"18 Sep 2016\"][om_agenda_item time=\"10:00 - 11:00\" room=\"Room A1\" speaker_ids=\"117\" title=\"Morning Committee Meetings\"]Base extend alignments cutting-edge monetize uniquely brand web-readiness completely create other\'s efficient clicks-and-mortar resource.[/om_agenda_item][om_agenda_item time=\"12:00 - 14:00\" room=\"Room D\" speaker_ids=\"118\" title=\"Modern marketing strategies and tactics\"]Maximizing items mission-critical expedite convergence top-line vectors best methodologies top-line reliable productivate total. Incubate reconceptualize cross-unit envisioneer communicate client-centric worldwide objectively collaboratively compliant wireless prospective brand.[/om_agenda_item][om_agenda_item time=\"13:00 - 15:20\" room=\"Video Room\" speaker_ids=\"116\" title=\"Management Development Program\"]Uniquely myocardinate incubate invested applications leadership \"outside the box\" plagiarize distinctive leading-edge. Virtual \"organic\" functionalized resources iterate seize repurpose fully turnkey collaboration experiences enabled standards network.[/om_agenda_item][/om_agenda_day][om_agenda_day title=\"Day 2\" date=\"19 Sep 2016\"][om_agenda_item time=\"10:00 - 12:00\" room=\"Room D\" speaker_ids=\"113\" title=\"Software Applications &amp; Services\"]Items future-proof an uniquely innovate monetize base empowerment users target via innovative markets for. Architect integrate promote based enhance supply e-enable evolve fashion bricks-and-clicks user dynamic drive. [/om_agenda_item][om_agenda_item time=\"11:30 - 13:00\" speaker_ids=\"114\" title=\"IT Infrastructure / Operations Management\" room=\"Room A1\"]Sustainable interactive conveniently niche effective action intellectual utilize credibly synthesize alignments cost client-centered outsourcing. Functionalities areas interfaces progressive productize process-centric fabricate cross granular completely energistically promote scenarios backward-compatible.[/om_agenda_item][om_agenda_item time=\"13:00 - 15:00\" room=\"Video Room\" speaker_ids=\"112\" title=\"Build Better Teams That Achieve More\"]Growth conceptualize state deliver communities researched architectures opportunities time enterprise-wide of B2B timely. Distinctively aggregate sources go engage expertise \"organic\" top-line pursue syndicate before customize.[/om_agenda_item][/om_agenda_day][/om_agenda][om_reduce_space height=\"26px\"][vc_cta h2=\"Number of participants is limited!\" h4=\"Don\'t miss your seat. Join the discussion in San Francisco now\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"2em\"][vc_custom_heading text=\"Our (color1)Sponsors(/color1) and Partners\" uppercase=\"yes\" font_container=\"tag:h1|text_align:center\"][vc_empty_space height=\"1em\"][om_logos grayscale=\"yes\" images=\"166,168,169,167\"][vc_empty_space height=\"2em\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','12-revision-v1','','','2016-10-08 10:17:08','2016-10-08 10:17:08','',12,'http://www.taranisco.co.za/2016/10/08/12-revision-v1/',0,'revision','',0),(546,1,'2016-10-08 10:18:07','2016-10-08 10:18:07','[vc_row margin_top=\"-1em\"][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2>GOAL OF THE FORUM</h2>\nThe goal of the Eventerra is to shift the focus from idea generation to idea execution. We bring together the world\'s most productive creative visionaries to share the best practices.[/vc_column_text][vc_btn title=\"Read more\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:%23blank||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2>COVERAGE</h2>\nThe 2016 Eventerra Forum will offer quantitative and qualitative assessments of the impacts of Internet innovations on Orleans’s GDP, growth, and the economy as a whole.[/vc_column_text][vc_btn title=\"Read more\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:%23blank||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: justify;\">WATCH IT LIVE AND WIN R10M IN PRIZES!</h2>\n<p style=\"text-align: justify;\">All delegates watching the Small Business Live broadcast at any participating venue\'s will be in line to win exciting prizes! <strong>Please Note:</strong> The broadcast can only be watched at participating venue\'s. Please call us if your area is not listed.</p>\n<p style=\"text-align: justify;\"><strong>WIN!</strong></p>\n\n<ul style=\"text-align: justify;\">\n 	<li>An exclusive lunch with some of SA\'s top self made business icons</li>\n 	<li>Win R5m in Business Support Vouchers to grow your business</li>\n 	<li>Win R1m worth of web site designs to market your business</li>\n 	<li>Win R1m worth of Online/Digital Marketing Campaigns</li>\n 	<li>Win R1m worth of Mobile Data</li>\n 	<li>Win R1m worth of Radio Exposure</li>\n 	<li>Win R1m worth of Print Media Exposure</li>\n</ul>\n<p style=\"text-align: justify;\"><strong>WATCH LIVE AND WIN!</strong></p>\n[/vc_column_text][vc_btn title=\"Read more\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:%23blank||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\"][/vc_column][/vc_row][vc_row][vc_column][om_reduce_space height=\"1em\"][vc_cta h2=\"Don\'t miss this unique business support opportunity!\" h4=\"Join the discussion on the future of Small Business in South Africa!\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][om_reduce_space height=\"1em\"][/vc_column][/vc_row][vc_row bg_type=\"image\" bg_image_pos=\"100w_bottom\" bg_image=\"344\" padding_top=\"40\" margin_top=\"40\" margin_bottom=\"40\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"2/3\"][vc_custom_heading text=\"The Most Awaiting\nEvent\" uppercase=\"yes\" font_container=\"tag:h1|font_size:42px|text_align:left|line_height:50px\"][vc_row_inner][vc_column_inner width=\"1/2\"][om_reduce_space height=\"50px\"][vc_custom_heading text=\"of the (color1)Year(/color1)\" uppercase=\"yes\" font_container=\"tag:h1|font_size:42px|text_align:left|line_height:50px\"][/vc_column_inner][vc_column_inner width=\"1/2\"][om_reduce_space height=\"24px\" mobile_hide=\"yes\"][vc_column_text]The first annual Eventerra was held years ago, and this time we are going big.\n\nExplore the inner-workings of leading creative companies, and meet fellow attendees in an intimate, interactive setting. Best Speakers, Master Classes from Creative Experts, killer closing party.[/vc_column_text][vc_btn title=\"See schedule\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fdemo.olevmedia.net%2Feventerra%2Fschedule%2F||\" add_icon=\"true\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_empty_space height=\"28vw\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Our (color1)World Class(/color1) Speakers\" uppercase=\"yes\" text_additional=\"Major speakers below, see all list on the speakers page\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Speakers\"][om_reduce_space height=\"1em\"][om_speakers filter=\"category\" description=\"next\" categories=\"major\" margin_top=\"0\" margin_bottom=\"0\"][/vc_column][/vc_row][vc_row bg_type=\"gradient\" gradient_type=\"diagonal2\" bg_color=\"#676767\" bg_color2=\"#313131\" font_color=\"#ffffff\"][vc_column][om_testimonials filter=\"category\" categories=\"group-1\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"3em\"][vc_custom_heading text=\"(color1)Major(/color1) Conference sections\" uppercase=\"yes\" text_additional=\"That\'s not all, more sections on the schedule page\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Schedule\"][om_reduce_space height=\"2em\"][om_agenda description_expand=\"yes\"][om_agenda_day title=\"Day 1\" date=\"18 Sep 2016\"][om_agenda_item time=\"10:00 - 11:00\" room=\"Room A1\" speaker_ids=\"117\" title=\"Morning Committee Meetings\"]Base extend alignments cutting-edge monetize uniquely brand web-readiness completely create other\'s efficient clicks-and-mortar resource.[/om_agenda_item][om_agenda_item time=\"12:00 - 14:00\" room=\"Room D\" speaker_ids=\"118\" title=\"Modern marketing strategies and tactics\"]Maximizing items mission-critical expedite convergence top-line vectors best methodologies top-line reliable productivate total. Incubate reconceptualize cross-unit envisioneer communicate client-centric worldwide objectively collaboratively compliant wireless prospective brand.[/om_agenda_item][om_agenda_item time=\"13:00 - 15:20\" room=\"Video Room\" speaker_ids=\"116\" title=\"Management Development Program\"]Uniquely myocardinate incubate invested applications leadership \"outside the box\" plagiarize distinctive leading-edge. Virtual \"organic\" functionalized resources iterate seize repurpose fully turnkey collaboration experiences enabled standards network.[/om_agenda_item][/om_agenda_day][om_agenda_day title=\"Day 2\" date=\"19 Sep 2016\"][om_agenda_item time=\"10:00 - 12:00\" room=\"Room D\" speaker_ids=\"113\" title=\"Software Applications &amp; Services\"]Items future-proof an uniquely innovate monetize base empowerment users target via innovative markets for. Architect integrate promote based enhance supply e-enable evolve fashion bricks-and-clicks user dynamic drive. [/om_agenda_item][om_agenda_item time=\"11:30 - 13:00\" speaker_ids=\"114\" title=\"IT Infrastructure / Operations Management\" room=\"Room A1\"]Sustainable interactive conveniently niche effective action intellectual utilize credibly synthesize alignments cost client-centered outsourcing. Functionalities areas interfaces progressive productize process-centric fabricate cross granular completely energistically promote scenarios backward-compatible.[/om_agenda_item][om_agenda_item time=\"13:00 - 15:00\" room=\"Video Room\" speaker_ids=\"112\" title=\"Build Better Teams That Achieve More\"]Growth conceptualize state deliver communities researched architectures opportunities time enterprise-wide of B2B timely. Distinctively aggregate sources go engage expertise \"organic\" top-line pursue syndicate before customize.[/om_agenda_item][/om_agenda_day][/om_agenda][om_reduce_space height=\"26px\"][vc_cta h2=\"Number of participants is limited!\" h4=\"Don\'t miss your seat. Join the discussion in San Francisco now\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"2em\"][vc_custom_heading text=\"Our (color1)Sponsors(/color1) and Partners\" uppercase=\"yes\" font_container=\"tag:h1|text_align:center\"][vc_empty_space height=\"1em\"][om_logos grayscale=\"yes\" images=\"166,168,169,167\"][vc_empty_space height=\"2em\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','12-revision-v1','','','2016-10-08 10:18:07','2016-10-08 10:18:07','',12,'http://www.taranisco.co.za/2016/10/08/12-revision-v1/',0,'revision','',0),(547,1,'2016-10-08 10:18:54','2016-10-08 10:18:54','[vc_row margin_top=\"-1em\"][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2>GOAL OF THE FORUM</h2>\nThe goal of the Eventerra is to shift the focus from idea generation to idea execution. We bring together the world\'s most productive creative visionaries to share the best practices.[/vc_column_text][vc_btn title=\"Read more\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:%23blank||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2>COVERAGE</h2>\nThe 2016 Eventerra Forum will offer quantitative and qualitative assessments of the impacts of Internet innovations on Orleans’s GDP, growth, and the economy as a whole.[/vc_column_text][vc_btn title=\"Read more\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:%23blank||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: justify;\"><span style=\"font-size: 18pt;\">WATCH IT LIVE AND WIN R10M IN PRIZES!</span></h2>\n<p style=\"text-align: justify;\">All delegates watching the Small Business Live broadcast at any participating venue\'s will be in line to win exciting prizes! <strong>Please Note:</strong> The broadcast can only be watched at participating venue\'s. Please call us if your area is not listed.</p>\n<p style=\"text-align: justify;\"><strong>WIN!</strong></p>\n\n<ul style=\"text-align: justify;\">\n 	<li>An exclusive lunch with some of SA\'s top self made business icons</li>\n 	<li>Win R5m in Business Support Vouchers to grow your business</li>\n 	<li>Win R1m worth of web site designs to market your business</li>\n 	<li>Win R1m worth of Online/Digital Marketing Campaigns</li>\n 	<li>Win R1m worth of Mobile Data</li>\n 	<li>Win R1m worth of Radio Exposure</li>\n 	<li>Win R1m worth of Print Media Exposure</li>\n</ul>\n<p style=\"text-align: justify;\"><strong>WATCH LIVE AND WIN!</strong></p>\n[/vc_column_text][vc_btn title=\"Read more\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:%23blank||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\"][/vc_column][/vc_row][vc_row][vc_column][om_reduce_space height=\"1em\"][vc_cta h2=\"Don\'t miss this unique business support opportunity!\" h4=\"Join the discussion on the future of Small Business in South Africa!\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][om_reduce_space height=\"1em\"][/vc_column][/vc_row][vc_row bg_type=\"image\" bg_image_pos=\"100w_bottom\" bg_image=\"344\" padding_top=\"40\" margin_top=\"40\" margin_bottom=\"40\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"2/3\"][vc_custom_heading text=\"The Most Awaiting\nEvent\" uppercase=\"yes\" font_container=\"tag:h1|font_size:42px|text_align:left|line_height:50px\"][vc_row_inner][vc_column_inner width=\"1/2\"][om_reduce_space height=\"50px\"][vc_custom_heading text=\"of the (color1)Year(/color1)\" uppercase=\"yes\" font_container=\"tag:h1|font_size:42px|text_align:left|line_height:50px\"][/vc_column_inner][vc_column_inner width=\"1/2\"][om_reduce_space height=\"24px\" mobile_hide=\"yes\"][vc_column_text]The first annual Eventerra was held years ago, and this time we are going big.\n\nExplore the inner-workings of leading creative companies, and meet fellow attendees in an intimate, interactive setting. Best Speakers, Master Classes from Creative Experts, killer closing party.[/vc_column_text][vc_btn title=\"See schedule\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fdemo.olevmedia.net%2Feventerra%2Fschedule%2F||\" add_icon=\"true\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_empty_space height=\"28vw\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Our (color1)World Class(/color1) Speakers\" uppercase=\"yes\" text_additional=\"Major speakers below, see all list on the speakers page\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Speakers\"][om_reduce_space height=\"1em\"][om_speakers filter=\"category\" description=\"next\" categories=\"major\" margin_top=\"0\" margin_bottom=\"0\"][/vc_column][/vc_row][vc_row bg_type=\"gradient\" gradient_type=\"diagonal2\" bg_color=\"#676767\" bg_color2=\"#313131\" font_color=\"#ffffff\"][vc_column][om_testimonials filter=\"category\" categories=\"group-1\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"3em\"][vc_custom_heading text=\"(color1)Major(/color1) Conference sections\" uppercase=\"yes\" text_additional=\"That\'s not all, more sections on the schedule page\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Schedule\"][om_reduce_space height=\"2em\"][om_agenda description_expand=\"yes\"][om_agenda_day title=\"Day 1\" date=\"18 Sep 2016\"][om_agenda_item time=\"10:00 - 11:00\" room=\"Room A1\" speaker_ids=\"117\" title=\"Morning Committee Meetings\"]Base extend alignments cutting-edge monetize uniquely brand web-readiness completely create other\'s efficient clicks-and-mortar resource.[/om_agenda_item][om_agenda_item time=\"12:00 - 14:00\" room=\"Room D\" speaker_ids=\"118\" title=\"Modern marketing strategies and tactics\"]Maximizing items mission-critical expedite convergence top-line vectors best methodologies top-line reliable productivate total. Incubate reconceptualize cross-unit envisioneer communicate client-centric worldwide objectively collaboratively compliant wireless prospective brand.[/om_agenda_item][om_agenda_item time=\"13:00 - 15:20\" room=\"Video Room\" speaker_ids=\"116\" title=\"Management Development Program\"]Uniquely myocardinate incubate invested applications leadership \"outside the box\" plagiarize distinctive leading-edge. Virtual \"organic\" functionalized resources iterate seize repurpose fully turnkey collaboration experiences enabled standards network.[/om_agenda_item][/om_agenda_day][om_agenda_day title=\"Day 2\" date=\"19 Sep 2016\"][om_agenda_item time=\"10:00 - 12:00\" room=\"Room D\" speaker_ids=\"113\" title=\"Software Applications &amp; Services\"]Items future-proof an uniquely innovate monetize base empowerment users target via innovative markets for. Architect integrate promote based enhance supply e-enable evolve fashion bricks-and-clicks user dynamic drive. [/om_agenda_item][om_agenda_item time=\"11:30 - 13:00\" speaker_ids=\"114\" title=\"IT Infrastructure / Operations Management\" room=\"Room A1\"]Sustainable interactive conveniently niche effective action intellectual utilize credibly synthesize alignments cost client-centered outsourcing. Functionalities areas interfaces progressive productize process-centric fabricate cross granular completely energistically promote scenarios backward-compatible.[/om_agenda_item][om_agenda_item time=\"13:00 - 15:00\" room=\"Video Room\" speaker_ids=\"112\" title=\"Build Better Teams That Achieve More\"]Growth conceptualize state deliver communities researched architectures opportunities time enterprise-wide of B2B timely. Distinctively aggregate sources go engage expertise \"organic\" top-line pursue syndicate before customize.[/om_agenda_item][/om_agenda_day][/om_agenda][om_reduce_space height=\"26px\"][vc_cta h2=\"Number of participants is limited!\" h4=\"Don\'t miss your seat. Join the discussion in San Francisco now\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"2em\"][vc_custom_heading text=\"Our (color1)Sponsors(/color1) and Partners\" uppercase=\"yes\" font_container=\"tag:h1|text_align:center\"][vc_empty_space height=\"1em\"][om_logos grayscale=\"yes\" images=\"166,168,169,167\"][vc_empty_space height=\"2em\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','12-revision-v1','','','2016-10-08 10:18:54','2016-10-08 10:18:54','',12,'http://www.taranisco.co.za/2016/10/08/12-revision-v1/',0,'revision','',0),(567,1,'2016-10-08 11:50:13','2016-10-08 11:50:13','[vc_row margin_top=\"-1em\"][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">SMALL BUSINESS LIVE TV BROADCAST TO REACH 1000\'s!</span></h2>\n<p style=\"text-align: justify;\">Be part of this groundbreaking TV Broadcast, which will be watched countrywide in a three-hour long presentation on how to successfully access small business support programmes offered by both the government and the private sector respectively.</p>\n<p style=\"text-align: justify;\">Small Business Live will partner with local municipalities and provincial government departments to host venue\'s in their areas allowing local small businesses to attend and watch the broadcast between 12h00-15h00 on Thursday 30 November 2016. The broadcast will eliminate the need for small businesses to travel to bigger towns and cities since they can watch the presentations in the comfort of a local venue.</p>\n<p style=\"text-align: justify;\"><strong>BOOK YOUR SEAT NOW!</strong></p>\n[/vc_column_text][vc_btn title=\"Read more\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:%23blank||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">GROW YOUR BUSINESS TODAY!</span></h2>\n<p style=\"text-align: justify;\">By attending Small Business Live you will be empowered on how to submit effective applications for support programmes available in the market and improve the capacity of your enterprise to serve your clients more effectively.</p>\n<p style=\"text-align: justify;\">Government\'s tendering laws are in the process of being changed and all big companies will now be forced to sub-contract with businesses that are owned by youth, women and people living in rural areas.</p>\n<p style=\"text-align: justify;\">Companies will also be looking to build the capacity of small businesses through Supplier &amp; Enterprise Development Programmes and by attending Small Business Live, you will put yourself in the frontline of these support initiatives.</p>\n<p style=\"text-align: justify;\"><strong>BENEFIT FROM TOP ADVISE!</strong></p>\n[/vc_column_text][vc_btn title=\"Read more\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:%23blank||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">WATCH IT LIVE AND WIN R10M IN PRIZES!</span></h2>\n<p style=\"text-align: justify;\">All delegates watching the Small Business Live broadcast at any participating venue will be in line to win exciting prizes! <strong>Please Note:</strong> <em>The broadcast can only be watched at participating venue\'s. Please call us if your area is not listed.</em></p>\n<p style=\"text-align: justify;\"><strong>WIN!</strong></p>\n\n<ul style=\"text-align: justify;\">\n 	<li>An exclusive lunch with some of SA\'s top self made business icons</li>\n 	<li>Win R5m in Business Support Vouchers to grow your business</li>\n 	<li>Win R1m worth of web site designs to market your business</li>\n 	<li>Win R1m worth of Online/Digital Marketing Campaigns</li>\n 	<li>Win R1m worth of Mobile Data</li>\n 	<li>Win R1m worth of Radio Exposure</li>\n 	<li>Win R1m worth of Print Media Exposure</li>\n</ul>\n<p style=\"text-align: justify;\"><strong>WATCH LIVE AND WIN!</strong></p>\n[/vc_column_text][vc_btn title=\"Read more\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:%23blank||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\"][/vc_column][/vc_row][vc_row][vc_column][om_reduce_space height=\"1em\"][vc_cta h2=\"Don\'t miss this unique business support opportunity!\" h4=\"Join the discussion on the future of Small Business in South Africa!\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Interact with Our (color1)Speakers(/color1)\n\nLive via SMS, Twitter & Facebook!\" uppercase=\"yes\" text_additional=\"Get a Front Row Seat and Get Empowered!\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Speakers\"][om_reduce_space height=\"1em\"][/vc_column][/vc_row][vc_row bg_type=\"gradient\" gradient_type=\"diagonal2\" bg_color=\"#676767\" bg_color2=\"#313131\" font_color=\"#ffffff\"][vc_column][om_testimonials filter=\"category\" categories=\"group-1\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"(color1)Broadcast(/color1) Schedule:\n\n(color2)12h00-15h00(/color2) \" uppercase=\"yes\" text_additional=\"Arrive early to avoid disappointment!\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Schedule\"][om_agenda description_expand=\"yes\"][om_agenda_day title=\"Day 1\" date=\"18 Sep 2016\"][om_agenda_item time=\"11:50  \" room=\" \" title=\"All delegates to be seated\"] [/om_agenda_item][om_agenda_item time=\"12:00-12:05\" room=\" \" title=\"Broadcast Commences with Opening & Welcome\"] [/om_agenda_item][om_agenda_item time=\"12:05-12:20\" room=\" \" title=\"First Presentation\"] .[/om_agenda_item][om_agenda_item time=\"12.20-12.35\" title=\"Second Presentation\"][/om_agenda_item][om_agenda_item time=\"12.35-12.50\" title=\"Third Presentation\"][/om_agenda_item][om_agenda_item time=\"12.50-13.05\" title=\"Fourth Presentation\"][/om_agenda_item][om_agenda_item time=\"13.05-13.20\" title=\"Fifth Presentation\"][/om_agenda_item][om_agenda_item time=\"13.20-13.30\" title=\"Delegates\' Questions & Answers\"][/om_agenda_item][om_agenda_item time=\"13.30-13.45\" title=\"Networking Break\"][/om_agenda_item][om_agenda_item time=\"13.45-14.00\" title=\"Sixth Presentation \"][/om_agenda_item][om_agenda_item time=\"14.15-14.30\" title=\"Seventh Presentation\"][/om_agenda_item][om_agenda_item time=\"14.45-15.00\" title=\"The Best Advice Ever: Panel Discussion\"][/om_agenda_item][om_agenda_item time=\"15.00\" title=\"Broadcast Ends\"][/om_agenda_item][/om_agenda_day][om_agenda_day][/om_agenda_day][/om_agenda][om_reduce_space height=\"26px\"][vc_cta h2=\"Number of participants is limited!\" h4=\"Don\'t miss your seat. Join the discussion in San Francisco now\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"2em\"][vc_custom_heading text=\"Our (color1)Sponsors(/color1) and Partners\" uppercase=\"yes\" font_container=\"tag:h1|text_align:center\"][vc_empty_space height=\"1em\"][om_logos grayscale=\"yes\" images=\"166,168,169,167\"][vc_empty_space height=\"2em\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','12-revision-v1','','','2016-10-08 11:50:13','2016-10-08 11:50:13','',12,'http://www.taranisco.co.za/2016/10/08/12-revision-v1/',0,'revision','',0),(566,1,'2016-10-08 11:26:57','2016-10-08 11:26:57','[vc_row margin_top=\"-1em\"][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">SMALL BUSINESS LIVE TV BROADCAST TO REACH 1000\'s!</span></h2>\n<p style=\"text-align: justify;\">Be part of this groundbreaking TV Broadcast, which will be watched countrywide in a three-hour long presentation on how to successfully access small business support programmes offered by both the government and the private sector respectively.</p>\n<p style=\"text-align: justify;\">Small Business Live will partner with local municipalities and provincial government departments to host venue\'s in their areas allowing local small businesses to attend and watch the broadcast between 12h00-15h00 on Thursday 30 November 2016. The broadcast will eliminate the need for small businesses to travel to bigger towns and cities since they can watch the presentations in the comfort of a local venue.</p>\n<p style=\"text-align: justify;\"><strong>BOOK YOUR SEAT NOW!</strong></p>\n[/vc_column_text][vc_btn title=\"Read more\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:%23blank||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">GROW YOUR BUSINESS TODAY!</span></h2>\n<p style=\"text-align: justify;\">By attending Small Business Live you will be empowered on how to submit effective applications for support programmes available in the market and improve the capacity of your enterprise to serve your clients more effectively.</p>\n<p style=\"text-align: justify;\">Government\'s tendering laws are in the process of being changed and all big companies will now be forced to sub-contract with businesses that are owned by youth, women and people living in rural areas.</p>\n<p style=\"text-align: justify;\">Companies will also be looking to build the capacity of small businesses through Supplier &amp; Enterprise Development Programmes and by attending Small Business Live, you will put yourself in the frontline of these support initiatives.</p>\n<p style=\"text-align: justify;\"><strong>BENEFIT FROM TOP ADVISE!</strong></p>\n[/vc_column_text][vc_btn title=\"Read more\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:%23blank||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">WATCH IT LIVE AND WIN R10M IN PRIZES!</span></h2>\n<p style=\"text-align: justify;\">All delegates watching the Small Business Live broadcast at any participating venue will be in line to win exciting prizes! <strong>Please Note:</strong> <em>The broadcast can only be watched at participating venue\'s. Please call us if your area is not listed.</em></p>\n<p style=\"text-align: justify;\"><strong>WIN!</strong></p>\n\n<ul style=\"text-align: justify;\">\n 	<li>An exclusive lunch with some of SA\'s top self made business icons</li>\n 	<li>Win R5m in Business Support Vouchers to grow your business</li>\n 	<li>Win R1m worth of web site designs to market your business</li>\n 	<li>Win R1m worth of Online/Digital Marketing Campaigns</li>\n 	<li>Win R1m worth of Mobile Data</li>\n 	<li>Win R1m worth of Radio Exposure</li>\n 	<li>Win R1m worth of Print Media Exposure</li>\n</ul>\n<p style=\"text-align: justify;\"><strong>WATCH LIVE AND WIN!</strong></p>\n[/vc_column_text][vc_btn title=\"Read more\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:%23blank||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\"][/vc_column][/vc_row][vc_row][vc_column][om_reduce_space height=\"1em\"][vc_cta h2=\"Don\'t miss this unique business support opportunity!\" h4=\"Join the discussion on the future of Small Business in South Africa!\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Interact with Our (color1)Speakers(/color1) Live via SMS, Twitter & Facebook!\" uppercase=\"yes\" text_additional=\"Get a Front Row Seat and Get Empowered!\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Speakers\"][om_reduce_space height=\"1em\"][/vc_column][/vc_row][vc_row bg_type=\"gradient\" gradient_type=\"diagonal2\" bg_color=\"#676767\" bg_color2=\"#313131\" font_color=\"#ffffff\"][vc_column][om_testimonials filter=\"category\" categories=\"group-1\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"(color1)Broadcast(/color1) Schedule:\n\n(color2)12h00-15h00(/color2) \" uppercase=\"yes\" text_additional=\"Arrive early to avoid disappointment!\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Schedule\"][om_agenda description_expand=\"yes\"][om_agenda_day title=\"Day 1\" date=\"18 Sep 2016\"][om_agenda_item time=\"10:00 - 11:00\" room=\"Room A1\" speaker_ids=\"117\" title=\"Morning Committee Meetings\"]Base extend alignments cutting-edge monetize uniquely brand web-readiness completely create other\'s efficient clicks-and-mortar resource.[/om_agenda_item][om_agenda_item time=\"12:00 - 14:00\" room=\"Room D\" speaker_ids=\"118\" title=\"Modern marketing strategies and tactics\"]Maximizing items mission-critical expedite convergence top-line vectors best methodologies top-line reliable productivate total. Incubate reconceptualize cross-unit envisioneer communicate client-centric worldwide objectively collaboratively compliant wireless prospective brand.[/om_agenda_item][om_agenda_item time=\"13:00 - 15:20\" room=\"Video Room\" speaker_ids=\"116\" title=\"Management Development Program\"]Uniquely myocardinate incubate invested applications leadership \"outside the box\" plagiarize distinctive leading-edge. Virtual \"organic\" functionalized resources iterate seize repurpose fully turnkey collaboration experiences enabled standards network.[/om_agenda_item][/om_agenda_day][om_agenda_day title=\"Day 2\" date=\"19 Sep 2016\"][om_agenda_item time=\"10:00 - 12:00\" room=\"Room D\" speaker_ids=\"113\" title=\"Software Applications &amp; Services\"]Items future-proof an uniquely innovate monetize base empowerment users target via innovative markets for. Architect integrate promote based enhance supply e-enable evolve fashion bricks-and-clicks user dynamic drive. [/om_agenda_item][om_agenda_item time=\"11:30 - 13:00\" speaker_ids=\"114\" title=\"IT Infrastructure / Operations Management\" room=\"Room A1\"]Sustainable interactive conveniently niche effective action intellectual utilize credibly synthesize alignments cost client-centered outsourcing. Functionalities areas interfaces progressive productize process-centric fabricate cross granular completely energistically promote scenarios backward-compatible.[/om_agenda_item][om_agenda_item time=\"13:00 - 15:00\" room=\"Video Room\" speaker_ids=\"112\" title=\"Build Better Teams That Achieve More\"]Growth conceptualize state deliver communities researched architectures opportunities time enterprise-wide of B2B timely. Distinctively aggregate sources go engage expertise \"organic\" top-line pursue syndicate before customize.[/om_agenda_item][/om_agenda_day][/om_agenda][om_reduce_space height=\"26px\"][vc_cta h2=\"Number of participants is limited!\" h4=\"Don\'t miss your seat. Join the discussion in San Francisco now\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"2em\"][vc_custom_heading text=\"Our (color1)Sponsors(/color1) and Partners\" uppercase=\"yes\" font_container=\"tag:h1|text_align:center\"][vc_empty_space height=\"1em\"][om_logos grayscale=\"yes\" images=\"166,168,169,167\"][vc_empty_space height=\"2em\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','12-revision-v1','','','2016-10-08 11:26:57','2016-10-08 11:26:57','',12,'http://www.taranisco.co.za/2016/10/08/12-revision-v1/',0,'revision','',0),(548,1,'2016-10-08 10:21:32','2016-10-08 10:21:32','[vc_row margin_top=\"-1em\"][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2><span style=\"font-size: 18pt;\">SMALL BUSINESS LIVE TV BROADCAST TO REACH 1000\'s OF SMALL BUSINESSES!</span></h2>\nBe part of this groundbreaking TV Broadcast, which will be watched countrywide in a three-hour long presentation on how to successfully access small business support programmes offered by both the government and the private sector respectively.[/vc_column_text][vc_btn title=\"Read more\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:%23blank||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2>COVERAGE</h2>\nThe 2016 Eventerra Forum will offer quantitative and qualitative assessments of the impacts of Internet innovations on Orleans’s GDP, growth, and the economy as a whole.[/vc_column_text][vc_btn title=\"Read more\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:%23blank||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: justify;\"><span style=\"font-size: 18pt;\">WATCH IT LIVE AND WIN R10M IN PRIZES!</span></h2>\n<p style=\"text-align: justify;\">All delegates watching the Small Business Live broadcast at any participating venue\'s will be in line to win exciting prizes! <strong>Please Note:</strong> The broadcast can only be watched at participating venue\'s. Please call us if your area is not listed.</p>\n<p style=\"text-align: justify;\"><strong>WIN!</strong></p>\n\n<ul style=\"text-align: justify;\">\n 	<li>An exclusive lunch with some of SA\'s top self made business icons</li>\n 	<li>Win R5m in Business Support Vouchers to grow your business</li>\n 	<li>Win R1m worth of web site designs to market your business</li>\n 	<li>Win R1m worth of Online/Digital Marketing Campaigns</li>\n 	<li>Win R1m worth of Mobile Data</li>\n 	<li>Win R1m worth of Radio Exposure</li>\n 	<li>Win R1m worth of Print Media Exposure</li>\n</ul>\n<p style=\"text-align: justify;\"><strong>WATCH LIVE AND WIN!</strong></p>\n[/vc_column_text][vc_btn title=\"Read more\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:%23blank||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\"][/vc_column][/vc_row][vc_row][vc_column][om_reduce_space height=\"1em\"][vc_cta h2=\"Don\'t miss this unique business support opportunity!\" h4=\"Join the discussion on the future of Small Business in South Africa!\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][om_reduce_space height=\"1em\"][/vc_column][/vc_row][vc_row bg_type=\"image\" bg_image_pos=\"100w_bottom\" bg_image=\"344\" padding_top=\"40\" margin_top=\"40\" margin_bottom=\"40\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"2/3\"][vc_custom_heading text=\"The Most Awaiting\nEvent\" uppercase=\"yes\" font_container=\"tag:h1|font_size:42px|text_align:left|line_height:50px\"][vc_row_inner][vc_column_inner width=\"1/2\"][om_reduce_space height=\"50px\"][vc_custom_heading text=\"of the (color1)Year(/color1)\" uppercase=\"yes\" font_container=\"tag:h1|font_size:42px|text_align:left|line_height:50px\"][/vc_column_inner][vc_column_inner width=\"1/2\"][om_reduce_space height=\"24px\" mobile_hide=\"yes\"][vc_column_text]The first annual Eventerra was held years ago, and this time we are going big.\n\nExplore the inner-workings of leading creative companies, and meet fellow attendees in an intimate, interactive setting. Best Speakers, Master Classes from Creative Experts, killer closing party.[/vc_column_text][vc_btn title=\"See schedule\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fdemo.olevmedia.net%2Feventerra%2Fschedule%2F||\" add_icon=\"true\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_empty_space height=\"28vw\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Our (color1)World Class(/color1) Speakers\" uppercase=\"yes\" text_additional=\"Major speakers below, see all list on the speakers page\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Speakers\"][om_reduce_space height=\"1em\"][om_speakers filter=\"category\" description=\"next\" categories=\"major\" margin_top=\"0\" margin_bottom=\"0\"][/vc_column][/vc_row][vc_row bg_type=\"gradient\" gradient_type=\"diagonal2\" bg_color=\"#676767\" bg_color2=\"#313131\" font_color=\"#ffffff\"][vc_column][om_testimonials filter=\"category\" categories=\"group-1\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"3em\"][vc_custom_heading text=\"(color1)Major(/color1) Conference sections\" uppercase=\"yes\" text_additional=\"That\'s not all, more sections on the schedule page\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Schedule\"][om_reduce_space height=\"2em\"][om_agenda description_expand=\"yes\"][om_agenda_day title=\"Day 1\" date=\"18 Sep 2016\"][om_agenda_item time=\"10:00 - 11:00\" room=\"Room A1\" speaker_ids=\"117\" title=\"Morning Committee Meetings\"]Base extend alignments cutting-edge monetize uniquely brand web-readiness completely create other\'s efficient clicks-and-mortar resource.[/om_agenda_item][om_agenda_item time=\"12:00 - 14:00\" room=\"Room D\" speaker_ids=\"118\" title=\"Modern marketing strategies and tactics\"]Maximizing items mission-critical expedite convergence top-line vectors best methodologies top-line reliable productivate total. Incubate reconceptualize cross-unit envisioneer communicate client-centric worldwide objectively collaboratively compliant wireless prospective brand.[/om_agenda_item][om_agenda_item time=\"13:00 - 15:20\" room=\"Video Room\" speaker_ids=\"116\" title=\"Management Development Program\"]Uniquely myocardinate incubate invested applications leadership \"outside the box\" plagiarize distinctive leading-edge. Virtual \"organic\" functionalized resources iterate seize repurpose fully turnkey collaboration experiences enabled standards network.[/om_agenda_item][/om_agenda_day][om_agenda_day title=\"Day 2\" date=\"19 Sep 2016\"][om_agenda_item time=\"10:00 - 12:00\" room=\"Room D\" speaker_ids=\"113\" title=\"Software Applications &amp; Services\"]Items future-proof an uniquely innovate monetize base empowerment users target via innovative markets for. Architect integrate promote based enhance supply e-enable evolve fashion bricks-and-clicks user dynamic drive. [/om_agenda_item][om_agenda_item time=\"11:30 - 13:00\" speaker_ids=\"114\" title=\"IT Infrastructure / Operations Management\" room=\"Room A1\"]Sustainable interactive conveniently niche effective action intellectual utilize credibly synthesize alignments cost client-centered outsourcing. Functionalities areas interfaces progressive productize process-centric fabricate cross granular completely energistically promote scenarios backward-compatible.[/om_agenda_item][om_agenda_item time=\"13:00 - 15:00\" room=\"Video Room\" speaker_ids=\"112\" title=\"Build Better Teams That Achieve More\"]Growth conceptualize state deliver communities researched architectures opportunities time enterprise-wide of B2B timely. Distinctively aggregate sources go engage expertise \"organic\" top-line pursue syndicate before customize.[/om_agenda_item][/om_agenda_day][/om_agenda][om_reduce_space height=\"26px\"][vc_cta h2=\"Number of participants is limited!\" h4=\"Don\'t miss your seat. Join the discussion in San Francisco now\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"2em\"][vc_custom_heading text=\"Our (color1)Sponsors(/color1) and Partners\" uppercase=\"yes\" font_container=\"tag:h1|text_align:center\"][vc_empty_space height=\"1em\"][om_logos grayscale=\"yes\" images=\"166,168,169,167\"][vc_empty_space height=\"2em\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','12-revision-v1','','','2016-10-08 10:21:32','2016-10-08 10:21:32','',12,'http://www.taranisco.co.za/2016/10/08/12-revision-v1/',0,'revision','',0),(549,1,'2016-10-08 10:22:25','2016-10-08 10:22:25','[vc_row margin_top=\"-1em\"][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2><span style=\"font-size: 18pt;\">SMALL BUSINESS LIVE TV BROADCAST TO REACH 1000\'s OF SMALL BUSINESSES!</span></h2>\n<p style=\"text-align: justify;\">Be part of this groundbreaking TV Broadcast, which will be watched countrywide in a three-hour long presentation on how to successfully access small business support programmes offered by both the government and the private sector respectively.</p>\n[/vc_column_text][vc_btn title=\"Read more\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:%23blank||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2>COVERAGE</h2>\nThe 2016 Eventerra Forum will offer quantitative and qualitative assessments of the impacts of Internet innovations on Orleans’s GDP, growth, and the economy as a whole.[/vc_column_text][vc_btn title=\"Read more\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:%23blank||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: justify;\"><span style=\"font-size: 18pt;\">WATCH IT LIVE AND WIN R10M IN PRIZES!</span></h2>\n<p style=\"text-align: justify;\">All delegates watching the Small Business Live broadcast at any participating venue\'s will be in line to win exciting prizes! <strong>Please Note:</strong> The broadcast can only be watched at participating venue\'s. Please call us if your area is not listed.</p>\n<p style=\"text-align: justify;\"><strong>WIN!</strong></p>\n\n<ul style=\"text-align: justify;\">\n 	<li>An exclusive lunch with some of SA\'s top self made business icons</li>\n 	<li>Win R5m in Business Support Vouchers to grow your business</li>\n 	<li>Win R1m worth of web site designs to market your business</li>\n 	<li>Win R1m worth of Online/Digital Marketing Campaigns</li>\n 	<li>Win R1m worth of Mobile Data</li>\n 	<li>Win R1m worth of Radio Exposure</li>\n 	<li>Win R1m worth of Print Media Exposure</li>\n</ul>\n<p style=\"text-align: justify;\"><strong>WATCH LIVE AND WIN!</strong></p>\n[/vc_column_text][vc_btn title=\"Read more\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:%23blank||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\"][/vc_column][/vc_row][vc_row][vc_column][om_reduce_space height=\"1em\"][vc_cta h2=\"Don\'t miss this unique business support opportunity!\" h4=\"Join the discussion on the future of Small Business in South Africa!\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][om_reduce_space height=\"1em\"][/vc_column][/vc_row][vc_row bg_type=\"image\" bg_image_pos=\"100w_bottom\" bg_image=\"344\" padding_top=\"40\" margin_top=\"40\" margin_bottom=\"40\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"2/3\"][vc_custom_heading text=\"The Most Awaiting\nEvent\" uppercase=\"yes\" font_container=\"tag:h1|font_size:42px|text_align:left|line_height:50px\"][vc_row_inner][vc_column_inner width=\"1/2\"][om_reduce_space height=\"50px\"][vc_custom_heading text=\"of the (color1)Year(/color1)\" uppercase=\"yes\" font_container=\"tag:h1|font_size:42px|text_align:left|line_height:50px\"][/vc_column_inner][vc_column_inner width=\"1/2\"][om_reduce_space height=\"24px\" mobile_hide=\"yes\"][vc_column_text]The first annual Eventerra was held years ago, and this time we are going big.\n\nExplore the inner-workings of leading creative companies, and meet fellow attendees in an intimate, interactive setting. Best Speakers, Master Classes from Creative Experts, killer closing party.[/vc_column_text][vc_btn title=\"See schedule\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fdemo.olevmedia.net%2Feventerra%2Fschedule%2F||\" add_icon=\"true\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_empty_space height=\"28vw\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Our (color1)World Class(/color1) Speakers\" uppercase=\"yes\" text_additional=\"Major speakers below, see all list on the speakers page\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Speakers\"][om_reduce_space height=\"1em\"][om_speakers filter=\"category\" description=\"next\" categories=\"major\" margin_top=\"0\" margin_bottom=\"0\"][/vc_column][/vc_row][vc_row bg_type=\"gradient\" gradient_type=\"diagonal2\" bg_color=\"#676767\" bg_color2=\"#313131\" font_color=\"#ffffff\"][vc_column][om_testimonials filter=\"category\" categories=\"group-1\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"3em\"][vc_custom_heading text=\"(color1)Major(/color1) Conference sections\" uppercase=\"yes\" text_additional=\"That\'s not all, more sections on the schedule page\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Schedule\"][om_reduce_space height=\"2em\"][om_agenda description_expand=\"yes\"][om_agenda_day title=\"Day 1\" date=\"18 Sep 2016\"][om_agenda_item time=\"10:00 - 11:00\" room=\"Room A1\" speaker_ids=\"117\" title=\"Morning Committee Meetings\"]Base extend alignments cutting-edge monetize uniquely brand web-readiness completely create other\'s efficient clicks-and-mortar resource.[/om_agenda_item][om_agenda_item time=\"12:00 - 14:00\" room=\"Room D\" speaker_ids=\"118\" title=\"Modern marketing strategies and tactics\"]Maximizing items mission-critical expedite convergence top-line vectors best methodologies top-line reliable productivate total. Incubate reconceptualize cross-unit envisioneer communicate client-centric worldwide objectively collaboratively compliant wireless prospective brand.[/om_agenda_item][om_agenda_item time=\"13:00 - 15:20\" room=\"Video Room\" speaker_ids=\"116\" title=\"Management Development Program\"]Uniquely myocardinate incubate invested applications leadership \"outside the box\" plagiarize distinctive leading-edge. Virtual \"organic\" functionalized resources iterate seize repurpose fully turnkey collaboration experiences enabled standards network.[/om_agenda_item][/om_agenda_day][om_agenda_day title=\"Day 2\" date=\"19 Sep 2016\"][om_agenda_item time=\"10:00 - 12:00\" room=\"Room D\" speaker_ids=\"113\" title=\"Software Applications &amp; Services\"]Items future-proof an uniquely innovate monetize base empowerment users target via innovative markets for. Architect integrate promote based enhance supply e-enable evolve fashion bricks-and-clicks user dynamic drive. [/om_agenda_item][om_agenda_item time=\"11:30 - 13:00\" speaker_ids=\"114\" title=\"IT Infrastructure / Operations Management\" room=\"Room A1\"]Sustainable interactive conveniently niche effective action intellectual utilize credibly synthesize alignments cost client-centered outsourcing. Functionalities areas interfaces progressive productize process-centric fabricate cross granular completely energistically promote scenarios backward-compatible.[/om_agenda_item][om_agenda_item time=\"13:00 - 15:00\" room=\"Video Room\" speaker_ids=\"112\" title=\"Build Better Teams That Achieve More\"]Growth conceptualize state deliver communities researched architectures opportunities time enterprise-wide of B2B timely. Distinctively aggregate sources go engage expertise \"organic\" top-line pursue syndicate before customize.[/om_agenda_item][/om_agenda_day][/om_agenda][om_reduce_space height=\"26px\"][vc_cta h2=\"Number of participants is limited!\" h4=\"Don\'t miss your seat. Join the discussion in San Francisco now\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"2em\"][vc_custom_heading text=\"Our (color1)Sponsors(/color1) and Partners\" uppercase=\"yes\" font_container=\"tag:h1|text_align:center\"][vc_empty_space height=\"1em\"][om_logos grayscale=\"yes\" images=\"166,168,169,167\"][vc_empty_space height=\"2em\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','12-revision-v1','','','2016-10-08 10:22:25','2016-10-08 10:22:25','',12,'http://www.taranisco.co.za/2016/10/08/12-revision-v1/',0,'revision','',0),(550,1,'2016-10-08 10:24:56','2016-10-08 10:24:56','[vc_row margin_top=\"-1em\"][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2><span style=\"font-size: 18pt;\">SMALL BUSINESS LIVE TV BROADCAST TO REACH 1000\'s OF SMALL BUSINESSES!</span></h2>\n<p style=\"text-align: justify;\">Be part of this groundbreaking TV Broadcast, which will be watched countrywide in a three-hour long presentation on how to successfully access small business support programmes offered by both the government and the private sector respectively.</p>\n<p style=\"text-align: justify;\">Small Business Live will partner with local municipalities and provincial government departments to host venue\'s in their areas allowing local small businesses to attend and watch the broadcast between 12h00-15h00 on Thursday 30 November 2016.</p>\n[/vc_column_text][vc_btn title=\"Read more\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:%23blank||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2>COVERAGE</h2>\nThe 2016 Eventerra Forum will offer quantitative and qualitative assessments of the impacts of Internet innovations on Orleans’s GDP, growth, and the economy as a whole.[/vc_column_text][vc_btn title=\"Read more\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:%23blank||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: justify;\"><span style=\"font-size: 18pt;\">WATCH IT LIVE AND WIN R10M IN PRIZES!</span></h2>\n<p style=\"text-align: justify;\">All delegates watching the Small Business Live broadcast at any participating venue\'s will be in line to win exciting prizes! <strong>Please Note:</strong> The broadcast can only be watched at participating venue\'s. Please call us if your area is not listed.</p>\n<p style=\"text-align: justify;\"><strong>WIN!</strong></p>\n\n<ul style=\"text-align: justify;\">\n 	<li>An exclusive lunch with some of SA\'s top self made business icons</li>\n 	<li>Win R5m in Business Support Vouchers to grow your business</li>\n 	<li>Win R1m worth of web site designs to market your business</li>\n 	<li>Win R1m worth of Online/Digital Marketing Campaigns</li>\n 	<li>Win R1m worth of Mobile Data</li>\n 	<li>Win R1m worth of Radio Exposure</li>\n 	<li>Win R1m worth of Print Media Exposure</li>\n</ul>\n<p style=\"text-align: justify;\"><strong>WATCH LIVE AND WIN!</strong></p>\n[/vc_column_text][vc_btn title=\"Read more\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:%23blank||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\"][/vc_column][/vc_row][vc_row][vc_column][om_reduce_space height=\"1em\"][vc_cta h2=\"Don\'t miss this unique business support opportunity!\" h4=\"Join the discussion on the future of Small Business in South Africa!\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][om_reduce_space height=\"1em\"][/vc_column][/vc_row][vc_row bg_type=\"image\" bg_image_pos=\"100w_bottom\" bg_image=\"344\" padding_top=\"40\" margin_top=\"40\" margin_bottom=\"40\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"2/3\"][vc_custom_heading text=\"The Most Awaiting\nEvent\" uppercase=\"yes\" font_container=\"tag:h1|font_size:42px|text_align:left|line_height:50px\"][vc_row_inner][vc_column_inner width=\"1/2\"][om_reduce_space height=\"50px\"][vc_custom_heading text=\"of the (color1)Year(/color1)\" uppercase=\"yes\" font_container=\"tag:h1|font_size:42px|text_align:left|line_height:50px\"][/vc_column_inner][vc_column_inner width=\"1/2\"][om_reduce_space height=\"24px\" mobile_hide=\"yes\"][vc_column_text]The first annual Eventerra was held years ago, and this time we are going big.\n\nExplore the inner-workings of leading creative companies, and meet fellow attendees in an intimate, interactive setting. Best Speakers, Master Classes from Creative Experts, killer closing party.[/vc_column_text][vc_btn title=\"See schedule\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fdemo.olevmedia.net%2Feventerra%2Fschedule%2F||\" add_icon=\"true\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_empty_space height=\"28vw\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Our (color1)World Class(/color1) Speakers\" uppercase=\"yes\" text_additional=\"Major speakers below, see all list on the speakers page\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Speakers\"][om_reduce_space height=\"1em\"][om_speakers filter=\"category\" description=\"next\" categories=\"major\" margin_top=\"0\" margin_bottom=\"0\"][/vc_column][/vc_row][vc_row bg_type=\"gradient\" gradient_type=\"diagonal2\" bg_color=\"#676767\" bg_color2=\"#313131\" font_color=\"#ffffff\"][vc_column][om_testimonials filter=\"category\" categories=\"group-1\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"3em\"][vc_custom_heading text=\"(color1)Major(/color1) Conference sections\" uppercase=\"yes\" text_additional=\"That\'s not all, more sections on the schedule page\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Schedule\"][om_reduce_space height=\"2em\"][om_agenda description_expand=\"yes\"][om_agenda_day title=\"Day 1\" date=\"18 Sep 2016\"][om_agenda_item time=\"10:00 - 11:00\" room=\"Room A1\" speaker_ids=\"117\" title=\"Morning Committee Meetings\"]Base extend alignments cutting-edge monetize uniquely brand web-readiness completely create other\'s efficient clicks-and-mortar resource.[/om_agenda_item][om_agenda_item time=\"12:00 - 14:00\" room=\"Room D\" speaker_ids=\"118\" title=\"Modern marketing strategies and tactics\"]Maximizing items mission-critical expedite convergence top-line vectors best methodologies top-line reliable productivate total. Incubate reconceptualize cross-unit envisioneer communicate client-centric worldwide objectively collaboratively compliant wireless prospective brand.[/om_agenda_item][om_agenda_item time=\"13:00 - 15:20\" room=\"Video Room\" speaker_ids=\"116\" title=\"Management Development Program\"]Uniquely myocardinate incubate invested applications leadership \"outside the box\" plagiarize distinctive leading-edge. Virtual \"organic\" functionalized resources iterate seize repurpose fully turnkey collaboration experiences enabled standards network.[/om_agenda_item][/om_agenda_day][om_agenda_day title=\"Day 2\" date=\"19 Sep 2016\"][om_agenda_item time=\"10:00 - 12:00\" room=\"Room D\" speaker_ids=\"113\" title=\"Software Applications &amp; Services\"]Items future-proof an uniquely innovate monetize base empowerment users target via innovative markets for. Architect integrate promote based enhance supply e-enable evolve fashion bricks-and-clicks user dynamic drive. [/om_agenda_item][om_agenda_item time=\"11:30 - 13:00\" speaker_ids=\"114\" title=\"IT Infrastructure / Operations Management\" room=\"Room A1\"]Sustainable interactive conveniently niche effective action intellectual utilize credibly synthesize alignments cost client-centered outsourcing. Functionalities areas interfaces progressive productize process-centric fabricate cross granular completely energistically promote scenarios backward-compatible.[/om_agenda_item][om_agenda_item time=\"13:00 - 15:00\" room=\"Video Room\" speaker_ids=\"112\" title=\"Build Better Teams That Achieve More\"]Growth conceptualize state deliver communities researched architectures opportunities time enterprise-wide of B2B timely. Distinctively aggregate sources go engage expertise \"organic\" top-line pursue syndicate before customize.[/om_agenda_item][/om_agenda_day][/om_agenda][om_reduce_space height=\"26px\"][vc_cta h2=\"Number of participants is limited!\" h4=\"Don\'t miss your seat. Join the discussion in San Francisco now\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"2em\"][vc_custom_heading text=\"Our (color1)Sponsors(/color1) and Partners\" uppercase=\"yes\" font_container=\"tag:h1|text_align:center\"][vc_empty_space height=\"1em\"][om_logos grayscale=\"yes\" images=\"166,168,169,167\"][vc_empty_space height=\"2em\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','12-revision-v1','','','2016-10-08 10:24:56','2016-10-08 10:24:56','',12,'http://www.taranisco.co.za/2016/10/08/12-revision-v1/',0,'revision','',0),(551,1,'2016-10-08 10:27:31','2016-10-08 10:27:31','[vc_row margin_top=\"-1em\"][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2><span style=\"font-size: 18pt;\">SMALL BUSINESS LIVE TV BROADCAST TO REACH 1000\'s OF SMALL BUSINESSES!</span></h2>\n<p style=\"text-align: justify;\">Be part of this groundbreaking TV Broadcast, which will be watched countrywide in a three-hour long presentation on how to successfully access small business support programmes offered by both the government and the private sector respectively.</p>\n<p style=\"text-align: justify;\">Small Business Live will partner with local municipalities and provincial government departments to host venue\'s in their areas allowing local small businesses to attend and watch the broadcast between 12h00-15h00 on Thursday 30 November 2016.</p>\n<p style=\"text-align: justify;\"><strong>BOOK YOUR SEAT NOW!</strong></p>\n[/vc_column_text][vc_btn title=\"Read more\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:%23blank||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2>COVERAGE</h2>\nThe 2016 Eventerra Forum will offer quantitative and qualitative assessments of the impacts of Internet innovations on Orleans’s GDP, growth, and the economy as a whole.[/vc_column_text][vc_btn title=\"Read more\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:%23blank||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: justify;\"><span style=\"font-size: 18pt;\">WATCH IT LIVE AND WIN R10M IN PRIZES!</span></h2>\n<p style=\"text-align: justify;\">All delegates watching the Small Business Live broadcast at any participating venue\'s will be in line to win exciting prizes! <strong>Please Note:</strong> The broadcast can only be watched at participating venue\'s. Please call us if your area is not listed.</p>\n<p style=\"text-align: justify;\"><strong>WIN!</strong></p>\n\n<ul style=\"text-align: justify;\">\n 	<li>An exclusive lunch with some of SA\'s top self made business icons</li>\n 	<li>Win R5m in Business Support Vouchers to grow your business</li>\n 	<li>Win R1m worth of web site designs to market your business</li>\n 	<li>Win R1m worth of Online/Digital Marketing Campaigns</li>\n 	<li>Win R1m worth of Mobile Data</li>\n 	<li>Win R1m worth of Radio Exposure</li>\n 	<li>Win R1m worth of Print Media Exposure</li>\n</ul>\n<p style=\"text-align: justify;\"><strong>WATCH LIVE AND WIN!</strong></p>\n[/vc_column_text][vc_btn title=\"Read more\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:%23blank||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\"][/vc_column][/vc_row][vc_row][vc_column][om_reduce_space height=\"1em\"][vc_cta h2=\"Don\'t miss this unique business support opportunity!\" h4=\"Join the discussion on the future of Small Business in South Africa!\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][om_reduce_space height=\"1em\"][/vc_column][/vc_row][vc_row bg_type=\"image\" bg_image_pos=\"100w_bottom\" bg_image=\"344\" padding_top=\"40\" margin_top=\"40\" margin_bottom=\"40\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"2/3\"][vc_custom_heading text=\"The Most Awaiting\nEvent\" uppercase=\"yes\" font_container=\"tag:h1|font_size:42px|text_align:left|line_height:50px\"][vc_row_inner][vc_column_inner width=\"1/2\"][om_reduce_space height=\"50px\"][vc_custom_heading text=\"of the (color1)Year(/color1)\" uppercase=\"yes\" font_container=\"tag:h1|font_size:42px|text_align:left|line_height:50px\"][/vc_column_inner][vc_column_inner width=\"1/2\"][om_reduce_space height=\"24px\" mobile_hide=\"yes\"][vc_column_text]The first annual Eventerra was held years ago, and this time we are going big.\n\nExplore the inner-workings of leading creative companies, and meet fellow attendees in an intimate, interactive setting. Best Speakers, Master Classes from Creative Experts, killer closing party.[/vc_column_text][vc_btn title=\"See schedule\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fdemo.olevmedia.net%2Feventerra%2Fschedule%2F||\" add_icon=\"true\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_empty_space height=\"28vw\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Our (color1)World Class(/color1) Speakers\" uppercase=\"yes\" text_additional=\"Major speakers below, see all list on the speakers page\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Speakers\"][om_reduce_space height=\"1em\"][om_speakers filter=\"category\" description=\"next\" categories=\"major\" margin_top=\"0\" margin_bottom=\"0\"][/vc_column][/vc_row][vc_row bg_type=\"gradient\" gradient_type=\"diagonal2\" bg_color=\"#676767\" bg_color2=\"#313131\" font_color=\"#ffffff\"][vc_column][om_testimonials filter=\"category\" categories=\"group-1\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"3em\"][vc_custom_heading text=\"(color1)Major(/color1) Conference sections\" uppercase=\"yes\" text_additional=\"That\'s not all, more sections on the schedule page\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Schedule\"][om_reduce_space height=\"2em\"][om_agenda description_expand=\"yes\"][om_agenda_day title=\"Day 1\" date=\"18 Sep 2016\"][om_agenda_item time=\"10:00 - 11:00\" room=\"Room A1\" speaker_ids=\"117\" title=\"Morning Committee Meetings\"]Base extend alignments cutting-edge monetize uniquely brand web-readiness completely create other\'s efficient clicks-and-mortar resource.[/om_agenda_item][om_agenda_item time=\"12:00 - 14:00\" room=\"Room D\" speaker_ids=\"118\" title=\"Modern marketing strategies and tactics\"]Maximizing items mission-critical expedite convergence top-line vectors best methodologies top-line reliable productivate total. Incubate reconceptualize cross-unit envisioneer communicate client-centric worldwide objectively collaboratively compliant wireless prospective brand.[/om_agenda_item][om_agenda_item time=\"13:00 - 15:20\" room=\"Video Room\" speaker_ids=\"116\" title=\"Management Development Program\"]Uniquely myocardinate incubate invested applications leadership \"outside the box\" plagiarize distinctive leading-edge. Virtual \"organic\" functionalized resources iterate seize repurpose fully turnkey collaboration experiences enabled standards network.[/om_agenda_item][/om_agenda_day][om_agenda_day title=\"Day 2\" date=\"19 Sep 2016\"][om_agenda_item time=\"10:00 - 12:00\" room=\"Room D\" speaker_ids=\"113\" title=\"Software Applications &amp; Services\"]Items future-proof an uniquely innovate monetize base empowerment users target via innovative markets for. Architect integrate promote based enhance supply e-enable evolve fashion bricks-and-clicks user dynamic drive. [/om_agenda_item][om_agenda_item time=\"11:30 - 13:00\" speaker_ids=\"114\" title=\"IT Infrastructure / Operations Management\" room=\"Room A1\"]Sustainable interactive conveniently niche effective action intellectual utilize credibly synthesize alignments cost client-centered outsourcing. Functionalities areas interfaces progressive productize process-centric fabricate cross granular completely energistically promote scenarios backward-compatible.[/om_agenda_item][om_agenda_item time=\"13:00 - 15:00\" room=\"Video Room\" speaker_ids=\"112\" title=\"Build Better Teams That Achieve More\"]Growth conceptualize state deliver communities researched architectures opportunities time enterprise-wide of B2B timely. Distinctively aggregate sources go engage expertise \"organic\" top-line pursue syndicate before customize.[/om_agenda_item][/om_agenda_day][/om_agenda][om_reduce_space height=\"26px\"][vc_cta h2=\"Number of participants is limited!\" h4=\"Don\'t miss your seat. Join the discussion in San Francisco now\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"2em\"][vc_custom_heading text=\"Our (color1)Sponsors(/color1) and Partners\" uppercase=\"yes\" font_container=\"tag:h1|text_align:center\"][vc_empty_space height=\"1em\"][om_logos grayscale=\"yes\" images=\"166,168,169,167\"][vc_empty_space height=\"2em\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','12-revision-v1','','','2016-10-08 10:27:31','2016-10-08 10:27:31','',12,'http://www.taranisco.co.za/2016/10/08/12-revision-v1/',0,'revision','',0),(552,1,'2016-10-08 10:28:00','2016-10-08 10:28:00','[vc_row margin_top=\"-1em\"][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2><span style=\"font-size: 18pt;\">SMALL BUSINESS LIVE TV BROADCAST TO REACH 1000\'s!</span></h2>\n<p style=\"text-align: justify;\">Be part of this groundbreaking TV Broadcast, which will be watched countrywide in a three-hour long presentation on how to successfully access small business support programmes offered by both the government and the private sector respectively.</p>\n<p style=\"text-align: justify;\">Small Business Live will partner with local municipalities and provincial government departments to host venue\'s in their areas allowing local small businesses to attend and watch the broadcast between 12h00-15h00 on Thursday 30 November 2016.</p>\n<p style=\"text-align: justify;\"><strong>BOOK YOUR SEAT NOW!</strong></p>\n[/vc_column_text][vc_btn title=\"Read more\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:%23blank||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2>COVERAGE</h2>\nThe 2016 Eventerra Forum will offer quantitative and qualitative assessments of the impacts of Internet innovations on Orleans’s GDP, growth, and the economy as a whole.[/vc_column_text][vc_btn title=\"Read more\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:%23blank||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: justify;\"><span style=\"font-size: 18pt;\">WATCH IT LIVE AND WIN R10M IN PRIZES!</span></h2>\n<p style=\"text-align: justify;\">All delegates watching the Small Business Live broadcast at any participating venue\'s will be in line to win exciting prizes! <strong>Please Note:</strong> The broadcast can only be watched at participating venue\'s. Please call us if your area is not listed.</p>\n<p style=\"text-align: justify;\"><strong>WIN!</strong></p>\n\n<ul style=\"text-align: justify;\">\n 	<li>An exclusive lunch with some of SA\'s top self made business icons</li>\n 	<li>Win R5m in Business Support Vouchers to grow your business</li>\n 	<li>Win R1m worth of web site designs to market your business</li>\n 	<li>Win R1m worth of Online/Digital Marketing Campaigns</li>\n 	<li>Win R1m worth of Mobile Data</li>\n 	<li>Win R1m worth of Radio Exposure</li>\n 	<li>Win R1m worth of Print Media Exposure</li>\n</ul>\n<p style=\"text-align: justify;\"><strong>WATCH LIVE AND WIN!</strong></p>\n[/vc_column_text][vc_btn title=\"Read more\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:%23blank||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\"][/vc_column][/vc_row][vc_row][vc_column][om_reduce_space height=\"1em\"][vc_cta h2=\"Don\'t miss this unique business support opportunity!\" h4=\"Join the discussion on the future of Small Business in South Africa!\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][om_reduce_space height=\"1em\"][/vc_column][/vc_row][vc_row bg_type=\"image\" bg_image_pos=\"100w_bottom\" bg_image=\"344\" padding_top=\"40\" margin_top=\"40\" margin_bottom=\"40\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"2/3\"][vc_custom_heading text=\"The Most Awaiting\nEvent\" uppercase=\"yes\" font_container=\"tag:h1|font_size:42px|text_align:left|line_height:50px\"][vc_row_inner][vc_column_inner width=\"1/2\"][om_reduce_space height=\"50px\"][vc_custom_heading text=\"of the (color1)Year(/color1)\" uppercase=\"yes\" font_container=\"tag:h1|font_size:42px|text_align:left|line_height:50px\"][/vc_column_inner][vc_column_inner width=\"1/2\"][om_reduce_space height=\"24px\" mobile_hide=\"yes\"][vc_column_text]The first annual Eventerra was held years ago, and this time we are going big.\n\nExplore the inner-workings of leading creative companies, and meet fellow attendees in an intimate, interactive setting. Best Speakers, Master Classes from Creative Experts, killer closing party.[/vc_column_text][vc_btn title=\"See schedule\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fdemo.olevmedia.net%2Feventerra%2Fschedule%2F||\" add_icon=\"true\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_empty_space height=\"28vw\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Our (color1)World Class(/color1) Speakers\" uppercase=\"yes\" text_additional=\"Major speakers below, see all list on the speakers page\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Speakers\"][om_reduce_space height=\"1em\"][om_speakers filter=\"category\" description=\"next\" categories=\"major\" margin_top=\"0\" margin_bottom=\"0\"][/vc_column][/vc_row][vc_row bg_type=\"gradient\" gradient_type=\"diagonal2\" bg_color=\"#676767\" bg_color2=\"#313131\" font_color=\"#ffffff\"][vc_column][om_testimonials filter=\"category\" categories=\"group-1\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"3em\"][vc_custom_heading text=\"(color1)Major(/color1) Conference sections\" uppercase=\"yes\" text_additional=\"That\'s not all, more sections on the schedule page\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Schedule\"][om_reduce_space height=\"2em\"][om_agenda description_expand=\"yes\"][om_agenda_day title=\"Day 1\" date=\"18 Sep 2016\"][om_agenda_item time=\"10:00 - 11:00\" room=\"Room A1\" speaker_ids=\"117\" title=\"Morning Committee Meetings\"]Base extend alignments cutting-edge monetize uniquely brand web-readiness completely create other\'s efficient clicks-and-mortar resource.[/om_agenda_item][om_agenda_item time=\"12:00 - 14:00\" room=\"Room D\" speaker_ids=\"118\" title=\"Modern marketing strategies and tactics\"]Maximizing items mission-critical expedite convergence top-line vectors best methodologies top-line reliable productivate total. Incubate reconceptualize cross-unit envisioneer communicate client-centric worldwide objectively collaboratively compliant wireless prospective brand.[/om_agenda_item][om_agenda_item time=\"13:00 - 15:20\" room=\"Video Room\" speaker_ids=\"116\" title=\"Management Development Program\"]Uniquely myocardinate incubate invested applications leadership \"outside the box\" plagiarize distinctive leading-edge. Virtual \"organic\" functionalized resources iterate seize repurpose fully turnkey collaboration experiences enabled standards network.[/om_agenda_item][/om_agenda_day][om_agenda_day title=\"Day 2\" date=\"19 Sep 2016\"][om_agenda_item time=\"10:00 - 12:00\" room=\"Room D\" speaker_ids=\"113\" title=\"Software Applications &amp; Services\"]Items future-proof an uniquely innovate monetize base empowerment users target via innovative markets for. Architect integrate promote based enhance supply e-enable evolve fashion bricks-and-clicks user dynamic drive. [/om_agenda_item][om_agenda_item time=\"11:30 - 13:00\" speaker_ids=\"114\" title=\"IT Infrastructure / Operations Management\" room=\"Room A1\"]Sustainable interactive conveniently niche effective action intellectual utilize credibly synthesize alignments cost client-centered outsourcing. Functionalities areas interfaces progressive productize process-centric fabricate cross granular completely energistically promote scenarios backward-compatible.[/om_agenda_item][om_agenda_item time=\"13:00 - 15:00\" room=\"Video Room\" speaker_ids=\"112\" title=\"Build Better Teams That Achieve More\"]Growth conceptualize state deliver communities researched architectures opportunities time enterprise-wide of B2B timely. Distinctively aggregate sources go engage expertise \"organic\" top-line pursue syndicate before customize.[/om_agenda_item][/om_agenda_day][/om_agenda][om_reduce_space height=\"26px\"][vc_cta h2=\"Number of participants is limited!\" h4=\"Don\'t miss your seat. Join the discussion in San Francisco now\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"2em\"][vc_custom_heading text=\"Our (color1)Sponsors(/color1) and Partners\" uppercase=\"yes\" font_container=\"tag:h1|text_align:center\"][vc_empty_space height=\"1em\"][om_logos grayscale=\"yes\" images=\"166,168,169,167\"][vc_empty_space height=\"2em\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','12-revision-v1','','','2016-10-08 10:28:00','2016-10-08 10:28:00','',12,'http://www.taranisco.co.za/2016/10/08/12-revision-v1/',0,'revision','',0),(553,1,'2016-10-08 10:29:28','2016-10-08 10:29:28','[vc_row margin_top=\"-1em\"][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2><span style=\"font-size: 18pt;\">SMALL BUSINESS LIVE TV BROADCAST TO REACH 1000\'s!</span></h2>\n<p style=\"text-align: justify;\">Be part of this groundbreaking TV Broadcast, which will be watched countrywide in a three-hour long presentation on how to successfully access small business support programmes offered by both the government and the private sector respectively.</p>\n<p style=\"text-align: justify;\">Small Business Live will partner with local municipalities and provincial government departments to host venue\'s in their areas allowing local small businesses to attend and watch the broadcast between 12h00-15h00 on Thursday 30 November 2016. The broadcast will eliminate the need for small businesses to attend events in bigger towns and cities since they can watch the presentations in the comfort of a local venue.</p>\n<p style=\"text-align: justify;\"><strong>BOOK YOUR SEAT NOW!</strong></p>\n[/vc_column_text][vc_btn title=\"Read more\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:%23blank||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2>COVERAGE</h2>\nThe 2016 Eventerra Forum will offer quantitative and qualitative assessments of the impacts of Internet innovations on Orleans’s GDP, growth, and the economy as a whole.[/vc_column_text][vc_btn title=\"Read more\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:%23blank||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: justify;\"><span style=\"font-size: 18pt;\">WATCH IT LIVE AND WIN R10M IN PRIZES!</span></h2>\n<p style=\"text-align: justify;\">All delegates watching the Small Business Live broadcast at any participating venue\'s will be in line to win exciting prizes! <strong>Please Note:</strong> The broadcast can only be watched at participating venue\'s. Please call us if your area is not listed.</p>\n<p style=\"text-align: justify;\"><strong>WIN!</strong></p>\n\n<ul style=\"text-align: justify;\">\n 	<li>An exclusive lunch with some of SA\'s top self made business icons</li>\n 	<li>Win R5m in Business Support Vouchers to grow your business</li>\n 	<li>Win R1m worth of web site designs to market your business</li>\n 	<li>Win R1m worth of Online/Digital Marketing Campaigns</li>\n 	<li>Win R1m worth of Mobile Data</li>\n 	<li>Win R1m worth of Radio Exposure</li>\n 	<li>Win R1m worth of Print Media Exposure</li>\n</ul>\n<p style=\"text-align: justify;\"><strong>WATCH LIVE AND WIN!</strong></p>\n[/vc_column_text][vc_btn title=\"Read more\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:%23blank||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\"][/vc_column][/vc_row][vc_row][vc_column][om_reduce_space height=\"1em\"][vc_cta h2=\"Don\'t miss this unique business support opportunity!\" h4=\"Join the discussion on the future of Small Business in South Africa!\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][om_reduce_space height=\"1em\"][/vc_column][/vc_row][vc_row bg_type=\"image\" bg_image_pos=\"100w_bottom\" bg_image=\"344\" padding_top=\"40\" margin_top=\"40\" margin_bottom=\"40\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"2/3\"][vc_custom_heading text=\"The Most Awaiting\nEvent\" uppercase=\"yes\" font_container=\"tag:h1|font_size:42px|text_align:left|line_height:50px\"][vc_row_inner][vc_column_inner width=\"1/2\"][om_reduce_space height=\"50px\"][vc_custom_heading text=\"of the (color1)Year(/color1)\" uppercase=\"yes\" font_container=\"tag:h1|font_size:42px|text_align:left|line_height:50px\"][/vc_column_inner][vc_column_inner width=\"1/2\"][om_reduce_space height=\"24px\" mobile_hide=\"yes\"][vc_column_text]The first annual Eventerra was held years ago, and this time we are going big.\n\nExplore the inner-workings of leading creative companies, and meet fellow attendees in an intimate, interactive setting. Best Speakers, Master Classes from Creative Experts, killer closing party.[/vc_column_text][vc_btn title=\"See schedule\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fdemo.olevmedia.net%2Feventerra%2Fschedule%2F||\" add_icon=\"true\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_empty_space height=\"28vw\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Our (color1)World Class(/color1) Speakers\" uppercase=\"yes\" text_additional=\"Major speakers below, see all list on the speakers page\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Speakers\"][om_reduce_space height=\"1em\"][om_speakers filter=\"category\" description=\"next\" categories=\"major\" margin_top=\"0\" margin_bottom=\"0\"][/vc_column][/vc_row][vc_row bg_type=\"gradient\" gradient_type=\"diagonal2\" bg_color=\"#676767\" bg_color2=\"#313131\" font_color=\"#ffffff\"][vc_column][om_testimonials filter=\"category\" categories=\"group-1\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"3em\"][vc_custom_heading text=\"(color1)Major(/color1) Conference sections\" uppercase=\"yes\" text_additional=\"That\'s not all, more sections on the schedule page\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Schedule\"][om_reduce_space height=\"2em\"][om_agenda description_expand=\"yes\"][om_agenda_day title=\"Day 1\" date=\"18 Sep 2016\"][om_agenda_item time=\"10:00 - 11:00\" room=\"Room A1\" speaker_ids=\"117\" title=\"Morning Committee Meetings\"]Base extend alignments cutting-edge monetize uniquely brand web-readiness completely create other\'s efficient clicks-and-mortar resource.[/om_agenda_item][om_agenda_item time=\"12:00 - 14:00\" room=\"Room D\" speaker_ids=\"118\" title=\"Modern marketing strategies and tactics\"]Maximizing items mission-critical expedite convergence top-line vectors best methodologies top-line reliable productivate total. Incubate reconceptualize cross-unit envisioneer communicate client-centric worldwide objectively collaboratively compliant wireless prospective brand.[/om_agenda_item][om_agenda_item time=\"13:00 - 15:20\" room=\"Video Room\" speaker_ids=\"116\" title=\"Management Development Program\"]Uniquely myocardinate incubate invested applications leadership \"outside the box\" plagiarize distinctive leading-edge. Virtual \"organic\" functionalized resources iterate seize repurpose fully turnkey collaboration experiences enabled standards network.[/om_agenda_item][/om_agenda_day][om_agenda_day title=\"Day 2\" date=\"19 Sep 2016\"][om_agenda_item time=\"10:00 - 12:00\" room=\"Room D\" speaker_ids=\"113\" title=\"Software Applications &amp; Services\"]Items future-proof an uniquely innovate monetize base empowerment users target via innovative markets for. Architect integrate promote based enhance supply e-enable evolve fashion bricks-and-clicks user dynamic drive. [/om_agenda_item][om_agenda_item time=\"11:30 - 13:00\" speaker_ids=\"114\" title=\"IT Infrastructure / Operations Management\" room=\"Room A1\"]Sustainable interactive conveniently niche effective action intellectual utilize credibly synthesize alignments cost client-centered outsourcing. Functionalities areas interfaces progressive productize process-centric fabricate cross granular completely energistically promote scenarios backward-compatible.[/om_agenda_item][om_agenda_item time=\"13:00 - 15:00\" room=\"Video Room\" speaker_ids=\"112\" title=\"Build Better Teams That Achieve More\"]Growth conceptualize state deliver communities researched architectures opportunities time enterprise-wide of B2B timely. Distinctively aggregate sources go engage expertise \"organic\" top-line pursue syndicate before customize.[/om_agenda_item][/om_agenda_day][/om_agenda][om_reduce_space height=\"26px\"][vc_cta h2=\"Number of participants is limited!\" h4=\"Don\'t miss your seat. Join the discussion in San Francisco now\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"2em\"][vc_custom_heading text=\"Our (color1)Sponsors(/color1) and Partners\" uppercase=\"yes\" font_container=\"tag:h1|text_align:center\"][vc_empty_space height=\"1em\"][om_logos grayscale=\"yes\" images=\"166,168,169,167\"][vc_empty_space height=\"2em\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','12-revision-v1','','','2016-10-08 10:29:28','2016-10-08 10:29:28','',12,'http://www.taranisco.co.za/2016/10/08/12-revision-v1/',0,'revision','',0),(554,1,'2016-10-08 10:30:24','2016-10-08 10:30:24','[vc_row margin_top=\"-1em\"][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2><span style=\"font-size: 18pt;\">SMALL BUSINESS LIVE TV BROADCAST TO REACH 1000\'s!</span></h2>\n<p style=\"text-align: justify;\">Be part of this groundbreaking TV Broadcast, which will be watched countrywide in a three-hour long presentation on how to successfully access small business support programmes offered by both the government and the private sector respectively.</p>\n<p style=\"text-align: justify;\">Small Business Live will partner with local municipalities and provincial government departments to host venue\'s in their areas allowing local small businesses to attend and watch the broadcast between 12h00-15h00 on Thursday 30 November 2016. The broadcast will eliminate the need for small businesses to travel to bigger towns and cities since they can watch the presentations in the comfort of a local venue.</p>\n<p style=\"text-align: justify;\"><strong>BOOK YOUR SEAT NOW!</strong></p>\n[/vc_column_text][vc_btn title=\"Read more\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:%23blank||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2>COVERAGE</h2>\nThe 2016 Eventerra Forum will offer quantitative and qualitative assessments of the impacts of Internet innovations on Orleans’s GDP, growth, and the economy as a whole.[/vc_column_text][vc_btn title=\"Read more\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:%23blank||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: justify;\"><span style=\"font-size: 18pt;\">WATCH IT LIVE AND WIN R10M IN PRIZES!</span></h2>\n<p style=\"text-align: justify;\">All delegates watching the Small Business Live broadcast at any participating venue\'s will be in line to win exciting prizes! <strong>Please Note:</strong> The broadcast can only be watched at participating venue\'s. Please call us if your area is not listed.</p>\n<p style=\"text-align: justify;\"><strong>WIN!</strong></p>\n\n<ul style=\"text-align: justify;\">\n 	<li>An exclusive lunch with some of SA\'s top self made business icons</li>\n 	<li>Win R5m in Business Support Vouchers to grow your business</li>\n 	<li>Win R1m worth of web site designs to market your business</li>\n 	<li>Win R1m worth of Online/Digital Marketing Campaigns</li>\n 	<li>Win R1m worth of Mobile Data</li>\n 	<li>Win R1m worth of Radio Exposure</li>\n 	<li>Win R1m worth of Print Media Exposure</li>\n</ul>\n<p style=\"text-align: justify;\"><strong>WATCH LIVE AND WIN!</strong></p>\n[/vc_column_text][vc_btn title=\"Read more\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:%23blank||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\"][/vc_column][/vc_row][vc_row][vc_column][om_reduce_space height=\"1em\"][vc_cta h2=\"Don\'t miss this unique business support opportunity!\" h4=\"Join the discussion on the future of Small Business in South Africa!\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][om_reduce_space height=\"1em\"][/vc_column][/vc_row][vc_row bg_type=\"image\" bg_image_pos=\"100w_bottom\" bg_image=\"344\" padding_top=\"40\" margin_top=\"40\" margin_bottom=\"40\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"2/3\"][vc_custom_heading text=\"The Most Awaiting\nEvent\" uppercase=\"yes\" font_container=\"tag:h1|font_size:42px|text_align:left|line_height:50px\"][vc_row_inner][vc_column_inner width=\"1/2\"][om_reduce_space height=\"50px\"][vc_custom_heading text=\"of the (color1)Year(/color1)\" uppercase=\"yes\" font_container=\"tag:h1|font_size:42px|text_align:left|line_height:50px\"][/vc_column_inner][vc_column_inner width=\"1/2\"][om_reduce_space height=\"24px\" mobile_hide=\"yes\"][vc_column_text]The first annual Eventerra was held years ago, and this time we are going big.\n\nExplore the inner-workings of leading creative companies, and meet fellow attendees in an intimate, interactive setting. Best Speakers, Master Classes from Creative Experts, killer closing party.[/vc_column_text][vc_btn title=\"See schedule\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fdemo.olevmedia.net%2Feventerra%2Fschedule%2F||\" add_icon=\"true\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_empty_space height=\"28vw\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Our (color1)World Class(/color1) Speakers\" uppercase=\"yes\" text_additional=\"Major speakers below, see all list on the speakers page\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Speakers\"][om_reduce_space height=\"1em\"][om_speakers filter=\"category\" description=\"next\" categories=\"major\" margin_top=\"0\" margin_bottom=\"0\"][/vc_column][/vc_row][vc_row bg_type=\"gradient\" gradient_type=\"diagonal2\" bg_color=\"#676767\" bg_color2=\"#313131\" font_color=\"#ffffff\"][vc_column][om_testimonials filter=\"category\" categories=\"group-1\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"3em\"][vc_custom_heading text=\"(color1)Major(/color1) Conference sections\" uppercase=\"yes\" text_additional=\"That\'s not all, more sections on the schedule page\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Schedule\"][om_reduce_space height=\"2em\"][om_agenda description_expand=\"yes\"][om_agenda_day title=\"Day 1\" date=\"18 Sep 2016\"][om_agenda_item time=\"10:00 - 11:00\" room=\"Room A1\" speaker_ids=\"117\" title=\"Morning Committee Meetings\"]Base extend alignments cutting-edge monetize uniquely brand web-readiness completely create other\'s efficient clicks-and-mortar resource.[/om_agenda_item][om_agenda_item time=\"12:00 - 14:00\" room=\"Room D\" speaker_ids=\"118\" title=\"Modern marketing strategies and tactics\"]Maximizing items mission-critical expedite convergence top-line vectors best methodologies top-line reliable productivate total. Incubate reconceptualize cross-unit envisioneer communicate client-centric worldwide objectively collaboratively compliant wireless prospective brand.[/om_agenda_item][om_agenda_item time=\"13:00 - 15:20\" room=\"Video Room\" speaker_ids=\"116\" title=\"Management Development Program\"]Uniquely myocardinate incubate invested applications leadership \"outside the box\" plagiarize distinctive leading-edge. Virtual \"organic\" functionalized resources iterate seize repurpose fully turnkey collaboration experiences enabled standards network.[/om_agenda_item][/om_agenda_day][om_agenda_day title=\"Day 2\" date=\"19 Sep 2016\"][om_agenda_item time=\"10:00 - 12:00\" room=\"Room D\" speaker_ids=\"113\" title=\"Software Applications &amp; Services\"]Items future-proof an uniquely innovate monetize base empowerment users target via innovative markets for. Architect integrate promote based enhance supply e-enable evolve fashion bricks-and-clicks user dynamic drive. [/om_agenda_item][om_agenda_item time=\"11:30 - 13:00\" speaker_ids=\"114\" title=\"IT Infrastructure / Operations Management\" room=\"Room A1\"]Sustainable interactive conveniently niche effective action intellectual utilize credibly synthesize alignments cost client-centered outsourcing. Functionalities areas interfaces progressive productize process-centric fabricate cross granular completely energistically promote scenarios backward-compatible.[/om_agenda_item][om_agenda_item time=\"13:00 - 15:00\" room=\"Video Room\" speaker_ids=\"112\" title=\"Build Better Teams That Achieve More\"]Growth conceptualize state deliver communities researched architectures opportunities time enterprise-wide of B2B timely. Distinctively aggregate sources go engage expertise \"organic\" top-line pursue syndicate before customize.[/om_agenda_item][/om_agenda_day][/om_agenda][om_reduce_space height=\"26px\"][vc_cta h2=\"Number of participants is limited!\" h4=\"Don\'t miss your seat. Join the discussion in San Francisco now\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"2em\"][vc_custom_heading text=\"Our (color1)Sponsors(/color1) and Partners\" uppercase=\"yes\" font_container=\"tag:h1|text_align:center\"][vc_empty_space height=\"1em\"][om_logos grayscale=\"yes\" images=\"166,168,169,167\"][vc_empty_space height=\"2em\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','12-revision-v1','','','2016-10-08 10:30:24','2016-10-08 10:30:24','',12,'http://www.taranisco.co.za/2016/10/08/12-revision-v1/',0,'revision','',0),(565,1,'2016-10-08 11:25:41','2016-10-08 11:25:41','[vc_row margin_top=\"-1em\"][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">SMALL BUSINESS LIVE TV BROADCAST TO REACH 1000\'s!</span></h2>\n<p style=\"text-align: justify;\">Be part of this groundbreaking TV Broadcast, which will be watched countrywide in a three-hour long presentation on how to successfully access small business support programmes offered by both the government and the private sector respectively.</p>\n<p style=\"text-align: justify;\">Small Business Live will partner with local municipalities and provincial government departments to host venue\'s in their areas allowing local small businesses to attend and watch the broadcast between 12h00-15h00 on Thursday 30 November 2016. The broadcast will eliminate the need for small businesses to travel to bigger towns and cities since they can watch the presentations in the comfort of a local venue.</p>\n<p style=\"text-align: justify;\"><strong>BOOK YOUR SEAT NOW!</strong></p>\n[/vc_column_text][vc_btn title=\"Read more\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:%23blank||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">GROW YOUR BUSINESS TODAY!</span></h2>\n<p style=\"text-align: justify;\">By attending Small Business Live you will be empowered on how to submit effective applications for support programmes available in the market and improve the capacity of your enterprise to serve your clients more effectively.</p>\n<p style=\"text-align: justify;\">Government\'s tendering laws are in the process of being changed and all big companies will now be forced to sub-contract with businesses that are owned by youth, women and people living in rural areas.</p>\n<p style=\"text-align: justify;\">Companies will also be looking to build the capacity of small businesses through Supplier &amp; Enterprise Development Programmes and by attending Small Business Live, you will put yourself in the frontline of these support initiatives.</p>\n<p style=\"text-align: justify;\"><strong>BENEFIT FROM TOP ADVISE!</strong></p>\n[/vc_column_text][vc_btn title=\"Read more\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:%23blank||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">WATCH IT LIVE AND WIN R10M IN PRIZES!</span></h2>\n<p style=\"text-align: justify;\">All delegates watching the Small Business Live broadcast at any participating venue will be in line to win exciting prizes! <strong>Please Note:</strong> <em>The broadcast can only be watched at participating venue\'s. Please call us if your area is not listed.</em></p>\n<p style=\"text-align: justify;\"><strong>WIN!</strong></p>\n\n<ul style=\"text-align: justify;\">\n 	<li>An exclusive lunch with some of SA\'s top self made business icons</li>\n 	<li>Win R5m in Business Support Vouchers to grow your business</li>\n 	<li>Win R1m worth of web site designs to market your business</li>\n 	<li>Win R1m worth of Online/Digital Marketing Campaigns</li>\n 	<li>Win R1m worth of Mobile Data</li>\n 	<li>Win R1m worth of Radio Exposure</li>\n 	<li>Win R1m worth of Print Media Exposure</li>\n</ul>\n<p style=\"text-align: justify;\"><strong>WATCH LIVE AND WIN!</strong></p>\n[/vc_column_text][vc_btn title=\"Read more\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:%23blank||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\"][/vc_column][/vc_row][vc_row][vc_column][om_reduce_space height=\"1em\"][vc_cta h2=\"Don\'t miss this unique business support opportunity!\" h4=\"Join the discussion on the future of Small Business in South Africa!\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Interact with Our (color1)Speakers(/color1) Live via SMS, Twitter & Facebook!\" uppercase=\"yes\" text_additional=\"Get a Front Row Seat and Get Empowered!\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Speakers\"][om_reduce_space height=\"1em\"][/vc_column][/vc_row][vc_row bg_type=\"gradient\" gradient_type=\"diagonal2\" bg_color=\"#676767\" bg_color2=\"#313131\" font_color=\"#ffffff\"][vc_column][om_testimonials filter=\"category\" categories=\"group-1\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"3em\"][vc_custom_heading text=\"(color1)Broadcast(/color1) Schedule:\n\n(color2)Broadcast(/color2) 12h00-15h00\" uppercase=\"yes\" text_additional=\"That\'s not all, more sections on the schedule page\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Schedule\"][om_reduce_space height=\"2em\"][om_agenda description_expand=\"yes\"][om_agenda_day title=\"Day 1\" date=\"18 Sep 2016\"][om_agenda_item time=\"10:00 - 11:00\" room=\"Room A1\" speaker_ids=\"117\" title=\"Morning Committee Meetings\"]Base extend alignments cutting-edge monetize uniquely brand web-readiness completely create other\'s efficient clicks-and-mortar resource.[/om_agenda_item][om_agenda_item time=\"12:00 - 14:00\" room=\"Room D\" speaker_ids=\"118\" title=\"Modern marketing strategies and tactics\"]Maximizing items mission-critical expedite convergence top-line vectors best methodologies top-line reliable productivate total. Incubate reconceptualize cross-unit envisioneer communicate client-centric worldwide objectively collaboratively compliant wireless prospective brand.[/om_agenda_item][om_agenda_item time=\"13:00 - 15:20\" room=\"Video Room\" speaker_ids=\"116\" title=\"Management Development Program\"]Uniquely myocardinate incubate invested applications leadership \"outside the box\" plagiarize distinctive leading-edge. Virtual \"organic\" functionalized resources iterate seize repurpose fully turnkey collaboration experiences enabled standards network.[/om_agenda_item][/om_agenda_day][om_agenda_day title=\"Day 2\" date=\"19 Sep 2016\"][om_agenda_item time=\"10:00 - 12:00\" room=\"Room D\" speaker_ids=\"113\" title=\"Software Applications &amp; Services\"]Items future-proof an uniquely innovate monetize base empowerment users target via innovative markets for. Architect integrate promote based enhance supply e-enable evolve fashion bricks-and-clicks user dynamic drive. [/om_agenda_item][om_agenda_item time=\"11:30 - 13:00\" speaker_ids=\"114\" title=\"IT Infrastructure / Operations Management\" room=\"Room A1\"]Sustainable interactive conveniently niche effective action intellectual utilize credibly synthesize alignments cost client-centered outsourcing. Functionalities areas interfaces progressive productize process-centric fabricate cross granular completely energistically promote scenarios backward-compatible.[/om_agenda_item][om_agenda_item time=\"13:00 - 15:00\" room=\"Video Room\" speaker_ids=\"112\" title=\"Build Better Teams That Achieve More\"]Growth conceptualize state deliver communities researched architectures opportunities time enterprise-wide of B2B timely. Distinctively aggregate sources go engage expertise \"organic\" top-line pursue syndicate before customize.[/om_agenda_item][/om_agenda_day][/om_agenda][om_reduce_space height=\"26px\"][vc_cta h2=\"Number of participants is limited!\" h4=\"Don\'t miss your seat. Join the discussion in San Francisco now\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"2em\"][vc_custom_heading text=\"Our (color1)Sponsors(/color1) and Partners\" uppercase=\"yes\" font_container=\"tag:h1|text_align:center\"][vc_empty_space height=\"1em\"][om_logos grayscale=\"yes\" images=\"166,168,169,167\"][vc_empty_space height=\"2em\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','12-revision-v1','','','2016-10-08 11:25:41','2016-10-08 11:25:41','',12,'http://www.taranisco.co.za/2016/10/08/12-revision-v1/',0,'revision','',0),(564,1,'2016-10-08 11:21:51','2016-10-08 11:21:51','[vc_row margin_top=\"-1em\"][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">SMALL BUSINESS LIVE TV BROADCAST TO REACH 1000\'s!</span></h2>\n<p style=\"text-align: justify;\">Be part of this groundbreaking TV Broadcast, which will be watched countrywide in a three-hour long presentation on how to successfully access small business support programmes offered by both the government and the private sector respectively.</p>\n<p style=\"text-align: justify;\">Small Business Live will partner with local municipalities and provincial government departments to host venue\'s in their areas allowing local small businesses to attend and watch the broadcast between 12h00-15h00 on Thursday 30 November 2016. The broadcast will eliminate the need for small businesses to travel to bigger towns and cities since they can watch the presentations in the comfort of a local venue.</p>\n<p style=\"text-align: justify;\"><strong>BOOK YOUR SEAT NOW!</strong></p>\n[/vc_column_text][vc_btn title=\"Read more\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:%23blank||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">GROW YOUR BUSINESS TODAY!</span></h2>\n<p style=\"text-align: justify;\">By attending Small Business Live you will be empowered on how to submit effective applications for support programmes available in the market and improve the capacity of your enterprise to serve your clients more effectively.</p>\n<p style=\"text-align: justify;\">Government\'s tendering laws are in the process of being changed and all big companies will now be forced to sub-contract with businesses that are owned by youth, women and people living in rural areas.</p>\n<p style=\"text-align: justify;\">Companies will also be looking to build the capacity of small businesses through Supplier &amp; Enterprise Development Programmes and by attending Small Business Live, you will put yourself in the frontline of these support initiatives.</p>\n<p style=\"text-align: justify;\"><strong>BENEFIT FROM TOP ADVISE!</strong></p>\n[/vc_column_text][vc_btn title=\"Read more\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:%23blank||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">WATCH IT LIVE AND WIN R10M IN PRIZES!</span></h2>\n<p style=\"text-align: justify;\">All delegates watching the Small Business Live broadcast at any participating venue will be in line to win exciting prizes! <strong>Please Note:</strong> <em>The broadcast can only be watched at participating venue\'s. Please call us if your area is not listed.</em></p>\n<p style=\"text-align: justify;\"><strong>WIN!</strong></p>\n\n<ul style=\"text-align: justify;\">\n 	<li>An exclusive lunch with some of SA\'s top self made business icons</li>\n 	<li>Win R5m in Business Support Vouchers to grow your business</li>\n 	<li>Win R1m worth of web site designs to market your business</li>\n 	<li>Win R1m worth of Online/Digital Marketing Campaigns</li>\n 	<li>Win R1m worth of Mobile Data</li>\n 	<li>Win R1m worth of Radio Exposure</li>\n 	<li>Win R1m worth of Print Media Exposure</li>\n</ul>\n<p style=\"text-align: justify;\"><strong>WATCH LIVE AND WIN!</strong></p>\n[/vc_column_text][vc_btn title=\"Read more\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:%23blank||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\"][/vc_column][/vc_row][vc_row][vc_column][om_reduce_space height=\"1em\"][vc_cta h2=\"Don\'t miss this unique business support opportunity!\" h4=\"Join the discussion on the future of Small Business in South Africa!\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][om_reduce_space height=\"1em\"][/vc_column][/vc_row][vc_row bg_type=\"image\" bg_image_pos=\"100w_bottom\" bg_image=\"344\" padding_top=\"40\" margin_top=\"40\" margin_bottom=\"40\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"2/3\"][vc_custom_heading text=\"The Most Awaiting\nEvent\" uppercase=\"yes\" font_container=\"tag:h1|font_size:42px|text_align:left|line_height:50px\"][vc_row_inner][vc_column_inner width=\"1/2\"][om_reduce_space height=\"50px\"][vc_custom_heading text=\"of the (color1)Year(/color1)\" uppercase=\"yes\" font_container=\"tag:h1|font_size:42px|text_align:left|line_height:50px\"][/vc_column_inner][vc_column_inner width=\"1/2\"][om_reduce_space height=\"24px\" mobile_hide=\"yes\"][vc_column_text]\n\n<p style=\"text-align: justify;\">&nbsp;\n\n&nbsp;[/vc_column_text][vc_btn title=\"See schedule\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fdemo.olevmedia.net%2Feventerra%2Fschedule%2F||\" add_icon=\"true\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_empty_space height=\"28vw\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Interact with Our (color1)Speakers(/color1) Live via SMS, Twitter & Facebook!\" uppercase=\"yes\" text_additional=\"Get a Front Row Seat and Get Empowered!\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Speakers\"][om_reduce_space height=\"1em\"][/vc_column][/vc_row][vc_row bg_type=\"gradient\" gradient_type=\"diagonal2\" bg_color=\"#676767\" bg_color2=\"#313131\" font_color=\"#ffffff\"][vc_column][om_testimonials filter=\"category\" categories=\"group-1\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"3em\"][vc_custom_heading text=\"(color1)Broadcast(/color1) Schedule\" uppercase=\"yes\" text_additional=\"That\'s not all, more sections on the schedule page\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Schedule\"][om_reduce_space height=\"2em\"][om_agenda description_expand=\"yes\"][om_agenda_day title=\"Day 1\" date=\"18 Sep 2016\"][om_agenda_item time=\"10:00 - 11:00\" room=\"Room A1\" speaker_ids=\"117\" title=\"Morning Committee Meetings\"]Base extend alignments cutting-edge monetize uniquely brand web-readiness completely create other\'s efficient clicks-and-mortar resource.[/om_agenda_item][om_agenda_item time=\"12:00 - 14:00\" room=\"Room D\" speaker_ids=\"118\" title=\"Modern marketing strategies and tactics\"]Maximizing items mission-critical expedite convergence top-line vectors best methodologies top-line reliable productivate total. Incubate reconceptualize cross-unit envisioneer communicate client-centric worldwide objectively collaboratively compliant wireless prospective brand.[/om_agenda_item][om_agenda_item time=\"13:00 - 15:20\" room=\"Video Room\" speaker_ids=\"116\" title=\"Management Development Program\"]Uniquely myocardinate incubate invested applications leadership \"outside the box\" plagiarize distinctive leading-edge. Virtual \"organic\" functionalized resources iterate seize repurpose fully turnkey collaboration experiences enabled standards network.[/om_agenda_item][/om_agenda_day][om_agenda_day title=\"Day 2\" date=\"19 Sep 2016\"][om_agenda_item time=\"10:00 - 12:00\" room=\"Room D\" speaker_ids=\"113\" title=\"Software Applications &amp; Services\"]Items future-proof an uniquely innovate monetize base empowerment users target via innovative markets for. Architect integrate promote based enhance supply e-enable evolve fashion bricks-and-clicks user dynamic drive. [/om_agenda_item][om_agenda_item time=\"11:30 - 13:00\" speaker_ids=\"114\" title=\"IT Infrastructure / Operations Management\" room=\"Room A1\"]Sustainable interactive conveniently niche effective action intellectual utilize credibly synthesize alignments cost client-centered outsourcing. Functionalities areas interfaces progressive productize process-centric fabricate cross granular completely energistically promote scenarios backward-compatible.[/om_agenda_item][om_agenda_item time=\"13:00 - 15:00\" room=\"Video Room\" speaker_ids=\"112\" title=\"Build Better Teams That Achieve More\"]Growth conceptualize state deliver communities researched architectures opportunities time enterprise-wide of B2B timely. Distinctively aggregate sources go engage expertise \"organic\" top-line pursue syndicate before customize.[/om_agenda_item][/om_agenda_day][/om_agenda][om_reduce_space height=\"26px\"][vc_cta h2=\"Number of participants is limited!\" h4=\"Don\'t miss your seat. Join the discussion in San Francisco now\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"2em\"][vc_custom_heading text=\"Our (color1)Sponsors(/color1) and Partners\" uppercase=\"yes\" font_container=\"tag:h1|text_align:center\"][vc_empty_space height=\"1em\"][om_logos grayscale=\"yes\" images=\"166,168,169,167\"][vc_empty_space height=\"2em\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','12-revision-v1','','','2016-10-08 11:21:51','2016-10-08 11:21:51','',12,'http://www.taranisco.co.za/2016/10/08/12-revision-v1/',0,'revision','',0),(555,1,'2016-10-08 10:36:16','2016-10-08 10:36:16','[vc_row margin_top=\"-1em\"][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2><span style=\"font-size: 18pt;\">SMALL BUSINESS LIVE TV BROADCAST TO REACH 1000\'s!</span></h2>\n<p style=\"text-align: justify;\">Be part of this groundbreaking TV Broadcast, which will be watched countrywide in a three-hour long presentation on how to successfully access small business support programmes offered by both the government and the private sector respectively.</p>\n<p style=\"text-align: justify;\">Small Business Live will partner with local municipalities and provincial government departments to host venue\'s in their areas allowing local small businesses to attend and watch the broadcast between 12h00-15h00 on Thursday 30 November 2016. The broadcast will eliminate the need for small businesses to travel to bigger towns and cities since they can watch the presentations in the comfort of a local venue.</p>\n<p style=\"text-align: justify;\"><strong>BOOK YOUR SEAT NOW!</strong></p>\n[/vc_column_text][vc_btn title=\"Read more\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:%23blank||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: justify;\">GROW YOUR BUSINESS TODAY!</h2>\n<p style=\"text-align: justify;\">By attending Small Business Live you will be empowered on how to submit effective applications for support programmes available in the market and improve the capacity of your enterprise to serve your clients more effectively.</p>\n<p style=\"text-align: justify;\">Government\'s tendering laws are in the process of being changed and all big companies will now be forced to sub-contract with businesses that are owned by youth, women and people living in rural areas. Companies will also not be looking to build the capacity of small businesses through Supplier &amp; Enterprise Development Programmes and by attending Small Business Live, you will put yourself in the frontline of these support initiatives.</p>\n[/vc_column_text][vc_btn title=\"Read more\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:%23blank||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: justify;\"><span style=\"font-size: 18pt;\">WATCH IT LIVE AND WIN R10M IN PRIZES!</span></h2>\n<p style=\"text-align: justify;\">All delegates watching the Small Business Live broadcast at any participating venue\'s will be in line to win exciting prizes! <strong>Please Note:</strong> The broadcast can only be watched at participating venue\'s. Please call us if your area is not listed.</p>\n<p style=\"text-align: justify;\"><strong>WIN!</strong></p>\n\n<ul style=\"text-align: justify;\">\n 	<li>An exclusive lunch with some of SA\'s top self made business icons</li>\n 	<li>Win R5m in Business Support Vouchers to grow your business</li>\n 	<li>Win R1m worth of web site designs to market your business</li>\n 	<li>Win R1m worth of Online/Digital Marketing Campaigns</li>\n 	<li>Win R1m worth of Mobile Data</li>\n 	<li>Win R1m worth of Radio Exposure</li>\n 	<li>Win R1m worth of Print Media Exposure</li>\n</ul>\n<p style=\"text-align: justify;\"><strong>WATCH LIVE AND WIN!</strong></p>\n[/vc_column_text][vc_btn title=\"Read more\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:%23blank||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\"][/vc_column][/vc_row][vc_row][vc_column][om_reduce_space height=\"1em\"][vc_cta h2=\"Don\'t miss this unique business support opportunity!\" h4=\"Join the discussion on the future of Small Business in South Africa!\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][om_reduce_space height=\"1em\"][/vc_column][/vc_row][vc_row bg_type=\"image\" bg_image_pos=\"100w_bottom\" bg_image=\"344\" padding_top=\"40\" margin_top=\"40\" margin_bottom=\"40\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"2/3\"][vc_custom_heading text=\"The Most Awaiting\nEvent\" uppercase=\"yes\" font_container=\"tag:h1|font_size:42px|text_align:left|line_height:50px\"][vc_row_inner][vc_column_inner width=\"1/2\"][om_reduce_space height=\"50px\"][vc_custom_heading text=\"of the (color1)Year(/color1)\" uppercase=\"yes\" font_container=\"tag:h1|font_size:42px|text_align:left|line_height:50px\"][/vc_column_inner][vc_column_inner width=\"1/2\"][om_reduce_space height=\"24px\" mobile_hide=\"yes\"][vc_column_text]The first annual Eventerra was held years ago, and this time we are going big.\n\nExplore the inner-workings of leading creative companies, and meet fellow attendees in an intimate, interactive setting. Best Speakers, Master Classes from Creative Experts, killer closing party.[/vc_column_text][vc_btn title=\"See schedule\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fdemo.olevmedia.net%2Feventerra%2Fschedule%2F||\" add_icon=\"true\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_empty_space height=\"28vw\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Our (color1)World Class(/color1) Speakers\" uppercase=\"yes\" text_additional=\"Major speakers below, see all list on the speakers page\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Speakers\"][om_reduce_space height=\"1em\"][om_speakers filter=\"category\" description=\"next\" categories=\"major\" margin_top=\"0\" margin_bottom=\"0\"][/vc_column][/vc_row][vc_row bg_type=\"gradient\" gradient_type=\"diagonal2\" bg_color=\"#676767\" bg_color2=\"#313131\" font_color=\"#ffffff\"][vc_column][om_testimonials filter=\"category\" categories=\"group-1\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"3em\"][vc_custom_heading text=\"(color1)Major(/color1) Conference sections\" uppercase=\"yes\" text_additional=\"That\'s not all, more sections on the schedule page\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Schedule\"][om_reduce_space height=\"2em\"][om_agenda description_expand=\"yes\"][om_agenda_day title=\"Day 1\" date=\"18 Sep 2016\"][om_agenda_item time=\"10:00 - 11:00\" room=\"Room A1\" speaker_ids=\"117\" title=\"Morning Committee Meetings\"]Base extend alignments cutting-edge monetize uniquely brand web-readiness completely create other\'s efficient clicks-and-mortar resource.[/om_agenda_item][om_agenda_item time=\"12:00 - 14:00\" room=\"Room D\" speaker_ids=\"118\" title=\"Modern marketing strategies and tactics\"]Maximizing items mission-critical expedite convergence top-line vectors best methodologies top-line reliable productivate total. Incubate reconceptualize cross-unit envisioneer communicate client-centric worldwide objectively collaboratively compliant wireless prospective brand.[/om_agenda_item][om_agenda_item time=\"13:00 - 15:20\" room=\"Video Room\" speaker_ids=\"116\" title=\"Management Development Program\"]Uniquely myocardinate incubate invested applications leadership \"outside the box\" plagiarize distinctive leading-edge. Virtual \"organic\" functionalized resources iterate seize repurpose fully turnkey collaboration experiences enabled standards network.[/om_agenda_item][/om_agenda_day][om_agenda_day title=\"Day 2\" date=\"19 Sep 2016\"][om_agenda_item time=\"10:00 - 12:00\" room=\"Room D\" speaker_ids=\"113\" title=\"Software Applications &amp; Services\"]Items future-proof an uniquely innovate monetize base empowerment users target via innovative markets for. Architect integrate promote based enhance supply e-enable evolve fashion bricks-and-clicks user dynamic drive. [/om_agenda_item][om_agenda_item time=\"11:30 - 13:00\" speaker_ids=\"114\" title=\"IT Infrastructure / Operations Management\" room=\"Room A1\"]Sustainable interactive conveniently niche effective action intellectual utilize credibly synthesize alignments cost client-centered outsourcing. Functionalities areas interfaces progressive productize process-centric fabricate cross granular completely energistically promote scenarios backward-compatible.[/om_agenda_item][om_agenda_item time=\"13:00 - 15:00\" room=\"Video Room\" speaker_ids=\"112\" title=\"Build Better Teams That Achieve More\"]Growth conceptualize state deliver communities researched architectures opportunities time enterprise-wide of B2B timely. Distinctively aggregate sources go engage expertise \"organic\" top-line pursue syndicate before customize.[/om_agenda_item][/om_agenda_day][/om_agenda][om_reduce_space height=\"26px\"][vc_cta h2=\"Number of participants is limited!\" h4=\"Don\'t miss your seat. Join the discussion in San Francisco now\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"2em\"][vc_custom_heading text=\"Our (color1)Sponsors(/color1) and Partners\" uppercase=\"yes\" font_container=\"tag:h1|text_align:center\"][vc_empty_space height=\"1em\"][om_logos grayscale=\"yes\" images=\"166,168,169,167\"][vc_empty_space height=\"2em\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','12-revision-v1','','','2016-10-08 10:36:16','2016-10-08 10:36:16','',12,'http://www.taranisco.co.za/2016/10/08/12-revision-v1/',0,'revision','',0),(556,1,'2016-10-08 10:36:38','2016-10-08 10:36:38','[vc_row margin_top=\"-1em\"][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2><span style=\"font-size: 18pt;\">SMALL BUSINESS LIVE TV BROADCAST TO REACH 1000\'s!</span></h2>\n<p style=\"text-align: justify;\">Be part of this groundbreaking TV Broadcast, which will be watched countrywide in a three-hour long presentation on how to successfully access small business support programmes offered by both the government and the private sector respectively.</p>\n<p style=\"text-align: justify;\">Small Business Live will partner with local municipalities and provincial government departments to host venue\'s in their areas allowing local small businesses to attend and watch the broadcast between 12h00-15h00 on Thursday 30 November 2016. The broadcast will eliminate the need for small businesses to travel to bigger towns and cities since they can watch the presentations in the comfort of a local venue.</p>\n<p style=\"text-align: justify;\"><strong>BOOK YOUR SEAT NOW!</strong></p>\n[/vc_column_text][vc_btn title=\"Read more\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:%23blank||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: justify;\"><span style=\"font-size: 18pt;\">GROW YOUR BUSINESS TODAY!</span></h2>\n<p style=\"text-align: justify;\">By attending Small Business Live you will be empowered on how to submit effective applications for support programmes available in the market and improve the capacity of your enterprise to serve your clients more effectively.</p>\n<p style=\"text-align: justify;\">Government\'s tendering laws are in the process of being changed and all big companies will now be forced to sub-contract with businesses that are owned by youth, women and people living in rural areas. Companies will also not be looking to build the capacity of small businesses through Supplier &amp; Enterprise Development Programmes and by attending Small Business Live, you will put yourself in the frontline of these support initiatives.</p>\n[/vc_column_text][vc_btn title=\"Read more\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:%23blank||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: justify;\"><span style=\"font-size: 18pt;\">WATCH IT LIVE AND WIN R10M IN PRIZES!</span></h2>\n<p style=\"text-align: justify;\">All delegates watching the Small Business Live broadcast at any participating venue\'s will be in line to win exciting prizes! <strong>Please Note:</strong> The broadcast can only be watched at participating venue\'s. Please call us if your area is not listed.</p>\n<p style=\"text-align: justify;\"><strong>WIN!</strong></p>\n\n<ul style=\"text-align: justify;\">\n 	<li>An exclusive lunch with some of SA\'s top self made business icons</li>\n 	<li>Win R5m in Business Support Vouchers to grow your business</li>\n 	<li>Win R1m worth of web site designs to market your business</li>\n 	<li>Win R1m worth of Online/Digital Marketing Campaigns</li>\n 	<li>Win R1m worth of Mobile Data</li>\n 	<li>Win R1m worth of Radio Exposure</li>\n 	<li>Win R1m worth of Print Media Exposure</li>\n</ul>\n<p style=\"text-align: justify;\"><strong>WATCH LIVE AND WIN!</strong></p>\n[/vc_column_text][vc_btn title=\"Read more\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:%23blank||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\"][/vc_column][/vc_row][vc_row][vc_column][om_reduce_space height=\"1em\"][vc_cta h2=\"Don\'t miss this unique business support opportunity!\" h4=\"Join the discussion on the future of Small Business in South Africa!\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][om_reduce_space height=\"1em\"][/vc_column][/vc_row][vc_row bg_type=\"image\" bg_image_pos=\"100w_bottom\" bg_image=\"344\" padding_top=\"40\" margin_top=\"40\" margin_bottom=\"40\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"2/3\"][vc_custom_heading text=\"The Most Awaiting\nEvent\" uppercase=\"yes\" font_container=\"tag:h1|font_size:42px|text_align:left|line_height:50px\"][vc_row_inner][vc_column_inner width=\"1/2\"][om_reduce_space height=\"50px\"][vc_custom_heading text=\"of the (color1)Year(/color1)\" uppercase=\"yes\" font_container=\"tag:h1|font_size:42px|text_align:left|line_height:50px\"][/vc_column_inner][vc_column_inner width=\"1/2\"][om_reduce_space height=\"24px\" mobile_hide=\"yes\"][vc_column_text]The first annual Eventerra was held years ago, and this time we are going big.\n\nExplore the inner-workings of leading creative companies, and meet fellow attendees in an intimate, interactive setting. Best Speakers, Master Classes from Creative Experts, killer closing party.[/vc_column_text][vc_btn title=\"See schedule\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fdemo.olevmedia.net%2Feventerra%2Fschedule%2F||\" add_icon=\"true\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_empty_space height=\"28vw\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Our (color1)World Class(/color1) Speakers\" uppercase=\"yes\" text_additional=\"Major speakers below, see all list on the speakers page\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Speakers\"][om_reduce_space height=\"1em\"][om_speakers filter=\"category\" description=\"next\" categories=\"major\" margin_top=\"0\" margin_bottom=\"0\"][/vc_column][/vc_row][vc_row bg_type=\"gradient\" gradient_type=\"diagonal2\" bg_color=\"#676767\" bg_color2=\"#313131\" font_color=\"#ffffff\"][vc_column][om_testimonials filter=\"category\" categories=\"group-1\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"3em\"][vc_custom_heading text=\"(color1)Major(/color1) Conference sections\" uppercase=\"yes\" text_additional=\"That\'s not all, more sections on the schedule page\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Schedule\"][om_reduce_space height=\"2em\"][om_agenda description_expand=\"yes\"][om_agenda_day title=\"Day 1\" date=\"18 Sep 2016\"][om_agenda_item time=\"10:00 - 11:00\" room=\"Room A1\" speaker_ids=\"117\" title=\"Morning Committee Meetings\"]Base extend alignments cutting-edge monetize uniquely brand web-readiness completely create other\'s efficient clicks-and-mortar resource.[/om_agenda_item][om_agenda_item time=\"12:00 - 14:00\" room=\"Room D\" speaker_ids=\"118\" title=\"Modern marketing strategies and tactics\"]Maximizing items mission-critical expedite convergence top-line vectors best methodologies top-line reliable productivate total. Incubate reconceptualize cross-unit envisioneer communicate client-centric worldwide objectively collaboratively compliant wireless prospective brand.[/om_agenda_item][om_agenda_item time=\"13:00 - 15:20\" room=\"Video Room\" speaker_ids=\"116\" title=\"Management Development Program\"]Uniquely myocardinate incubate invested applications leadership \"outside the box\" plagiarize distinctive leading-edge. Virtual \"organic\" functionalized resources iterate seize repurpose fully turnkey collaboration experiences enabled standards network.[/om_agenda_item][/om_agenda_day][om_agenda_day title=\"Day 2\" date=\"19 Sep 2016\"][om_agenda_item time=\"10:00 - 12:00\" room=\"Room D\" speaker_ids=\"113\" title=\"Software Applications &amp; Services\"]Items future-proof an uniquely innovate monetize base empowerment users target via innovative markets for. Architect integrate promote based enhance supply e-enable evolve fashion bricks-and-clicks user dynamic drive. [/om_agenda_item][om_agenda_item time=\"11:30 - 13:00\" speaker_ids=\"114\" title=\"IT Infrastructure / Operations Management\" room=\"Room A1\"]Sustainable interactive conveniently niche effective action intellectual utilize credibly synthesize alignments cost client-centered outsourcing. Functionalities areas interfaces progressive productize process-centric fabricate cross granular completely energistically promote scenarios backward-compatible.[/om_agenda_item][om_agenda_item time=\"13:00 - 15:00\" room=\"Video Room\" speaker_ids=\"112\" title=\"Build Better Teams That Achieve More\"]Growth conceptualize state deliver communities researched architectures opportunities time enterprise-wide of B2B timely. Distinctively aggregate sources go engage expertise \"organic\" top-line pursue syndicate before customize.[/om_agenda_item][/om_agenda_day][/om_agenda][om_reduce_space height=\"26px\"][vc_cta h2=\"Number of participants is limited!\" h4=\"Don\'t miss your seat. Join the discussion in San Francisco now\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"2em\"][vc_custom_heading text=\"Our (color1)Sponsors(/color1) and Partners\" uppercase=\"yes\" font_container=\"tag:h1|text_align:center\"][vc_empty_space height=\"1em\"][om_logos grayscale=\"yes\" images=\"166,168,169,167\"][vc_empty_space height=\"2em\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','12-revision-v1','','','2016-10-08 10:36:38','2016-10-08 10:36:38','',12,'http://www.taranisco.co.za/2016/10/08/12-revision-v1/',0,'revision','',0),(557,1,'2016-10-08 10:37:06','2016-10-08 10:37:06','[vc_row margin_top=\"-1em\"][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2><span style=\"font-size: 18pt;\">SMALL BUSINESS LIVE TV BROADCAST TO REACH 1000\'s!</span></h2>\n<p style=\"text-align: justify;\">Be part of this groundbreaking TV Broadcast, which will be watched countrywide in a three-hour long presentation on how to successfully access small business support programmes offered by both the government and the private sector respectively.</p>\n<p style=\"text-align: justify;\">Small Business Live will partner with local municipalities and provincial government departments to host venue\'s in their areas allowing local small businesses to attend and watch the broadcast between 12h00-15h00 on Thursday 30 November 2016. The broadcast will eliminate the need for small businesses to travel to bigger towns and cities since they can watch the presentations in the comfort of a local venue.</p>\n<p style=\"text-align: justify;\"><strong>BOOK YOUR SEAT NOW!</strong></p>\n[/vc_column_text][vc_btn title=\"Read more\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:%23blank||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">GROW YOUR BUSINESS TODAY!</span></h2>\n<p style=\"text-align: justify;\">By attending Small Business Live you will be empowered on how to submit effective applications for support programmes available in the market and improve the capacity of your enterprise to serve your clients more effectively.</p>\n<p style=\"text-align: justify;\">Government\'s tendering laws are in the process of being changed and all big companies will now be forced to sub-contract with businesses that are owned by youth, women and people living in rural areas. Companies will also not be looking to build the capacity of small businesses through Supplier &amp; Enterprise Development Programmes and by attending Small Business Live, you will put yourself in the frontline of these support initiatives.</p>\n[/vc_column_text][vc_btn title=\"Read more\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:%23blank||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: justify;\"><span style=\"font-size: 18pt;\">WATCH IT LIVE AND WIN R10M IN PRIZES!</span></h2>\n<p style=\"text-align: justify;\">All delegates watching the Small Business Live broadcast at any participating venue\'s will be in line to win exciting prizes! <strong>Please Note:</strong> The broadcast can only be watched at participating venue\'s. Please call us if your area is not listed.</p>\n<p style=\"text-align: justify;\"><strong>WIN!</strong></p>\n\n<ul style=\"text-align: justify;\">\n 	<li>An exclusive lunch with some of SA\'s top self made business icons</li>\n 	<li>Win R5m in Business Support Vouchers to grow your business</li>\n 	<li>Win R1m worth of web site designs to market your business</li>\n 	<li>Win R1m worth of Online/Digital Marketing Campaigns</li>\n 	<li>Win R1m worth of Mobile Data</li>\n 	<li>Win R1m worth of Radio Exposure</li>\n 	<li>Win R1m worth of Print Media Exposure</li>\n</ul>\n<p style=\"text-align: justify;\"><strong>WATCH LIVE AND WIN!</strong></p>\n[/vc_column_text][vc_btn title=\"Read more\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:%23blank||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\"][/vc_column][/vc_row][vc_row][vc_column][om_reduce_space height=\"1em\"][vc_cta h2=\"Don\'t miss this unique business support opportunity!\" h4=\"Join the discussion on the future of Small Business in South Africa!\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][om_reduce_space height=\"1em\"][/vc_column][/vc_row][vc_row bg_type=\"image\" bg_image_pos=\"100w_bottom\" bg_image=\"344\" padding_top=\"40\" margin_top=\"40\" margin_bottom=\"40\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"2/3\"][vc_custom_heading text=\"The Most Awaiting\nEvent\" uppercase=\"yes\" font_container=\"tag:h1|font_size:42px|text_align:left|line_height:50px\"][vc_row_inner][vc_column_inner width=\"1/2\"][om_reduce_space height=\"50px\"][vc_custom_heading text=\"of the (color1)Year(/color1)\" uppercase=\"yes\" font_container=\"tag:h1|font_size:42px|text_align:left|line_height:50px\"][/vc_column_inner][vc_column_inner width=\"1/2\"][om_reduce_space height=\"24px\" mobile_hide=\"yes\"][vc_column_text]The first annual Eventerra was held years ago, and this time we are going big.\n\nExplore the inner-workings of leading creative companies, and meet fellow attendees in an intimate, interactive setting. Best Speakers, Master Classes from Creative Experts, killer closing party.[/vc_column_text][vc_btn title=\"See schedule\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fdemo.olevmedia.net%2Feventerra%2Fschedule%2F||\" add_icon=\"true\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_empty_space height=\"28vw\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Our (color1)World Class(/color1) Speakers\" uppercase=\"yes\" text_additional=\"Major speakers below, see all list on the speakers page\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Speakers\"][om_reduce_space height=\"1em\"][om_speakers filter=\"category\" description=\"next\" categories=\"major\" margin_top=\"0\" margin_bottom=\"0\"][/vc_column][/vc_row][vc_row bg_type=\"gradient\" gradient_type=\"diagonal2\" bg_color=\"#676767\" bg_color2=\"#313131\" font_color=\"#ffffff\"][vc_column][om_testimonials filter=\"category\" categories=\"group-1\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"3em\"][vc_custom_heading text=\"(color1)Major(/color1) Conference sections\" uppercase=\"yes\" text_additional=\"That\'s not all, more sections on the schedule page\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Schedule\"][om_reduce_space height=\"2em\"][om_agenda description_expand=\"yes\"][om_agenda_day title=\"Day 1\" date=\"18 Sep 2016\"][om_agenda_item time=\"10:00 - 11:00\" room=\"Room A1\" speaker_ids=\"117\" title=\"Morning Committee Meetings\"]Base extend alignments cutting-edge monetize uniquely brand web-readiness completely create other\'s efficient clicks-and-mortar resource.[/om_agenda_item][om_agenda_item time=\"12:00 - 14:00\" room=\"Room D\" speaker_ids=\"118\" title=\"Modern marketing strategies and tactics\"]Maximizing items mission-critical expedite convergence top-line vectors best methodologies top-line reliable productivate total. Incubate reconceptualize cross-unit envisioneer communicate client-centric worldwide objectively collaboratively compliant wireless prospective brand.[/om_agenda_item][om_agenda_item time=\"13:00 - 15:20\" room=\"Video Room\" speaker_ids=\"116\" title=\"Management Development Program\"]Uniquely myocardinate incubate invested applications leadership \"outside the box\" plagiarize distinctive leading-edge. Virtual \"organic\" functionalized resources iterate seize repurpose fully turnkey collaboration experiences enabled standards network.[/om_agenda_item][/om_agenda_day][om_agenda_day title=\"Day 2\" date=\"19 Sep 2016\"][om_agenda_item time=\"10:00 - 12:00\" room=\"Room D\" speaker_ids=\"113\" title=\"Software Applications &amp; Services\"]Items future-proof an uniquely innovate monetize base empowerment users target via innovative markets for. Architect integrate promote based enhance supply e-enable evolve fashion bricks-and-clicks user dynamic drive. [/om_agenda_item][om_agenda_item time=\"11:30 - 13:00\" speaker_ids=\"114\" title=\"IT Infrastructure / Operations Management\" room=\"Room A1\"]Sustainable interactive conveniently niche effective action intellectual utilize credibly synthesize alignments cost client-centered outsourcing. Functionalities areas interfaces progressive productize process-centric fabricate cross granular completely energistically promote scenarios backward-compatible.[/om_agenda_item][om_agenda_item time=\"13:00 - 15:00\" room=\"Video Room\" speaker_ids=\"112\" title=\"Build Better Teams That Achieve More\"]Growth conceptualize state deliver communities researched architectures opportunities time enterprise-wide of B2B timely. Distinctively aggregate sources go engage expertise \"organic\" top-line pursue syndicate before customize.[/om_agenda_item][/om_agenda_day][/om_agenda][om_reduce_space height=\"26px\"][vc_cta h2=\"Number of participants is limited!\" h4=\"Don\'t miss your seat. Join the discussion in San Francisco now\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"2em\"][vc_custom_heading text=\"Our (color1)Sponsors(/color1) and Partners\" uppercase=\"yes\" font_container=\"tag:h1|text_align:center\"][vc_empty_space height=\"1em\"][om_logos grayscale=\"yes\" images=\"166,168,169,167\"][vc_empty_space height=\"2em\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','12-revision-v1','','','2016-10-08 10:37:06','2016-10-08 10:37:06','',12,'http://www.taranisco.co.za/2016/10/08/12-revision-v1/',0,'revision','',0),(558,1,'2016-10-08 10:38:09','2016-10-08 10:38:09','[vc_row margin_top=\"-1em\"][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">SMALL BUSINESS LIVE TV BROADCAST TO REACH 1000\'s!</span></h2>\n<p style=\"text-align: justify;\">Be part of this groundbreaking TV Broadcast, which will be watched countrywide in a three-hour long presentation on how to successfully access small business support programmes offered by both the government and the private sector respectively.</p>\n<p style=\"text-align: justify;\">Small Business Live will partner with local municipalities and provincial government departments to host venue\'s in their areas allowing local small businesses to attend and watch the broadcast between 12h00-15h00 on Thursday 30 November 2016. The broadcast will eliminate the need for small businesses to travel to bigger towns and cities since they can watch the presentations in the comfort of a local venue.</p>\n<p style=\"text-align: justify;\"><strong>BOOK YOUR SEAT NOW!</strong></p>\n[/vc_column_text][vc_btn title=\"Read more\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:%23blank||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">GROW YOUR BUSINESS TODAY!</span></h2>\n<p style=\"text-align: justify;\">By attending Small Business Live you will be empowered on how to submit effective applications for support programmes available in the market and improve the capacity of your enterprise to serve your clients more effectively.</p>\n<p style=\"text-align: justify;\">Government\'s tendering laws are in the process of being changed and all big companies will now be forced to sub-contract with businesses that are owned by youth, women and people living in rural areas. Companies will also not be looking to build the capacity of small businesses through Supplier &amp; Enterprise Development Programmes and by attending Small Business Live, you will put yourself in the frontline of these support initiatives.</p>\n[/vc_column_text][vc_btn title=\"Read more\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:%23blank||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">WATCH IT LIVE AND WIN R10M IN PRIZES!</span></h2>\n<p style=\"text-align: justify;\">All delegates watching the Small Business Live broadcast at any participating venue\'s will be in line to win exciting prizes! <strong>Please Note:</strong> The broadcast can only be watched at participating venue\'s. Please call us if your area is not listed.</p>\n<p style=\"text-align: justify;\"><strong>WIN!</strong></p>\n\n<ul style=\"text-align: justify;\">\n 	<li>An exclusive lunch with some of SA\'s top self made business icons</li>\n 	<li>Win R5m in Business Support Vouchers to grow your business</li>\n 	<li>Win R1m worth of web site designs to market your business</li>\n 	<li>Win R1m worth of Online/Digital Marketing Campaigns</li>\n 	<li>Win R1m worth of Mobile Data</li>\n 	<li>Win R1m worth of Radio Exposure</li>\n 	<li>Win R1m worth of Print Media Exposure</li>\n</ul>\n<p style=\"text-align: justify;\"><strong>WATCH LIVE AND WIN!</strong></p>\n[/vc_column_text][vc_btn title=\"Read more\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:%23blank||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\"][/vc_column][/vc_row][vc_row][vc_column][om_reduce_space height=\"1em\"][vc_cta h2=\"Don\'t miss this unique business support opportunity!\" h4=\"Join the discussion on the future of Small Business in South Africa!\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][om_reduce_space height=\"1em\"][/vc_column][/vc_row][vc_row bg_type=\"image\" bg_image_pos=\"100w_bottom\" bg_image=\"344\" padding_top=\"40\" margin_top=\"40\" margin_bottom=\"40\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"2/3\"][vc_custom_heading text=\"The Most Awaiting\nEvent\" uppercase=\"yes\" font_container=\"tag:h1|font_size:42px|text_align:left|line_height:50px\"][vc_row_inner][vc_column_inner width=\"1/2\"][om_reduce_space height=\"50px\"][vc_custom_heading text=\"of the (color1)Year(/color1)\" uppercase=\"yes\" font_container=\"tag:h1|font_size:42px|text_align:left|line_height:50px\"][/vc_column_inner][vc_column_inner width=\"1/2\"][om_reduce_space height=\"24px\" mobile_hide=\"yes\"][vc_column_text]The first annual Eventerra was held years ago, and this time we are going big.\n\nExplore the inner-workings of leading creative companies, and meet fellow attendees in an intimate, interactive setting. Best Speakers, Master Classes from Creative Experts, killer closing party.[/vc_column_text][vc_btn title=\"See schedule\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fdemo.olevmedia.net%2Feventerra%2Fschedule%2F||\" add_icon=\"true\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_empty_space height=\"28vw\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Our (color1)World Class(/color1) Speakers\" uppercase=\"yes\" text_additional=\"Major speakers below, see all list on the speakers page\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Speakers\"][om_reduce_space height=\"1em\"][om_speakers filter=\"category\" description=\"next\" categories=\"major\" margin_top=\"0\" margin_bottom=\"0\"][/vc_column][/vc_row][vc_row bg_type=\"gradient\" gradient_type=\"diagonal2\" bg_color=\"#676767\" bg_color2=\"#313131\" font_color=\"#ffffff\"][vc_column][om_testimonials filter=\"category\" categories=\"group-1\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"3em\"][vc_custom_heading text=\"(color1)Major(/color1) Conference sections\" uppercase=\"yes\" text_additional=\"That\'s not all, more sections on the schedule page\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Schedule\"][om_reduce_space height=\"2em\"][om_agenda description_expand=\"yes\"][om_agenda_day title=\"Day 1\" date=\"18 Sep 2016\"][om_agenda_item time=\"10:00 - 11:00\" room=\"Room A1\" speaker_ids=\"117\" title=\"Morning Committee Meetings\"]Base extend alignments cutting-edge monetize uniquely brand web-readiness completely create other\'s efficient clicks-and-mortar resource.[/om_agenda_item][om_agenda_item time=\"12:00 - 14:00\" room=\"Room D\" speaker_ids=\"118\" title=\"Modern marketing strategies and tactics\"]Maximizing items mission-critical expedite convergence top-line vectors best methodologies top-line reliable productivate total. Incubate reconceptualize cross-unit envisioneer communicate client-centric worldwide objectively collaboratively compliant wireless prospective brand.[/om_agenda_item][om_agenda_item time=\"13:00 - 15:20\" room=\"Video Room\" speaker_ids=\"116\" title=\"Management Development Program\"]Uniquely myocardinate incubate invested applications leadership \"outside the box\" plagiarize distinctive leading-edge. Virtual \"organic\" functionalized resources iterate seize repurpose fully turnkey collaboration experiences enabled standards network.[/om_agenda_item][/om_agenda_day][om_agenda_day title=\"Day 2\" date=\"19 Sep 2016\"][om_agenda_item time=\"10:00 - 12:00\" room=\"Room D\" speaker_ids=\"113\" title=\"Software Applications &amp; Services\"]Items future-proof an uniquely innovate monetize base empowerment users target via innovative markets for. Architect integrate promote based enhance supply e-enable evolve fashion bricks-and-clicks user dynamic drive. [/om_agenda_item][om_agenda_item time=\"11:30 - 13:00\" speaker_ids=\"114\" title=\"IT Infrastructure / Operations Management\" room=\"Room A1\"]Sustainable interactive conveniently niche effective action intellectual utilize credibly synthesize alignments cost client-centered outsourcing. Functionalities areas interfaces progressive productize process-centric fabricate cross granular completely energistically promote scenarios backward-compatible.[/om_agenda_item][om_agenda_item time=\"13:00 - 15:00\" room=\"Video Room\" speaker_ids=\"112\" title=\"Build Better Teams That Achieve More\"]Growth conceptualize state deliver communities researched architectures opportunities time enterprise-wide of B2B timely. Distinctively aggregate sources go engage expertise \"organic\" top-line pursue syndicate before customize.[/om_agenda_item][/om_agenda_day][/om_agenda][om_reduce_space height=\"26px\"][vc_cta h2=\"Number of participants is limited!\" h4=\"Don\'t miss your seat. Join the discussion in San Francisco now\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"2em\"][vc_custom_heading text=\"Our (color1)Sponsors(/color1) and Partners\" uppercase=\"yes\" font_container=\"tag:h1|text_align:center\"][vc_empty_space height=\"1em\"][om_logos grayscale=\"yes\" images=\"166,168,169,167\"][vc_empty_space height=\"2em\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','12-revision-v1','','','2016-10-08 10:38:09','2016-10-08 10:38:09','',12,'http://www.taranisco.co.za/2016/10/08/12-revision-v1/',0,'revision','',0),(559,1,'2016-10-08 10:39:48','2016-10-08 10:39:48','[vc_row margin_top=\"-1em\"][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">SMALL BUSINESS LIVE TV BROADCAST TO REACH 1000\'s!</span></h2>\n<p style=\"text-align: justify;\">Be part of this groundbreaking TV Broadcast, which will be watched countrywide in a three-hour long presentation on how to successfully access small business support programmes offered by both the government and the private sector respectively.</p>\n<p style=\"text-align: justify;\">Small Business Live will partner with local municipalities and provincial government departments to host venue\'s in their areas allowing local small businesses to attend and watch the broadcast between 12h00-15h00 on Thursday 30 November 2016. The broadcast will eliminate the need for small businesses to travel to bigger towns and cities since they can watch the presentations in the comfort of a local venue.</p>\n<p style=\"text-align: justify;\"><strong>BOOK YOUR SEAT NOW!</strong></p>\n[/vc_column_text][vc_btn title=\"Read more\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:%23blank||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">GROW YOUR BUSINESS TODAY!</span></h2>\n<p style=\"text-align: justify;\">By attending Small Business Live you will be empowered on how to submit effective applications for support programmes available in the market and improve the capacity of your enterprise to serve your clients more effectively.</p>\n<p style=\"text-align: justify;\">Government\'s tendering laws are in the process of being changed and all big companies will now be forced to sub-contract with businesses that are owned by youth, women and people living in rural areas.</p>\n<p style=\"text-align: justify;\">Companies will also not be looking to build the capacity of small businesses through Supplier &amp; Enterprise Development Programmes and by attending Small Business Live, you will put yourself in the frontline of these support initiatives.</p>\n<p style=\"text-align: justify;\"><strong>BENEFIT FROM TOP ADVISE!</strong></p>\n[/vc_column_text][vc_btn title=\"Read more\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:%23blank||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">WATCH IT LIVE AND WIN R10M IN PRIZES!</span></h2>\n<p style=\"text-align: justify;\">All delegates watching the Small Business Live broadcast at any participating venue\'s will be in line to win exciting prizes! <strong>Please Note:</strong> The broadcast can only be watched at participating venue\'s. Please call us if your area is not listed.</p>\n<p style=\"text-align: justify;\"><strong>WIN!</strong></p>\n\n<ul style=\"text-align: justify;\">\n 	<li>An exclusive lunch with some of SA\'s top self made business icons</li>\n 	<li>Win R5m in Business Support Vouchers to grow your business</li>\n 	<li>Win R1m worth of web site designs to market your business</li>\n 	<li>Win R1m worth of Online/Digital Marketing Campaigns</li>\n 	<li>Win R1m worth of Mobile Data</li>\n 	<li>Win R1m worth of Radio Exposure</li>\n 	<li>Win R1m worth of Print Media Exposure</li>\n</ul>\n<p style=\"text-align: justify;\"><strong>WATCH LIVE AND WIN!</strong></p>\n[/vc_column_text][vc_btn title=\"Read more\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:%23blank||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\"][/vc_column][/vc_row][vc_row][vc_column][om_reduce_space height=\"1em\"][vc_cta h2=\"Don\'t miss this unique business support opportunity!\" h4=\"Join the discussion on the future of Small Business in South Africa!\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][om_reduce_space height=\"1em\"][/vc_column][/vc_row][vc_row bg_type=\"image\" bg_image_pos=\"100w_bottom\" bg_image=\"344\" padding_top=\"40\" margin_top=\"40\" margin_bottom=\"40\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"2/3\"][vc_custom_heading text=\"The Most Awaiting\nEvent\" uppercase=\"yes\" font_container=\"tag:h1|font_size:42px|text_align:left|line_height:50px\"][vc_row_inner][vc_column_inner width=\"1/2\"][om_reduce_space height=\"50px\"][vc_custom_heading text=\"of the (color1)Year(/color1)\" uppercase=\"yes\" font_container=\"tag:h1|font_size:42px|text_align:left|line_height:50px\"][/vc_column_inner][vc_column_inner width=\"1/2\"][om_reduce_space height=\"24px\" mobile_hide=\"yes\"][vc_column_text]The first annual Eventerra was held years ago, and this time we are going big.\n\nExplore the inner-workings of leading creative companies, and meet fellow attendees in an intimate, interactive setting. Best Speakers, Master Classes from Creative Experts, killer closing party.[/vc_column_text][vc_btn title=\"See schedule\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fdemo.olevmedia.net%2Feventerra%2Fschedule%2F||\" add_icon=\"true\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_empty_space height=\"28vw\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Our (color1)World Class(/color1) Speakers\" uppercase=\"yes\" text_additional=\"Major speakers below, see all list on the speakers page\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Speakers\"][om_reduce_space height=\"1em\"][om_speakers filter=\"category\" description=\"next\" categories=\"major\" margin_top=\"0\" margin_bottom=\"0\"][/vc_column][/vc_row][vc_row bg_type=\"gradient\" gradient_type=\"diagonal2\" bg_color=\"#676767\" bg_color2=\"#313131\" font_color=\"#ffffff\"][vc_column][om_testimonials filter=\"category\" categories=\"group-1\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"3em\"][vc_custom_heading text=\"(color1)Major(/color1) Conference sections\" uppercase=\"yes\" text_additional=\"That\'s not all, more sections on the schedule page\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Schedule\"][om_reduce_space height=\"2em\"][om_agenda description_expand=\"yes\"][om_agenda_day title=\"Day 1\" date=\"18 Sep 2016\"][om_agenda_item time=\"10:00 - 11:00\" room=\"Room A1\" speaker_ids=\"117\" title=\"Morning Committee Meetings\"]Base extend alignments cutting-edge monetize uniquely brand web-readiness completely create other\'s efficient clicks-and-mortar resource.[/om_agenda_item][om_agenda_item time=\"12:00 - 14:00\" room=\"Room D\" speaker_ids=\"118\" title=\"Modern marketing strategies and tactics\"]Maximizing items mission-critical expedite convergence top-line vectors best methodologies top-line reliable productivate total. Incubate reconceptualize cross-unit envisioneer communicate client-centric worldwide objectively collaboratively compliant wireless prospective brand.[/om_agenda_item][om_agenda_item time=\"13:00 - 15:20\" room=\"Video Room\" speaker_ids=\"116\" title=\"Management Development Program\"]Uniquely myocardinate incubate invested applications leadership \"outside the box\" plagiarize distinctive leading-edge. Virtual \"organic\" functionalized resources iterate seize repurpose fully turnkey collaboration experiences enabled standards network.[/om_agenda_item][/om_agenda_day][om_agenda_day title=\"Day 2\" date=\"19 Sep 2016\"][om_agenda_item time=\"10:00 - 12:00\" room=\"Room D\" speaker_ids=\"113\" title=\"Software Applications &amp; Services\"]Items future-proof an uniquely innovate monetize base empowerment users target via innovative markets for. Architect integrate promote based enhance supply e-enable evolve fashion bricks-and-clicks user dynamic drive. [/om_agenda_item][om_agenda_item time=\"11:30 - 13:00\" speaker_ids=\"114\" title=\"IT Infrastructure / Operations Management\" room=\"Room A1\"]Sustainable interactive conveniently niche effective action intellectual utilize credibly synthesize alignments cost client-centered outsourcing. Functionalities areas interfaces progressive productize process-centric fabricate cross granular completely energistically promote scenarios backward-compatible.[/om_agenda_item][om_agenda_item time=\"13:00 - 15:00\" room=\"Video Room\" speaker_ids=\"112\" title=\"Build Better Teams That Achieve More\"]Growth conceptualize state deliver communities researched architectures opportunities time enterprise-wide of B2B timely. Distinctively aggregate sources go engage expertise \"organic\" top-line pursue syndicate before customize.[/om_agenda_item][/om_agenda_day][/om_agenda][om_reduce_space height=\"26px\"][vc_cta h2=\"Number of participants is limited!\" h4=\"Don\'t miss your seat. Join the discussion in San Francisco now\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"2em\"][vc_custom_heading text=\"Our (color1)Sponsors(/color1) and Partners\" uppercase=\"yes\" font_container=\"tag:h1|text_align:center\"][vc_empty_space height=\"1em\"][om_logos grayscale=\"yes\" images=\"166,168,169,167\"][vc_empty_space height=\"2em\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','12-revision-v1','','','2016-10-08 10:39:48','2016-10-08 10:39:48','',12,'http://www.taranisco.co.za/2016/10/08/12-revision-v1/',0,'revision','',0),(560,1,'2016-10-08 11:04:32','2016-10-08 11:04:32','[vc_row margin_top=\"-1em\"][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">SMALL BUSINESS LIVE TV BROADCAST TO REACH 1000\'s!</span></h2>\n<p style=\"text-align: justify;\">Be part of this groundbreaking TV Broadcast, which will be watched countrywide in a three-hour long presentation on how to successfully access small business support programmes offered by both the government and the private sector respectively.</p>\n<p style=\"text-align: justify;\">Small Business Live will partner with local municipalities and provincial government departments to host venue\'s in their areas allowing local small businesses to attend and watch the broadcast between 12h00-15h00 on Thursday 30 November 2016. The broadcast will eliminate the need for small businesses to travel to bigger towns and cities since they can watch the presentations in the comfort of a local venue.</p>\n<p style=\"text-align: justify;\"><strong>BOOK YOUR SEAT NOW!</strong></p>\n[/vc_column_text][vc_btn title=\"Read more\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:%23blank||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">GROW YOUR BUSINESS TODAY!</span></h2>\n<p style=\"text-align: justify;\">By attending Small Business Live you will be empowered on how to submit effective applications for support programmes available in the market and improve the capacity of your enterprise to serve your clients more effectively.</p>\n<p style=\"text-align: justify;\">Government\'s tendering laws are in the process of being changed and all big companies will now be forced to sub-contract with businesses that are owned by youth, women and people living in rural areas.</p>\n<p style=\"text-align: justify;\">Companies will also be looking to build the capacity of small businesses through Supplier &amp; Enterprise Development Programmes and by attending Small Business Live, you will put yourself in the frontline of these support initiatives.</p>\n<p style=\"text-align: justify;\"><strong>BENEFIT FROM TOP ADVISE!</strong></p>\n[/vc_column_text][vc_btn title=\"Read more\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:%23blank||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">WATCH IT LIVE AND WIN R10M IN PRIZES!</span></h2>\n<p style=\"text-align: justify;\">All delegates watching the Small Business Live broadcast at any participating venue will be in line to win exciting prizes! <strong>Please Note:</strong> <em>The broadcast can only be watched at participating venue\'s. Please call us if your area is not listed.</em></p>\n<p style=\"text-align: justify;\"><strong>WIN!</strong></p>\n\n<ul style=\"text-align: justify;\">\n 	<li>An exclusive lunch with some of SA\'s top self made business icons</li>\n 	<li>Win R5m in Business Support Vouchers to grow your business</li>\n 	<li>Win R1m worth of web site designs to market your business</li>\n 	<li>Win R1m worth of Online/Digital Marketing Campaigns</li>\n 	<li>Win R1m worth of Mobile Data</li>\n 	<li>Win R1m worth of Radio Exposure</li>\n 	<li>Win R1m worth of Print Media Exposure</li>\n</ul>\n<p style=\"text-align: justify;\"><strong>WATCH LIVE AND WIN!</strong></p>\n[/vc_column_text][vc_btn title=\"Read more\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:%23blank||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\"][/vc_column][/vc_row][vc_row][vc_column][om_reduce_space height=\"1em\"][vc_cta h2=\"Don\'t miss this unique business support opportunity!\" h4=\"Join the discussion on the future of Small Business in South Africa!\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][om_reduce_space height=\"1em\"][/vc_column][/vc_row][vc_row bg_type=\"image\" bg_image_pos=\"100w_bottom\" bg_image=\"344\" padding_top=\"40\" margin_top=\"40\" margin_bottom=\"40\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"2/3\"][vc_custom_heading text=\"The Most Awaiting\nEvent\" uppercase=\"yes\" font_container=\"tag:h1|font_size:42px|text_align:left|line_height:50px\"][vc_row_inner][vc_column_inner width=\"1/2\"][om_reduce_space height=\"50px\"][vc_custom_heading text=\"of the (color1)Year(/color1)\" uppercase=\"yes\" font_container=\"tag:h1|font_size:42px|text_align:left|line_height:50px\"][/vc_column_inner][vc_column_inner width=\"1/2\"][om_reduce_space height=\"24px\" mobile_hide=\"yes\"][vc_column_text]The first annual Eventerra was held years ago, and this time we are going big.\n\nExplore the inner-workings of leading creative companies, and meet fellow attendees in an intimate, interactive setting. Best Speakers, Master Classes from Creative Experts, killer closing party.[/vc_column_text][vc_btn title=\"See schedule\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fdemo.olevmedia.net%2Feventerra%2Fschedule%2F||\" add_icon=\"true\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_empty_space height=\"28vw\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Our (color1)World Class(/color1) Speakers\" uppercase=\"yes\" text_additional=\"Major speakers below, see all list on the speakers page\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Speakers\"][om_reduce_space height=\"1em\"][om_speakers filter=\"category\" description=\"next\" categories=\"major\" margin_top=\"0\" margin_bottom=\"0\"][/vc_column][/vc_row][vc_row bg_type=\"gradient\" gradient_type=\"diagonal2\" bg_color=\"#676767\" bg_color2=\"#313131\" font_color=\"#ffffff\"][vc_column][om_testimonials filter=\"category\" categories=\"group-1\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"3em\"][vc_custom_heading text=\"(color1)Major(/color1) Conference sections\" uppercase=\"yes\" text_additional=\"That\'s not all, more sections on the schedule page\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Schedule\"][om_reduce_space height=\"2em\"][om_agenda description_expand=\"yes\"][om_agenda_day title=\"Day 1\" date=\"18 Sep 2016\"][om_agenda_item time=\"10:00 - 11:00\" room=\"Room A1\" speaker_ids=\"117\" title=\"Morning Committee Meetings\"]Base extend alignments cutting-edge monetize uniquely brand web-readiness completely create other\'s efficient clicks-and-mortar resource.[/om_agenda_item][om_agenda_item time=\"12:00 - 14:00\" room=\"Room D\" speaker_ids=\"118\" title=\"Modern marketing strategies and tactics\"]Maximizing items mission-critical expedite convergence top-line vectors best methodologies top-line reliable productivate total. Incubate reconceptualize cross-unit envisioneer communicate client-centric worldwide objectively collaboratively compliant wireless prospective brand.[/om_agenda_item][om_agenda_item time=\"13:00 - 15:20\" room=\"Video Room\" speaker_ids=\"116\" title=\"Management Development Program\"]Uniquely myocardinate incubate invested applications leadership \"outside the box\" plagiarize distinctive leading-edge. Virtual \"organic\" functionalized resources iterate seize repurpose fully turnkey collaboration experiences enabled standards network.[/om_agenda_item][/om_agenda_day][om_agenda_day title=\"Day 2\" date=\"19 Sep 2016\"][om_agenda_item time=\"10:00 - 12:00\" room=\"Room D\" speaker_ids=\"113\" title=\"Software Applications &amp; Services\"]Items future-proof an uniquely innovate monetize base empowerment users target via innovative markets for. Architect integrate promote based enhance supply e-enable evolve fashion bricks-and-clicks user dynamic drive. [/om_agenda_item][om_agenda_item time=\"11:30 - 13:00\" speaker_ids=\"114\" title=\"IT Infrastructure / Operations Management\" room=\"Room A1\"]Sustainable interactive conveniently niche effective action intellectual utilize credibly synthesize alignments cost client-centered outsourcing. Functionalities areas interfaces progressive productize process-centric fabricate cross granular completely energistically promote scenarios backward-compatible.[/om_agenda_item][om_agenda_item time=\"13:00 - 15:00\" room=\"Video Room\" speaker_ids=\"112\" title=\"Build Better Teams That Achieve More\"]Growth conceptualize state deliver communities researched architectures opportunities time enterprise-wide of B2B timely. Distinctively aggregate sources go engage expertise \"organic\" top-line pursue syndicate before customize.[/om_agenda_item][/om_agenda_day][/om_agenda][om_reduce_space height=\"26px\"][vc_cta h2=\"Number of participants is limited!\" h4=\"Don\'t miss your seat. Join the discussion in San Francisco now\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"2em\"][vc_custom_heading text=\"Our (color1)Sponsors(/color1) and Partners\" uppercase=\"yes\" font_container=\"tag:h1|text_align:center\"][vc_empty_space height=\"1em\"][om_logos grayscale=\"yes\" images=\"166,168,169,167\"][vc_empty_space height=\"2em\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','12-revision-v1','','','2016-10-08 11:04:32','2016-10-08 11:04:32','',12,'http://www.taranisco.co.za/2016/10/08/12-revision-v1/',0,'revision','',0),(563,1,'2016-10-08 11:17:07','2016-10-08 11:17:07','[vc_row margin_top=\"-1em\"][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">SMALL BUSINESS LIVE TV BROADCAST TO REACH 1000\'s!</span></h2>\n<p style=\"text-align: justify;\">Be part of this groundbreaking TV Broadcast, which will be watched countrywide in a three-hour long presentation on how to successfully access small business support programmes offered by both the government and the private sector respectively.</p>\n<p style=\"text-align: justify;\">Small Business Live will partner with local municipalities and provincial government departments to host venue\'s in their areas allowing local small businesses to attend and watch the broadcast between 12h00-15h00 on Thursday 30 November 2016. The broadcast will eliminate the need for small businesses to travel to bigger towns and cities since they can watch the presentations in the comfort of a local venue.</p>\n<p style=\"text-align: justify;\"><strong>BOOK YOUR SEAT NOW!</strong></p>\n[/vc_column_text][vc_btn title=\"Read more\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:%23blank||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">GROW YOUR BUSINESS TODAY!</span></h2>\n<p style=\"text-align: justify;\">By attending Small Business Live you will be empowered on how to submit effective applications for support programmes available in the market and improve the capacity of your enterprise to serve your clients more effectively.</p>\n<p style=\"text-align: justify;\">Government\'s tendering laws are in the process of being changed and all big companies will now be forced to sub-contract with businesses that are owned by youth, women and people living in rural areas.</p>\n<p style=\"text-align: justify;\">Companies will also be looking to build the capacity of small businesses through Supplier &amp; Enterprise Development Programmes and by attending Small Business Live, you will put yourself in the frontline of these support initiatives.</p>\n<p style=\"text-align: justify;\"><strong>BENEFIT FROM TOP ADVISE!</strong></p>\n[/vc_column_text][vc_btn title=\"Read more\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:%23blank||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">WATCH IT LIVE AND WIN R10M IN PRIZES!</span></h2>\n<p style=\"text-align: justify;\">All delegates watching the Small Business Live broadcast at any participating venue will be in line to win exciting prizes! <strong>Please Note:</strong> <em>The broadcast can only be watched at participating venue\'s. Please call us if your area is not listed.</em></p>\n<p style=\"text-align: justify;\"><strong>WIN!</strong></p>\n\n<ul style=\"text-align: justify;\">\n 	<li>An exclusive lunch with some of SA\'s top self made business icons</li>\n 	<li>Win R5m in Business Support Vouchers to grow your business</li>\n 	<li>Win R1m worth of web site designs to market your business</li>\n 	<li>Win R1m worth of Online/Digital Marketing Campaigns</li>\n 	<li>Win R1m worth of Mobile Data</li>\n 	<li>Win R1m worth of Radio Exposure</li>\n 	<li>Win R1m worth of Print Media Exposure</li>\n</ul>\n<p style=\"text-align: justify;\"><strong>WATCH LIVE AND WIN!</strong></p>\n[/vc_column_text][vc_btn title=\"Read more\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:%23blank||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\"][/vc_column][/vc_row][vc_row][vc_column][om_reduce_space height=\"1em\"][vc_cta h2=\"Don\'t miss this unique business support opportunity!\" h4=\"Join the discussion on the future of Small Business in South Africa!\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][om_reduce_space height=\"1em\"][/vc_column][/vc_row][vc_row bg_type=\"image\" bg_image_pos=\"100w_bottom\" bg_image=\"344\" padding_top=\"40\" margin_top=\"40\" margin_bottom=\"40\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"2/3\"][vc_custom_heading text=\"The Most Awaiting\nEvent\" uppercase=\"yes\" font_container=\"tag:h1|font_size:42px|text_align:left|line_height:50px\"][vc_row_inner][vc_column_inner width=\"1/2\"][om_reduce_space height=\"50px\"][vc_custom_heading text=\"of the (color1)Year(/color1)\" uppercase=\"yes\" font_container=\"tag:h1|font_size:42px|text_align:left|line_height:50px\"][/vc_column_inner][vc_column_inner width=\"1/2\"][om_reduce_space height=\"24px\" mobile_hide=\"yes\"][vc_column_text]\n<p style=\"text-align: justify;\"></p>\n&nbsp;\n\n&nbsp;[/vc_column_text][vc_btn title=\"See schedule\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fdemo.olevmedia.net%2Feventerra%2Fschedule%2F||\" add_icon=\"true\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_empty_space height=\"28vw\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Our (color1)World Class(/color1) Speakers\" uppercase=\"yes\" text_additional=\"Major speakers below, see all list on the speakers page\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Speakers\"][om_reduce_space height=\"1em\"][om_speakers filter=\"category\" description=\"next\" categories=\"major\" margin_top=\"0\" margin_bottom=\"0\"][/vc_column][/vc_row][vc_row bg_type=\"gradient\" gradient_type=\"diagonal2\" bg_color=\"#676767\" bg_color2=\"#313131\" font_color=\"#ffffff\"][vc_column][om_testimonials filter=\"category\" categories=\"group-1\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"3em\"][vc_custom_heading text=\"(color1)Major(/color1) Conference sections\" uppercase=\"yes\" text_additional=\"That\'s not all, more sections on the schedule page\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Schedule\"][om_reduce_space height=\"2em\"][om_agenda description_expand=\"yes\"][om_agenda_day title=\"Day 1\" date=\"18 Sep 2016\"][om_agenda_item time=\"10:00 - 11:00\" room=\"Room A1\" speaker_ids=\"117\" title=\"Morning Committee Meetings\"]Base extend alignments cutting-edge monetize uniquely brand web-readiness completely create other\'s efficient clicks-and-mortar resource.[/om_agenda_item][om_agenda_item time=\"12:00 - 14:00\" room=\"Room D\" speaker_ids=\"118\" title=\"Modern marketing strategies and tactics\"]Maximizing items mission-critical expedite convergence top-line vectors best methodologies top-line reliable productivate total. Incubate reconceptualize cross-unit envisioneer communicate client-centric worldwide objectively collaboratively compliant wireless prospective brand.[/om_agenda_item][om_agenda_item time=\"13:00 - 15:20\" room=\"Video Room\" speaker_ids=\"116\" title=\"Management Development Program\"]Uniquely myocardinate incubate invested applications leadership \"outside the box\" plagiarize distinctive leading-edge. Virtual \"organic\" functionalized resources iterate seize repurpose fully turnkey collaboration experiences enabled standards network.[/om_agenda_item][/om_agenda_day][om_agenda_day title=\"Day 2\" date=\"19 Sep 2016\"][om_agenda_item time=\"10:00 - 12:00\" room=\"Room D\" speaker_ids=\"113\" title=\"Software Applications &amp; Services\"]Items future-proof an uniquely innovate monetize base empowerment users target via innovative markets for. Architect integrate promote based enhance supply e-enable evolve fashion bricks-and-clicks user dynamic drive. [/om_agenda_item][om_agenda_item time=\"11:30 - 13:00\" speaker_ids=\"114\" title=\"IT Infrastructure / Operations Management\" room=\"Room A1\"]Sustainable interactive conveniently niche effective action intellectual utilize credibly synthesize alignments cost client-centered outsourcing. Functionalities areas interfaces progressive productize process-centric fabricate cross granular completely energistically promote scenarios backward-compatible.[/om_agenda_item][om_agenda_item time=\"13:00 - 15:00\" room=\"Video Room\" speaker_ids=\"112\" title=\"Build Better Teams That Achieve More\"]Growth conceptualize state deliver communities researched architectures opportunities time enterprise-wide of B2B timely. Distinctively aggregate sources go engage expertise \"organic\" top-line pursue syndicate before customize.[/om_agenda_item][/om_agenda_day][/om_agenda][om_reduce_space height=\"26px\"][vc_cta h2=\"Number of participants is limited!\" h4=\"Don\'t miss your seat. Join the discussion in San Francisco now\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"2em\"][vc_custom_heading text=\"Our (color1)Sponsors(/color1) and Partners\" uppercase=\"yes\" font_container=\"tag:h1|text_align:center\"][vc_empty_space height=\"1em\"][om_logos grayscale=\"yes\" images=\"166,168,169,167\"][vc_empty_space height=\"2em\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','12-revision-v1','','','2016-10-08 11:17:07','2016-10-08 11:17:07','',12,'http://www.taranisco.co.za/2016/10/08/12-revision-v1/',0,'revision','',0),(561,1,'2016-10-08 11:11:39','2016-10-08 11:11:39','[vc_row margin_top=\"-1em\"][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">SMALL BUSINESS LIVE TV BROADCAST TO REACH 1000\'s!</span></h2>\n<p style=\"text-align: justify;\">Be part of this groundbreaking TV Broadcast, which will be watched countrywide in a three-hour long presentation on how to successfully access small business support programmes offered by both the government and the private sector respectively.</p>\n<p style=\"text-align: justify;\">Small Business Live will partner with local municipalities and provincial government departments to host venue\'s in their areas allowing local small businesses to attend and watch the broadcast between 12h00-15h00 on Thursday 30 November 2016. The broadcast will eliminate the need for small businesses to travel to bigger towns and cities since they can watch the presentations in the comfort of a local venue.</p>\n<p style=\"text-align: justify;\"><strong>BOOK YOUR SEAT NOW!</strong></p>\n[/vc_column_text][vc_btn title=\"Read more\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:%23blank||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">GROW YOUR BUSINESS TODAY!</span></h2>\n<p style=\"text-align: justify;\">By attending Small Business Live you will be empowered on how to submit effective applications for support programmes available in the market and improve the capacity of your enterprise to serve your clients more effectively.</p>\n<p style=\"text-align: justify;\">Government\'s tendering laws are in the process of being changed and all big companies will now be forced to sub-contract with businesses that are owned by youth, women and people living in rural areas.</p>\n<p style=\"text-align: justify;\">Companies will also be looking to build the capacity of small businesses through Supplier &amp; Enterprise Development Programmes and by attending Small Business Live, you will put yourself in the frontline of these support initiatives.</p>\n<p style=\"text-align: justify;\"><strong>BENEFIT FROM TOP ADVISE!</strong></p>\n[/vc_column_text][vc_btn title=\"Read more\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:%23blank||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">WATCH IT LIVE AND WIN R10M IN PRIZES!</span></h2>\n<p style=\"text-align: justify;\">All delegates watching the Small Business Live broadcast at any participating venue will be in line to win exciting prizes! <strong>Please Note:</strong> <em>The broadcast can only be watched at participating venue\'s. Please call us if your area is not listed.</em></p>\n<p style=\"text-align: justify;\"><strong>WIN!</strong></p>\n\n<ul style=\"text-align: justify;\">\n 	<li>An exclusive lunch with some of SA\'s top self made business icons</li>\n 	<li>Win R5m in Business Support Vouchers to grow your business</li>\n 	<li>Win R1m worth of web site designs to market your business</li>\n 	<li>Win R1m worth of Online/Digital Marketing Campaigns</li>\n 	<li>Win R1m worth of Mobile Data</li>\n 	<li>Win R1m worth of Radio Exposure</li>\n 	<li>Win R1m worth of Print Media Exposure</li>\n</ul>\n<p style=\"text-align: justify;\"><strong>WATCH LIVE AND WIN!</strong></p>\n[/vc_column_text][vc_btn title=\"Read more\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:%23blank||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\"][/vc_column][/vc_row][vc_row][vc_column][om_reduce_space height=\"1em\"][vc_cta h2=\"Don\'t miss this unique business support opportunity!\" h4=\"Join the discussion on the future of Small Business in South Africa!\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][om_reduce_space height=\"1em\"][/vc_column][/vc_row][vc_row bg_type=\"image\" bg_image_pos=\"100w_bottom\" bg_image=\"344\" padding_top=\"40\" margin_top=\"40\" margin_bottom=\"40\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"2/3\"][vc_custom_heading text=\"The Most Awaiting\nEvent\" uppercase=\"yes\" font_container=\"tag:h1|font_size:42px|text_align:left|line_height:50px\"][vc_row_inner][vc_column_inner width=\"1/2\"][om_reduce_space height=\"50px\"][vc_custom_heading text=\"of the (color1)Year(/color1)\" uppercase=\"yes\" font_container=\"tag:h1|font_size:42px|text_align:left|line_height:50px\"][/vc_column_inner][vc_column_inner width=\"1/2\"][om_reduce_space height=\"24px\" mobile_hide=\"yes\"][vc_column_text]\n<p style=\"text-align: justify;\">The first annual Small Business Live TV Broadcast will be watched by 1000\'s of delegates countrywide in a jam-packed three hour session, showing them as to what programmes are available to grow their businesses and secondly, how to should access these through the right channels and exploit the growth opportunities afforded by it.</p>\n<p style=\"text-align: justify;\">The Small Business Live TV Broadcast is the first in a series of events planned to empower enterpreneurs with effective strategies to become fully sustainable.</p>\n&nbsp;\n\n&nbsp;[/vc_column_text][vc_btn title=\"See schedule\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fdemo.olevmedia.net%2Feventerra%2Fschedule%2F||\" add_icon=\"true\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_empty_space height=\"28vw\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Our (color1)World Class(/color1) Speakers\" uppercase=\"yes\" text_additional=\"Major speakers below, see all list on the speakers page\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Speakers\"][om_reduce_space height=\"1em\"][om_speakers filter=\"category\" description=\"next\" categories=\"major\" margin_top=\"0\" margin_bottom=\"0\"][/vc_column][/vc_row][vc_row bg_type=\"gradient\" gradient_type=\"diagonal2\" bg_color=\"#676767\" bg_color2=\"#313131\" font_color=\"#ffffff\"][vc_column][om_testimonials filter=\"category\" categories=\"group-1\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"3em\"][vc_custom_heading text=\"(color1)Major(/color1) Conference sections\" uppercase=\"yes\" text_additional=\"That\'s not all, more sections on the schedule page\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Schedule\"][om_reduce_space height=\"2em\"][om_agenda description_expand=\"yes\"][om_agenda_day title=\"Day 1\" date=\"18 Sep 2016\"][om_agenda_item time=\"10:00 - 11:00\" room=\"Room A1\" speaker_ids=\"117\" title=\"Morning Committee Meetings\"]Base extend alignments cutting-edge monetize uniquely brand web-readiness completely create other\'s efficient clicks-and-mortar resource.[/om_agenda_item][om_agenda_item time=\"12:00 - 14:00\" room=\"Room D\" speaker_ids=\"118\" title=\"Modern marketing strategies and tactics\"]Maximizing items mission-critical expedite convergence top-line vectors best methodologies top-line reliable productivate total. Incubate reconceptualize cross-unit envisioneer communicate client-centric worldwide objectively collaboratively compliant wireless prospective brand.[/om_agenda_item][om_agenda_item time=\"13:00 - 15:20\" room=\"Video Room\" speaker_ids=\"116\" title=\"Management Development Program\"]Uniquely myocardinate incubate invested applications leadership \"outside the box\" plagiarize distinctive leading-edge. Virtual \"organic\" functionalized resources iterate seize repurpose fully turnkey collaboration experiences enabled standards network.[/om_agenda_item][/om_agenda_day][om_agenda_day title=\"Day 2\" date=\"19 Sep 2016\"][om_agenda_item time=\"10:00 - 12:00\" room=\"Room D\" speaker_ids=\"113\" title=\"Software Applications &amp; Services\"]Items future-proof an uniquely innovate monetize base empowerment users target via innovative markets for. Architect integrate promote based enhance supply e-enable evolve fashion bricks-and-clicks user dynamic drive. [/om_agenda_item][om_agenda_item time=\"11:30 - 13:00\" speaker_ids=\"114\" title=\"IT Infrastructure / Operations Management\" room=\"Room A1\"]Sustainable interactive conveniently niche effective action intellectual utilize credibly synthesize alignments cost client-centered outsourcing. Functionalities areas interfaces progressive productize process-centric fabricate cross granular completely energistically promote scenarios backward-compatible.[/om_agenda_item][om_agenda_item time=\"13:00 - 15:00\" room=\"Video Room\" speaker_ids=\"112\" title=\"Build Better Teams That Achieve More\"]Growth conceptualize state deliver communities researched architectures opportunities time enterprise-wide of B2B timely. Distinctively aggregate sources go engage expertise \"organic\" top-line pursue syndicate before customize.[/om_agenda_item][/om_agenda_day][/om_agenda][om_reduce_space height=\"26px\"][vc_cta h2=\"Number of participants is limited!\" h4=\"Don\'t miss your seat. Join the discussion in San Francisco now\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"2em\"][vc_custom_heading text=\"Our (color1)Sponsors(/color1) and Partners\" uppercase=\"yes\" font_container=\"tag:h1|text_align:center\"][vc_empty_space height=\"1em\"][om_logos grayscale=\"yes\" images=\"166,168,169,167\"][vc_empty_space height=\"2em\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','12-revision-v1','','','2016-10-08 11:11:39','2016-10-08 11:11:39','',12,'http://www.taranisco.co.za/2016/10/08/12-revision-v1/',0,'revision','',0),(562,1,'2016-10-08 11:13:01','2016-10-08 11:13:01','[vc_row margin_top=\"-1em\"][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">SMALL BUSINESS LIVE TV BROADCAST TO REACH 1000\'s!</span></h2>\n<p style=\"text-align: justify;\">Be part of this groundbreaking TV Broadcast, which will be watched countrywide in a three-hour long presentation on how to successfully access small business support programmes offered by both the government and the private sector respectively.</p>\n<p style=\"text-align: justify;\">Small Business Live will partner with local municipalities and provincial government departments to host venue\'s in their areas allowing local small businesses to attend and watch the broadcast between 12h00-15h00 on Thursday 30 November 2016. The broadcast will eliminate the need for small businesses to travel to bigger towns and cities since they can watch the presentations in the comfort of a local venue.</p>\n<p style=\"text-align: justify;\"><strong>BOOK YOUR SEAT NOW!</strong></p>\n[/vc_column_text][vc_btn title=\"Read more\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:%23blank||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">GROW YOUR BUSINESS TODAY!</span></h2>\n<p style=\"text-align: justify;\">By attending Small Business Live you will be empowered on how to submit effective applications for support programmes available in the market and improve the capacity of your enterprise to serve your clients more effectively.</p>\n<p style=\"text-align: justify;\">Government\'s tendering laws are in the process of being changed and all big companies will now be forced to sub-contract with businesses that are owned by youth, women and people living in rural areas.</p>\n<p style=\"text-align: justify;\">Companies will also be looking to build the capacity of small businesses through Supplier &amp; Enterprise Development Programmes and by attending Small Business Live, you will put yourself in the frontline of these support initiatives.</p>\n<p style=\"text-align: justify;\"><strong>BENEFIT FROM TOP ADVISE!</strong></p>\n[/vc_column_text][vc_btn title=\"Read more\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:%23blank||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">WATCH IT LIVE AND WIN R10M IN PRIZES!</span></h2>\n<p style=\"text-align: justify;\">All delegates watching the Small Business Live broadcast at any participating venue will be in line to win exciting prizes! <strong>Please Note:</strong> <em>The broadcast can only be watched at participating venue\'s. Please call us if your area is not listed.</em></p>\n<p style=\"text-align: justify;\"><strong>WIN!</strong></p>\n\n<ul style=\"text-align: justify;\">\n 	<li>An exclusive lunch with some of SA\'s top self made business icons</li>\n 	<li>Win R5m in Business Support Vouchers to grow your business</li>\n 	<li>Win R1m worth of web site designs to market your business</li>\n 	<li>Win R1m worth of Online/Digital Marketing Campaigns</li>\n 	<li>Win R1m worth of Mobile Data</li>\n 	<li>Win R1m worth of Radio Exposure</li>\n 	<li>Win R1m worth of Print Media Exposure</li>\n</ul>\n<p style=\"text-align: justify;\"><strong>WATCH LIVE AND WIN!</strong></p>\n[/vc_column_text][vc_btn title=\"Read more\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:%23blank||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\"][/vc_column][/vc_row][vc_row][vc_column][om_reduce_space height=\"1em\"][vc_cta h2=\"Don\'t miss this unique business support opportunity!\" h4=\"Join the discussion on the future of Small Business in South Africa!\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][om_reduce_space height=\"1em\"][/vc_column][/vc_row][vc_row bg_type=\"image\" bg_image_pos=\"100w_bottom\" bg_image=\"344\" padding_top=\"40\" margin_top=\"40\" margin_bottom=\"40\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"2/3\"][vc_custom_heading text=\"The Most Awaiting\nEvent\" uppercase=\"yes\" font_container=\"tag:h1|font_size:42px|text_align:left|line_height:50px\"][vc_row_inner][vc_column_inner width=\"1/2\"][om_reduce_space height=\"50px\"][vc_custom_heading text=\"of the (color1)Year(/color1)\" uppercase=\"yes\" font_container=\"tag:h1|font_size:42px|text_align:left|line_height:50px\"][/vc_column_inner][vc_column_inner width=\"1/2\"][om_reduce_space height=\"24px\" mobile_hide=\"yes\"][vc_column_text]\n<p style=\"text-align: justify;\">The first annual Small Business Live TV Broadcast will be watched by 1000\'s of delegates countrywide in a jam-packed three hour session, showing them as to what programmes are available to grow their businesses and secondly, how to should access these through the right channels and exploit the growth opportunities afforded by it. The Small Business Live TV Broadcast is the first in a series of events planned to empower enterpreneurs with effective strategies to become fully sustainable.</p>\n&nbsp;\n\n&nbsp;[/vc_column_text][vc_btn title=\"See schedule\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fdemo.olevmedia.net%2Feventerra%2Fschedule%2F||\" add_icon=\"true\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner offset=\"vc_hidden-lg vc_hidden-md vc_hidden-sm\"][vc_empty_space height=\"28vw\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Our (color1)World Class(/color1) Speakers\" uppercase=\"yes\" text_additional=\"Major speakers below, see all list on the speakers page\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Speakers\"][om_reduce_space height=\"1em\"][om_speakers filter=\"category\" description=\"next\" categories=\"major\" margin_top=\"0\" margin_bottom=\"0\"][/vc_column][/vc_row][vc_row bg_type=\"gradient\" gradient_type=\"diagonal2\" bg_color=\"#676767\" bg_color2=\"#313131\" font_color=\"#ffffff\"][vc_column][om_testimonials filter=\"category\" categories=\"group-1\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"3em\"][vc_custom_heading text=\"(color1)Major(/color1) Conference sections\" uppercase=\"yes\" text_additional=\"That\'s not all, more sections on the schedule page\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Schedule\"][om_reduce_space height=\"2em\"][om_agenda description_expand=\"yes\"][om_agenda_day title=\"Day 1\" date=\"18 Sep 2016\"][om_agenda_item time=\"10:00 - 11:00\" room=\"Room A1\" speaker_ids=\"117\" title=\"Morning Committee Meetings\"]Base extend alignments cutting-edge monetize uniquely brand web-readiness completely create other\'s efficient clicks-and-mortar resource.[/om_agenda_item][om_agenda_item time=\"12:00 - 14:00\" room=\"Room D\" speaker_ids=\"118\" title=\"Modern marketing strategies and tactics\"]Maximizing items mission-critical expedite convergence top-line vectors best methodologies top-line reliable productivate total. Incubate reconceptualize cross-unit envisioneer communicate client-centric worldwide objectively collaboratively compliant wireless prospective brand.[/om_agenda_item][om_agenda_item time=\"13:00 - 15:20\" room=\"Video Room\" speaker_ids=\"116\" title=\"Management Development Program\"]Uniquely myocardinate incubate invested applications leadership \"outside the box\" plagiarize distinctive leading-edge. Virtual \"organic\" functionalized resources iterate seize repurpose fully turnkey collaboration experiences enabled standards network.[/om_agenda_item][/om_agenda_day][om_agenda_day title=\"Day 2\" date=\"19 Sep 2016\"][om_agenda_item time=\"10:00 - 12:00\" room=\"Room D\" speaker_ids=\"113\" title=\"Software Applications &amp; Services\"]Items future-proof an uniquely innovate monetize base empowerment users target via innovative markets for. Architect integrate promote based enhance supply e-enable evolve fashion bricks-and-clicks user dynamic drive. [/om_agenda_item][om_agenda_item time=\"11:30 - 13:00\" speaker_ids=\"114\" title=\"IT Infrastructure / Operations Management\" room=\"Room A1\"]Sustainable interactive conveniently niche effective action intellectual utilize credibly synthesize alignments cost client-centered outsourcing. Functionalities areas interfaces progressive productize process-centric fabricate cross granular completely energistically promote scenarios backward-compatible.[/om_agenda_item][om_agenda_item time=\"13:00 - 15:00\" room=\"Video Room\" speaker_ids=\"112\" title=\"Build Better Teams That Achieve More\"]Growth conceptualize state deliver communities researched architectures opportunities time enterprise-wide of B2B timely. Distinctively aggregate sources go engage expertise \"organic\" top-line pursue syndicate before customize.[/om_agenda_item][/om_agenda_day][/om_agenda][om_reduce_space height=\"26px\"][vc_cta h2=\"Number of participants is limited!\" h4=\"Don\'t miss your seat. Join the discussion in San Francisco now\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"2em\"][vc_custom_heading text=\"Our (color1)Sponsors(/color1) and Partners\" uppercase=\"yes\" font_container=\"tag:h1|text_align:center\"][vc_empty_space height=\"1em\"][om_logos grayscale=\"yes\" images=\"166,168,169,167\"][vc_empty_space height=\"2em\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','12-revision-v1','','','2016-10-08 11:13:01','2016-10-08 11:13:01','',12,'http://www.taranisco.co.za/2016/10/08/12-revision-v1/',0,'revision','',0),(573,1,'2016-10-08 12:27:15','2016-10-08 12:27:15','[vc_row margin_top=\"-1em\"][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">SMALL BUSINESS LIVE, TV BROADCAST TO REACH 1000\'s!</span></h2>\n<p style=\"text-align: justify;\">Be part of this groundbreaking TV Broadcast, which will be watched countrywide in a three-hour long presentation on how to successfully access small business support programmes offered by both the government and the private sector respectively.</p>\n<p style=\"text-align: justify;\">Small Business Live will partner with local municipalities and provincial government departments to host venue\'s in their areas allowing local small businesses to attend and watch the broadcast between 12h00-15h00 on Thursday 30 November 2016. The broadcast will eliminate the need for small businesses to travel to bigger towns and cities since they can watch the presentations in the comfort of a local venue.</p>\n<p style=\"text-align: justify;\"><strong>BOOK YOUR SEAT NOW!</strong></p>\n[/vc_column_text][vc_btn title=\"Read more\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:%23blank||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">GROW YOUR BUSINESS TODAY!</span></h2>\n<p style=\"text-align: justify;\">By attending Small Business Live you will be empowered on how to submit effective applications for support programmes available in the market and improve the capacity of your enterprise to serve your clients more effectively.</p>\n<p style=\"text-align: justify;\">Government\'s tendering laws are in the process of being changed and all big companies will now be forced to sub-contract with businesses that are owned by youth, women and people living in rural areas.</p>\n<p style=\"text-align: justify;\">Companies will also be looking to build the capacity of small businesses through Supplier &amp; Enterprise Development Programmes and by attending Small Business Live, you will put yourself in the frontline of these support initiatives.</p>\n<p style=\"text-align: justify;\"><strong>BENEFIT FROM TOP ADVISE!</strong></p>\n[/vc_column_text][vc_btn title=\"Read more\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:%23blank||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">WATCH IT LIVE AND WIN GREAT PRIZES!</span></h2>\n<p style=\"text-align: justify;\">All delegates watching the Small Business Live broadcast at any participating venue will be in line to win exciting prizes! <strong>Please Note:</strong> <em>The broadcast can only be watched at participating venue\'s. Please call us if your area is not listed.</em></p>\n<p style=\"text-align: justify;\"><strong>WIN!</strong></p>\n\n<ul style=\"text-align: justify;\">\n 	<li>An exclusive lunch with some of SA\'s top self made business icons</li>\n 	<li>Win Business Support Vouchers to grow your business</li>\n 	<li>Win web site design-vouchers to market your business</li>\n 	<li>Win Online/Digital Marketing Campaign-vouchers</li>\n 	<li>Win Mobile Data-vouchers</li>\n 	<li>Win Radio Exposure-vouchers</li>\n 	<li>Win Print Media Exposure-vouchers</li>\n</ul>\n<p style=\"text-align: justify;\"><strong>WATCH LIVE AND WIN!</strong></p>\n[/vc_column_text][vc_btn title=\"Read more\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:%23blank||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\"][/vc_column][/vc_row][vc_row][vc_column][om_reduce_space height=\"1em\"][vc_cta h2=\"Don\'t miss this unique business support opportunity!\" h4=\"Join the discussion on the future of Small Business in South Africa!\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Interact with Our (color1)Speakers(/color1)\n\nLive via SMS, Twitter & Facebook!\" uppercase=\"yes\" text_additional=\"Get a Front Row Seat and Get Empowered!\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Speakers\"][om_reduce_space height=\"1em\"][/vc_column][/vc_row][vc_row bg_type=\"gradient\" gradient_type=\"diagonal2\" bg_color=\"#676767\" bg_color2=\"#313131\" font_color=\"#ffffff\"][vc_column][om_testimonials filter=\"category\" categories=\"group-1\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"(color1)Broadcast(/color1) Schedule:\n\n(color2)12h00-15h00(/color2) \" uppercase=\"yes\" text_additional=\"Arrive early to avoid disappointment!\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Schedule\"][om_agenda description_expand=\"yes\"][om_agenda_day title=\"Day 1\" date=\"18 Sep 2016\"][om_agenda_item time=\"11:50  \" room=\" \" title=\"All delegates to be seated\"] [/om_agenda_item][om_agenda_item time=\"12:00-12:05\" room=\" \" title=\"Broadcast Commences with Opening & Welcome\"] [/om_agenda_item][om_agenda_item time=\"12:05-12:20\" room=\" \" title=\"First Presentation\"] .[/om_agenda_item][om_agenda_item time=\"12.20-12.35\" title=\"Second Presentation\"][/om_agenda_item][om_agenda_item time=\"12.35-12.50\" title=\"Third Presentation\"][/om_agenda_item][om_agenda_item time=\"12.50-13.05\" title=\"Fourth Presentation\"][/om_agenda_item][om_agenda_item time=\"13.05-13.20\" title=\"Fifth Presentation\"][/om_agenda_item][om_agenda_item time=\"13.20-13.30\" title=\"Delegates\' Questions & Answers\"][/om_agenda_item][om_agenda_item time=\"13.30-13.45\" title=\"Networking Break\"][/om_agenda_item][om_agenda_item time=\"13.45-14.00\" title=\"Sixth Presentation \"][/om_agenda_item][om_agenda_item time=\"14.15-14.30\" title=\"Seventh Presentation\"][/om_agenda_item][om_agenda_item time=\"14.45-15.00\" title=\"The Best Advice Ever: Panel Discussion\"][/om_agenda_item][om_agenda_item time=\"15.00\" title=\"Broadcast Ends\"][/om_agenda_item][/om_agenda_day][om_agenda_day][/om_agenda_day][/om_agenda][vc_cta h2=\"Number of participants is limited!\" h4=\"Don\'t miss your seat!\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"2em\"][vc_custom_heading text=\"Our (color1)Sponsors(/color1) and Partners\" uppercase=\"yes\" text_additional=\"If you would like to become a Sponsoring Partner to Small Business Live, contact Gerrit on Cell. 082 496 1657 or gerrit@taranisco.co.za\" font_container=\"tag:h1|text_align:center\"][vc_empty_space height=\"1em\"][om_logos grayscale=\"yes\" images=\"166,168,169,167\"][vc_empty_space height=\"2em\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','12-revision-v1','','','2016-10-08 12:27:15','2016-10-08 12:27:15','',12,'http://www.taranisco.co.za/2016/10/08/12-revision-v1/',0,'revision','',0),(568,1,'2016-10-08 11:52:32','2016-10-08 11:52:32','[vc_row margin_top=\"-1em\"][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">SMALL BUSINESS LIVE TV BROADCAST TO REACH 1000\'s!</span></h2>\n<p style=\"text-align: justify;\">Be part of this groundbreaking TV Broadcast, which will be watched countrywide in a three-hour long presentation on how to successfully access small business support programmes offered by both the government and the private sector respectively.</p>\n<p style=\"text-align: justify;\">Small Business Live will partner with local municipalities and provincial government departments to host venue\'s in their areas allowing local small businesses to attend and watch the broadcast between 12h00-15h00 on Thursday 30 November 2016. The broadcast will eliminate the need for small businesses to travel to bigger towns and cities since they can watch the presentations in the comfort of a local venue.</p>\n<p style=\"text-align: justify;\"><strong>BOOK YOUR SEAT NOW!</strong></p>\n[/vc_column_text][vc_btn title=\"Read more\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:%23blank||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">GROW YOUR BUSINESS TODAY!</span></h2>\n<p style=\"text-align: justify;\">By attending Small Business Live you will be empowered on how to submit effective applications for support programmes available in the market and improve the capacity of your enterprise to serve your clients more effectively.</p>\n<p style=\"text-align: justify;\">Government\'s tendering laws are in the process of being changed and all big companies will now be forced to sub-contract with businesses that are owned by youth, women and people living in rural areas.</p>\n<p style=\"text-align: justify;\">Companies will also be looking to build the capacity of small businesses through Supplier &amp; Enterprise Development Programmes and by attending Small Business Live, you will put yourself in the frontline of these support initiatives.</p>\n<p style=\"text-align: justify;\"><strong>BENEFIT FROM TOP ADVISE!</strong></p>\n[/vc_column_text][vc_btn title=\"Read more\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:%23blank||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">WATCH IT LIVE AND WIN R10M IN PRIZES!</span></h2>\n<p style=\"text-align: justify;\">All delegates watching the Small Business Live broadcast at any participating venue will be in line to win exciting prizes! <strong>Please Note:</strong> <em>The broadcast can only be watched at participating venue\'s. Please call us if your area is not listed.</em></p>\n<p style=\"text-align: justify;\"><strong>WIN!</strong></p>\n\n<ul style=\"text-align: justify;\">\n 	<li>An exclusive lunch with some of SA\'s top self made business icons</li>\n 	<li>Win R5m in Business Support Vouchers to grow your business</li>\n 	<li>Win R1m worth of web site designs to market your business</li>\n 	<li>Win R1m worth of Online/Digital Marketing Campaigns</li>\n 	<li>Win R1m worth of Mobile Data</li>\n 	<li>Win R1m worth of Radio Exposure</li>\n 	<li>Win R1m worth of Print Media Exposure</li>\n</ul>\n<p style=\"text-align: justify;\"><strong>WATCH LIVE AND WIN!</strong></p>\n[/vc_column_text][vc_btn title=\"Read more\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:%23blank||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\"][/vc_column][/vc_row][vc_row][vc_column][om_reduce_space height=\"1em\"][vc_cta h2=\"Don\'t miss this unique business support opportunity!\" h4=\"Join the discussion on the future of Small Business in South Africa!\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Interact with Our (color1)Speakers(/color1)\n\nLive via SMS, Twitter & Facebook!\" uppercase=\"yes\" text_additional=\"Get a Front Row Seat and Get Empowered!\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Speakers\"][om_reduce_space height=\"1em\"][/vc_column][/vc_row][vc_row bg_type=\"gradient\" gradient_type=\"diagonal2\" bg_color=\"#676767\" bg_color2=\"#313131\" font_color=\"#ffffff\"][vc_column][om_testimonials filter=\"category\" categories=\"group-1\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"(color1)Broadcast(/color1) Schedule:\n\n(color2)12h00-15h00(/color2) \" uppercase=\"yes\" text_additional=\"Arrive early to avoid disappointment!\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Schedule\"][om_agenda description_expand=\"yes\"][om_agenda_day title=\"Day 1\" date=\"18 Sep 2016\"][om_agenda_item time=\"11:50  \" room=\" \" title=\"All delegates to be seated\"] [/om_agenda_item][om_agenda_item time=\"12:00-12:05\" room=\" \" title=\"Broadcast Commences with Opening & Welcome\"] [/om_agenda_item][om_agenda_item time=\"12:05-12:20\" room=\" \" title=\"First Presentation\"] .[/om_agenda_item][om_agenda_item time=\"12.20-12.35\" title=\"Second Presentation\"][/om_agenda_item][om_agenda_item time=\"12.35-12.50\" title=\"Third Presentation\"][/om_agenda_item][om_agenda_item time=\"12.50-13.05\" title=\"Fourth Presentation\"][/om_agenda_item][om_agenda_item time=\"13.05-13.20\" title=\"Fifth Presentation\"][/om_agenda_item][om_agenda_item time=\"13.20-13.30\" title=\"Delegates\' Questions & Answers\"][/om_agenda_item][om_agenda_item time=\"13.30-13.45\" title=\"Networking Break\"][/om_agenda_item][om_agenda_item time=\"13.45-14.00\" title=\"Sixth Presentation \"][/om_agenda_item][om_agenda_item time=\"14.15-14.30\" title=\"Seventh Presentation\"][/om_agenda_item][om_agenda_item time=\"14.45-15.00\" title=\"The Best Advice Ever: Panel Discussion\"][/om_agenda_item][om_agenda_item time=\"15.00\" title=\"Broadcast Ends\"][/om_agenda_item][/om_agenda_day][om_agenda_day][/om_agenda_day][/om_agenda][vc_cta h2=\"Number of participants is limited!\" h4=\"Don\'t miss your seat. Join the discussion in San Francisco now\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"2em\"][vc_custom_heading text=\"Our (color1)Sponsors(/color1) and Partners\" uppercase=\"yes\" text_additional=\"If you would like to become a Sponsoring Partner to Small Business Live, contact Gerrit on Cell. 082 496 1657 or gerrit@taranisco.co.za\" font_container=\"tag:h1|text_align:center\"][vc_empty_space height=\"1em\"][om_logos grayscale=\"yes\" images=\"166,168,169,167\"][vc_empty_space height=\"2em\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','12-revision-v1','','','2016-10-08 11:52:32','2016-10-08 11:52:32','',12,'http://www.taranisco.co.za/2016/10/08/12-revision-v1/',0,'revision','',0),(570,1,'2016-10-08 12:11:03','2016-10-08 12:11:03','[vc_row margin_top=\"-1em\"][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">SMALL BUSINESS LIVE, TV BROADCAST TO REACH 1000\'s!</span></h2>\n<p style=\"text-align: justify;\">Be part of this groundbreaking TV Broadcast, which will be watched countrywide in a three-hour long presentation on how to successfully access small business support programmes offered by both the government and the private sector respectively.</p>\n<p style=\"text-align: justify;\">Small Business Live will partner with local municipalities and provincial government departments to host venue\'s in their areas allowing local small businesses to attend and watch the broadcast between 12h00-15h00 on Thursday 30 November 2016. The broadcast will eliminate the need for small businesses to travel to bigger towns and cities since they can watch the presentations in the comfort of a local venue.</p>\n<p style=\"text-align: justify;\"><strong>BOOK YOUR SEAT NOW!</strong></p>\n[/vc_column_text][vc_btn title=\"Read more\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:%23blank||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">GROW YOUR BUSINESS TODAY!</span></h2>\n<p style=\"text-align: justify;\">By attending Small Business Live you will be empowered on how to submit effective applications for support programmes available in the market and improve the capacity of your enterprise to serve your clients more effectively.</p>\n<p style=\"text-align: justify;\">Government\'s tendering laws are in the process of being changed and all big companies will now be forced to sub-contract with businesses that are owned by youth, women and people living in rural areas.</p>\n<p style=\"text-align: justify;\">Companies will also be looking to build the capacity of small businesses through Supplier &amp; Enterprise Development Programmes and by attending Small Business Live, you will put yourself in the frontline of these support initiatives.</p>\n<p style=\"text-align: justify;\"><strong>BENEFIT FROM TOP ADVISE!</strong></p>\n[/vc_column_text][vc_btn title=\"Read more\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:%23blank||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">WATCH IT LIVE AND WIN R10M IN PRIZES!</span></h2>\n<p style=\"text-align: justify;\">All delegates watching the Small Business Live broadcast at any participating venue will be in line to win exciting prizes! <strong>Please Note:</strong> <em>The broadcast can only be watched at participating venue\'s. Please call us if your area is not listed.</em></p>\n<p style=\"text-align: justify;\"><strong>WIN!</strong></p>\n\n<ul style=\"text-align: justify;\">\n 	<li>An exclusive lunch with some of SA\'s top self made business icons</li>\n 	<li>Win R5m in Business Support Vouchers to grow your business</li>\n 	<li>Win R1m worth of web site designs to market your business</li>\n 	<li>Win R1m worth of Online/Digital Marketing Campaigns</li>\n 	<li>Win R1m worth of Mobile Data</li>\n 	<li>Win R1m worth of Radio Exposure</li>\n 	<li>Win R1m worth of Print Media Exposure</li>\n</ul>\n<p style=\"text-align: justify;\"><strong>WATCH LIVE AND WIN!</strong></p>\n[/vc_column_text][vc_btn title=\"Read more\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:%23blank||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\"][/vc_column][/vc_row][vc_row][vc_column][om_reduce_space height=\"1em\"][vc_cta h2=\"Don\'t miss this unique business support opportunity!\" h4=\"Join the discussion on the future of Small Business in South Africa!\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Interact with Our (color1)Speakers(/color1)\n\nLive via SMS, Twitter & Facebook!\" uppercase=\"yes\" text_additional=\"Get a Front Row Seat and Get Empowered!\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Speakers\"][om_reduce_space height=\"1em\"][/vc_column][/vc_row][vc_row bg_type=\"gradient\" gradient_type=\"diagonal2\" bg_color=\"#676767\" bg_color2=\"#313131\" font_color=\"#ffffff\"][vc_column][om_testimonials filter=\"category\" categories=\"group-1\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"(color1)Broadcast(/color1) Schedule:\n\n(color2)12h00-15h00(/color2) \" uppercase=\"yes\" text_additional=\"Arrive early to avoid disappointment!\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Schedule\"][om_agenda description_expand=\"yes\"][om_agenda_day title=\"Day 1\" date=\"18 Sep 2016\"][om_agenda_item time=\"11:50  \" room=\" \" title=\"All delegates to be seated\"] [/om_agenda_item][om_agenda_item time=\"12:00-12:05\" room=\" \" title=\"Broadcast Commences with Opening & Welcome\"] [/om_agenda_item][om_agenda_item time=\"12:05-12:20\" room=\" \" title=\"First Presentation\"] .[/om_agenda_item][om_agenda_item time=\"12.20-12.35\" title=\"Second Presentation\"][/om_agenda_item][om_agenda_item time=\"12.35-12.50\" title=\"Third Presentation\"][/om_agenda_item][om_agenda_item time=\"12.50-13.05\" title=\"Fourth Presentation\"][/om_agenda_item][om_agenda_item time=\"13.05-13.20\" title=\"Fifth Presentation\"][/om_agenda_item][om_agenda_item time=\"13.20-13.30\" title=\"Delegates\' Questions & Answers\"][/om_agenda_item][om_agenda_item time=\"13.30-13.45\" title=\"Networking Break\"][/om_agenda_item][om_agenda_item time=\"13.45-14.00\" title=\"Sixth Presentation \"][/om_agenda_item][om_agenda_item time=\"14.15-14.30\" title=\"Seventh Presentation\"][/om_agenda_item][om_agenda_item time=\"14.45-15.00\" title=\"The Best Advice Ever: Panel Discussion\"][/om_agenda_item][om_agenda_item time=\"15.00\" title=\"Broadcast Ends\"][/om_agenda_item][/om_agenda_day][om_agenda_day][/om_agenda_day][/om_agenda][vc_cta h2=\"Number of participants is limited!\" h4=\"Don\'t miss your seat. Join the discussion in San Francisco now\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"2em\"][vc_custom_heading text=\"Our (color1)Sponsors(/color1) and Partners\" uppercase=\"yes\" text_additional=\"If you would like to become a Sponsoring Partner to Small Business Live, contact Gerrit on Cell. 082 496 1657 or gerrit@taranisco.co.za\" font_container=\"tag:h1|text_align:center\"][vc_empty_space height=\"1em\"][om_logos grayscale=\"yes\" images=\"166,168,169,167\"][vc_empty_space height=\"2em\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','12-revision-v1','','','2016-10-08 12:11:03','2016-10-08 12:11:03','',12,'http://www.taranisco.co.za/2016/10/08/12-revision-v1/',0,'revision','',0),(571,1,'2016-10-08 12:12:55','2016-10-08 12:12:55','[vc_row margin_top=\"-1em\"][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">SMALL BUSINESS LIVE, TV BROADCAST TO REACH 1000\'s!</span></h2>\n<p style=\"text-align: justify;\">Be part of this groundbreaking TV Broadcast, which will be watched countrywide in a three-hour long presentation on how to successfully access small business support programmes offered by both the government and the private sector respectively.</p>\n<p style=\"text-align: justify;\">Small Business Live will partner with local municipalities and provincial government departments to host venue\'s in their areas allowing local small businesses to attend and watch the broadcast between 12h00-15h00 on Thursday 30 November 2016. The broadcast will eliminate the need for small businesses to travel to bigger towns and cities since they can watch the presentations in the comfort of a local venue.</p>\n<p style=\"text-align: justify;\"><strong>BOOK YOUR SEAT NOW!</strong></p>\n[/vc_column_text][vc_btn title=\"Read more\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:%23blank||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">GROW YOUR BUSINESS TODAY!</span></h2>\n<p style=\"text-align: justify;\">By attending Small Business Live you will be empowered on how to submit effective applications for support programmes available in the market and improve the capacity of your enterprise to serve your clients more effectively.</p>\n<p style=\"text-align: justify;\">Government\'s tendering laws are in the process of being changed and all big companies will now be forced to sub-contract with businesses that are owned by youth, women and people living in rural areas.</p>\n<p style=\"text-align: justify;\">Companies will also be looking to build the capacity of small businesses through Supplier &amp; Enterprise Development Programmes and by attending Small Business Live, you will put yourself in the frontline of these support initiatives.</p>\n<p style=\"text-align: justify;\"><strong>BENEFIT FROM TOP ADVISE!</strong></p>\n[/vc_column_text][vc_btn title=\"Read more\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:%23blank||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">WATCH IT LIVE AND WIN R10M IN PRIZES!</span></h2>\n<p style=\"text-align: justify;\">All delegates watching the Small Business Live broadcast at any participating venue will be in line to win exciting prizes! <strong>Please Note:</strong> <em>The broadcast can only be watched at participating venue\'s. Please call us if your area is not listed.</em></p>\n<p style=\"text-align: justify;\"><strong>WIN!</strong></p>\n\n<ul style=\"text-align: justify;\">\n 	<li>An exclusive lunch with some of SA\'s top self made business icons</li>\n 	<li>Win R5m in Business Support Vouchers to grow your business</li>\n 	<li>Win R1m worth of web site designs to market your business</li>\n 	<li>Win R1m worth of Online/Digital Marketing Campaigns</li>\n 	<li>Win R1m worth of Mobile Data</li>\n 	<li>Win R1m worth of Radio Exposure</li>\n 	<li>Win R1m worth of Print Media Exposure</li>\n</ul>\n<p style=\"text-align: justify;\"><strong>WATCH LIVE AND WIN!</strong></p>\n[/vc_column_text][vc_btn title=\"Read more\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:%23blank||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\"][/vc_column][/vc_row][vc_row][vc_column][om_reduce_space height=\"1em\"][vc_cta h2=\"Don\'t miss this unique business support opportunity!\" h4=\"Join the discussion on the future of Small Business in South Africa!\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Interact with Our (color1)Speakers(/color1)\n\nLive via SMS, Twitter & Facebook!\" uppercase=\"yes\" text_additional=\"Get a Front Row Seat and Get Empowered!\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Speakers\"][om_reduce_space height=\"1em\"][/vc_column][/vc_row][vc_row bg_type=\"gradient\" gradient_type=\"diagonal2\" bg_color=\"#676767\" bg_color2=\"#313131\" font_color=\"#ffffff\"][vc_column][om_testimonials filter=\"category\" categories=\"group-1\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"(color1)Broadcast(/color1) Schedule:\n\n(color2)12h00-15h00(/color2) \" uppercase=\"yes\" text_additional=\"Arrive early to avoid disappointment!\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Schedule\"][om_agenda description_expand=\"yes\"][om_agenda_day title=\"Day 1\" date=\"18 Sep 2016\"][om_agenda_item time=\"11:50  \" room=\" \" title=\"All delegates to be seated\"] [/om_agenda_item][om_agenda_item time=\"12:00-12:05\" room=\" \" title=\"Broadcast Commences with Opening & Welcome\"] [/om_agenda_item][om_agenda_item time=\"12:05-12:20\" room=\" \" title=\"First Presentation\"] .[/om_agenda_item][om_agenda_item time=\"12.20-12.35\" title=\"Second Presentation\"][/om_agenda_item][om_agenda_item time=\"12.35-12.50\" title=\"Third Presentation\"][/om_agenda_item][om_agenda_item time=\"12.50-13.05\" title=\"Fourth Presentation\"][/om_agenda_item][om_agenda_item time=\"13.05-13.20\" title=\"Fifth Presentation\"][/om_agenda_item][om_agenda_item time=\"13.20-13.30\" title=\"Delegates\' Questions & Answers\"][/om_agenda_item][om_agenda_item time=\"13.30-13.45\" title=\"Networking Break\"][/om_agenda_item][om_agenda_item time=\"13.45-14.00\" title=\"Sixth Presentation \"][/om_agenda_item][om_agenda_item time=\"14.15-14.30\" title=\"Seventh Presentation\"][/om_agenda_item][om_agenda_item time=\"14.45-15.00\" title=\"The Best Advice Ever: Panel Discussion\"][/om_agenda_item][om_agenda_item time=\"15.00\" title=\"Broadcast Ends\"][/om_agenda_item][/om_agenda_day][om_agenda_day][/om_agenda_day][/om_agenda][vc_cta h2=\"Number of participants is limited!\" h4=\"Don\'t miss your seat!\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"2em\"][vc_custom_heading text=\"Our (color1)Sponsors(/color1) and Partners\" uppercase=\"yes\" text_additional=\"If you would like to become a Sponsoring Partner to Small Business Live, contact Gerrit on Cell. 082 496 1657 or gerrit@taranisco.co.za\" font_container=\"tag:h1|text_align:center\"][vc_empty_space height=\"1em\"][om_logos grayscale=\"yes\" images=\"166,168,169,167\"][vc_empty_space height=\"2em\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','12-revision-v1','','','2016-10-08 12:12:55','2016-10-08 12:12:55','',12,'http://www.taranisco.co.za/2016/10/08/12-revision-v1/',0,'revision','',0),(572,1,'2016-10-08 12:18:41','2016-10-08 12:18:41','','img_2917','','inherit','open','closed','','img_2917','','','2016-10-08 12:18:41','2016-10-08 12:18:41','',0,'http://www.taranisco.co.za/wp-content/uploads/2016/10/IMG_2917.jpg',0,'attachment','image/jpeg',0),(575,1,'2016-10-08 12:55:12','2016-10-08 12:55:12','[vc_row][vc_column][vc_empty_space height=\"30px\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Event Place\" uppercase=\"yes\" font_container=\"tag:h4|text_align:left\"][om_reduce_space height=\"1.5em\"][vc_column_text]Broadcast Studio\'s, Johannesburg[/vc_column_text][vc_empty_space height=\"1px\"][vc_custom_heading text=\"Gerrit Davids\" text_additional=\"Executive Producer\" font_container=\"tag:h4|text_align:left\"][om_reduce_space height=\"1.5em\"][vc_column_text]<strong>Email:</strong> <a href=\"mailto:gerrit@taranisco.co.za\">gerrit@taranisco.co.za </a>|\n\n<strong>Cell</strong>. 082 496 1657\n\n<strong>Tel.</strong> 011 026 4891[/vc_column_text][vc_empty_space height=\"1px\"][vc_custom_heading text=\"Rickey Webster\" text_additional=\"Executive Director of Conference Sales\" font_container=\"tag:h4|text_align:left\"][om_reduce_space height=\"1.5em\"][vc_column_text]<a href=\"mailto:mail@mail.com\">rickey@mail.com</a> | 321-123-7643 x225 | 321-123-7531 fax[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Send us a message\" uppercase=\"yes\" font_container=\"tag:h3|text_align:left\"][contact-form-7 id=\"321\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\"][vc_gmaps link=\"#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xOCUyMTFtMTIlMjExbTMlMjExZDQyNDMxLjU4OTM0OTgxMjclMjEyZC0xMjIuNDcxOTE4ODU4NTU3NzElMjEzZDM3Ljc3MjUzNjAwNTU5NDIxJTIxMm0zJTIxMWYwJTIxMmYwJTIxM2YwJTIxM20yJTIxMWkxMDI0JTIxMmk3NjglMjE0ZjEzLjElMjEzbTMlMjExbTIlMjExczB4ODA4NTg3NTQ3MmYyMTU3NSUyNTNBMHhhODE1YTIwOTRkM2Q4ZmEwJTIxMnNGcmVkZXJpY2slMkJTdCUyNTJDJTJCU2FuJTJCRnJhbmNpc2NvJTI1MkMlMkJDQSUyQjk0MTE3JTI1MkMlMkJVU0ElMjE1ZTAlMjEzbTIlMjExc2VuJTIxMnNydSUyMTR2MTQ1OTUwNTY1NTcwNCUyMiUyMHdpZHRoJTNEJTIyNjAwJTIyJTIwaGVpZ2h0JTNEJTIyNDUwJTIyJTIwZnJhbWVib3JkZXIlM0QlMjIwJTIyJTIwc3R5bGUlM0QlMjJib3JkZXIlM0EwJTIyJTIwYWxsb3dmdWxsc2NyZWVuJTNFJTNDJTJGaWZyYW1lJTNF\" size=\"400\" remove_margins=\"yes\"][om_reduce_space height=\"3em\"][/vc_column][/vc_row]','Contacts','','inherit','closed','closed','','314-revision-v1','','','2016-10-08 12:55:12','2016-10-08 12:55:12','',314,'http://www.taranisco.co.za/2016/10/08/314-revision-v1/',0,'revision','',0),(577,1,'2016-10-08 12:57:17','2016-10-08 12:57:17','[vc_row][vc_column][vc_empty_space height=\"30px\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Event Place\" uppercase=\"yes\" font_container=\"tag:h4|text_align:left\"][om_reduce_space height=\"1.5em\"][vc_column_text]Live from TV Broadcast Studio\'s, Johannesburg[/vc_column_text][vc_empty_space height=\"1px\"][vc_custom_heading text=\"Gerrit Davids\" text_additional=\"Executive Producer\" font_container=\"tag:h4|text_align:left\"][om_reduce_space height=\"1.5em\"][vc_column_text]<strong>Email:</strong> <a href=\"mailto:gerrit@taranisco.co.za\">gerrit@taranisco.co.za </a>|\n\n<strong>Cell</strong>. 082 496 1657\n\n<strong>Tel.</strong> 011 026 4891[/vc_column_text][vc_empty_space height=\"1px\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Send us a message\" uppercase=\"yes\" font_container=\"tag:h3|text_align:left\"][contact-form-7 id=\"321\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\"][vc_gmaps link=\"#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xOCUyMTFtMTIlMjExbTMlMjExZDQyNDMxLjU4OTM0OTgxMjclMjEyZC0xMjIuNDcxOTE4ODU4NTU3NzElMjEzZDM3Ljc3MjUzNjAwNTU5NDIxJTIxMm0zJTIxMWYwJTIxMmYwJTIxM2YwJTIxM20yJTIxMWkxMDI0JTIxMmk3NjglMjE0ZjEzLjElMjEzbTMlMjExbTIlMjExczB4ODA4NTg3NTQ3MmYyMTU3NSUyNTNBMHhhODE1YTIwOTRkM2Q4ZmEwJTIxMnNGcmVkZXJpY2slMkJTdCUyNTJDJTJCU2FuJTJCRnJhbmNpc2NvJTI1MkMlMkJDQSUyQjk0MTE3JTI1MkMlMkJVU0ElMjE1ZTAlMjEzbTIlMjExc2VuJTIxMnNydSUyMTR2MTQ1OTUwNTY1NTcwNCUyMiUyMHdpZHRoJTNEJTIyNjAwJTIyJTIwaGVpZ2h0JTNEJTIyNDUwJTIyJTIwZnJhbWVib3JkZXIlM0QlMjIwJTIyJTIwc3R5bGUlM0QlMjJib3JkZXIlM0EwJTIyJTIwYWxsb3dmdWxsc2NyZWVuJTNFJTNDJTJGaWZyYW1lJTNF\" size=\"400\" remove_margins=\"yes\"][om_reduce_space height=\"3em\"][/vc_column][/vc_row]','Contacts','','inherit','closed','closed','','314-revision-v1','','','2016-10-08 12:57:17','2016-10-08 12:57:17','',314,'http://www.taranisco.co.za/2016/10/08/314-revision-v1/',0,'revision','',0),(576,1,'2016-10-08 12:56:08','2016-10-08 12:56:08','[vc_row][vc_column][vc_empty_space height=\"30px\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Event Place\" uppercase=\"yes\" font_container=\"tag:h4|text_align:left\"][om_reduce_space height=\"1.5em\"][vc_column_text]Live from TV Broadcast Studio\'s, Johannesburg[/vc_column_text][vc_empty_space height=\"1px\"][vc_custom_heading text=\"Gerrit Davids\" text_additional=\"Executive Producer\" font_container=\"tag:h4|text_align:left\"][om_reduce_space height=\"1.5em\"][vc_column_text]<strong>Email:</strong> <a href=\"mailto:gerrit@taranisco.co.za\">gerrit@taranisco.co.za </a>|\n\n<strong>Cell</strong>. 082 496 1657\n\n<strong>Tel.</strong> 011 026 4891[/vc_column_text][vc_empty_space height=\"1px\"][vc_custom_heading text=\"Rickey Webster\" text_additional=\"Executive Director of Conference Sales\" font_container=\"tag:h4|text_align:left\"][om_reduce_space height=\"1.5em\"][vc_column_text]<a href=\"mailto:mail@mail.com\">rickey@mail.com</a> | 321-123-7643 x225 | 321-123-7531 fax[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Send us a message\" uppercase=\"yes\" font_container=\"tag:h3|text_align:left\"][contact-form-7 id=\"321\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\"][vc_gmaps link=\"#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xOCUyMTFtMTIlMjExbTMlMjExZDQyNDMxLjU4OTM0OTgxMjclMjEyZC0xMjIuNDcxOTE4ODU4NTU3NzElMjEzZDM3Ljc3MjUzNjAwNTU5NDIxJTIxMm0zJTIxMWYwJTIxMmYwJTIxM2YwJTIxM20yJTIxMWkxMDI0JTIxMmk3NjglMjE0ZjEzLjElMjEzbTMlMjExbTIlMjExczB4ODA4NTg3NTQ3MmYyMTU3NSUyNTNBMHhhODE1YTIwOTRkM2Q4ZmEwJTIxMnNGcmVkZXJpY2slMkJTdCUyNTJDJTJCU2FuJTJCRnJhbmNpc2NvJTI1MkMlMkJDQSUyQjk0MTE3JTI1MkMlMkJVU0ElMjE1ZTAlMjEzbTIlMjExc2VuJTIxMnNydSUyMTR2MTQ1OTUwNTY1NTcwNCUyMiUyMHdpZHRoJTNEJTIyNjAwJTIyJTIwaGVpZ2h0JTNEJTIyNDUwJTIyJTIwZnJhbWVib3JkZXIlM0QlMjIwJTIyJTIwc3R5bGUlM0QlMjJib3JkZXIlM0EwJTIyJTIwYWxsb3dmdWxsc2NyZWVuJTNFJTNDJTJGaWZyYW1lJTNF\" size=\"400\" remove_margins=\"yes\"][om_reduce_space height=\"3em\"][/vc_column][/vc_row]','Contacts','','inherit','closed','closed','','314-revision-v1','','','2016-10-08 12:56:08','2016-10-08 12:56:08','',314,'http://www.taranisco.co.za/2016/10/08/314-revision-v1/',0,'revision','',0),(579,1,'2016-10-08 13:02:18','2016-10-08 13:02:18','[vc_row][vc_column][vc_empty_space height=\"30px\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Event Place\" uppercase=\"yes\" font_container=\"tag:h4|text_align:left\"][om_reduce_space height=\"1.5em\"][vc_column_text]Live from TV Broadcast Studio\'s, Johannesburg[/vc_column_text][vc_empty_space height=\"1px\"][vc_custom_heading text=\"Gerrit Davids\" text_additional=\"Executive Producer\" font_container=\"tag:h4|text_align:left\"][om_reduce_space height=\"1.5em\"][vc_column_text]<strong>Email:</strong> <a href=\"mailto:gerrit@taranisco.co.za\">gerrit@taranisco.co.za </a>|\n\n<strong>Cell</strong>. 082 496 1657\n\n<strong>Tel.</strong> 011 026 4891[/vc_column_text][vc_empty_space height=\"1px\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Send us a message\" uppercase=\"yes\" font_container=\"tag:h3|text_align:left\"][contact-form-7 id=\"321\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\"][om_reduce_space height=\"3em\"][/vc_column][/vc_row]','Contacts','','inherit','closed','closed','','314-revision-v1','','','2016-10-08 13:02:18','2016-10-08 13:02:18','',314,'http://www.taranisco.co.za/2016/10/08/314-revision-v1/',0,'revision','',0),(578,1,'2016-10-08 13:01:06','2016-10-08 13:01:06','[vc_row][vc_column][vc_empty_space height=\"30px\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Event Place\" uppercase=\"yes\" font_container=\"tag:h4|text_align:left\"][om_reduce_space height=\"1.5em\"][vc_column_text]Live from TV Broadcast Studio\'s, Johannesburg[/vc_column_text][vc_empty_space height=\"1px\"][vc_custom_heading text=\"Gerrit Davids\" text_additional=\"Executive Producer\" font_container=\"tag:h4|text_align:left\"][om_reduce_space height=\"1.5em\"][vc_column_text]<strong>Email:</strong> <a href=\"mailto:gerrit@taranisco.co.za\">gerrit@taranisco.co.za </a>|\n\n<strong>Cell</strong>. 082 496 1657\n\n<strong>Tel.</strong> 011 026 4891[/vc_column_text][vc_empty_space height=\"1px\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_custom_heading text=\"Send us a message\" uppercase=\"yes\" font_container=\"tag:h3|text_align:left\"][contact-form-7 id=\"321\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"30px\"][vc_gmaps link=\"#E-8_aHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvLnphJTJGbWFwcyUyRnBsYWNlJTJGMTYxJTJCTWF1ZGUlMkJTdCUyQyUyQlNhbmR0b24lMkMlMkIyMDMxJTJGJTQwLTI2LjEwNzIyNTclMkMyOC4wNTE2MTA5JTJDMTd6JTJGZGF0YSUzRCUyMTRtMjElMjExbTE1JTIxNG0xNCUyMTFtNiUyMTFtMiUyMTFzMHgxZTk1NzMyZDlmYzQwM2YzJTNBMHg3YmY3NWM2ZGQ4ZTM2YzM5JTIxMnNOZWxzb24lMkJNYW5kZWxhJTJCU3F1YXJlJTJDJTJCNXRoJTJCU3RyZWV0JTJDJTJCU2FuZHRvbiUyMTJtMiUyMTFkMjguMDU0NzI3MSUyMTJkLTI2LjEwNzQwNDMlMjExbTYlMjExbTIlMjExczB4MWU5NTczMzI3MGUxOWI3MSUzQTB4OGFiYzgyZWRhZjdhOWQyZSUyMTJzMTYxJTJCTWF1ZGUlMkJTdCUyQyUyQlNhbmR0b24lMkMlMkIyMDMxJTIxMm0yJTIxMWQyOC4wNTMyNiUyMTJkLTI2LjEwNjQlMjEzbTQlMjExczB4MWU5NTczMzI3MGUxOWI3MSUzQTB4OGFiYzgyZWRhZjdhOWQyZSUyMThtMiUyMTNkLTI2LjEwNjQlMjE0ZDI4LjA1MzI2JTNGaGwlM0Rlbg==\" size=\"400\" remove_margins=\"yes\"][om_reduce_space height=\"3em\"][/vc_column][/vc_row]','Contacts','','inherit','closed','closed','','314-revision-v1','','','2016-10-08 13:01:06','2016-10-08 13:01:06','',314,'http://www.taranisco.co.za/2016/10/08/314-revision-v1/',0,'revision','',0),(580,1,'2016-10-08 13:10:13','2016-10-08 13:10:13','','Small Business Live','','publish','closed','closed','','small-business-live','','','2017-04-20 20:52:32','2017-04-20 20:52:32','',0,'http://www.taranisco.co.za/?page_id=580',0,'page','',0),(757,1,'2017-04-20 20:51:59','2017-04-20 20:51:59','','Small Business Live','','inherit','closed','closed','','580-revision-v1','','','2017-04-20 20:51:59','2017-04-20 20:51:59','',580,'http://www.taranisco.co.za/2017/04/20/580-revision-v1/',0,'revision','',0),(758,1,'2017-04-20 20:57:03','2017-04-20 20:57:03','[vc_row][vc_column][vc_column_text]<span style=\"color: #333399;\"><strong>Watch the Small Business Live TV broadcast at your local venue!</strong></span>\n<p style=\"text-align: justify;\"><em><span style=\"color: #333399;\"><strong>Small Business Live</strong></span> </em>will take place on Wednesday 26 July 2017 and will kick off with the <span style=\"color: #333399;\"><em><strong>Small Business Live Icon\'s Breakfast</strong></em></span> and followed by an exclusive national TV broadcast, via satellite to locations across the country.</p>\n<p style=\"text-align: justify;\">The broadcast is a groundbreaking initiative aimed at presenting all of government\'s small business support programs to thousands of entrepreneurs at hundreds of venues countrywide.</p>\n<p style=\"text-align: justify;\">The day will kick-off with the <span style=\"color: #333399;\"><em><strong>Small Business Live Icon\'s Breakfast</strong></em><span style=\"color: #000000;\">, which will feature panel discussions with successful business people sharing their strategies with guests in a highly interactive environment.</span></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong><em>The Small Business Live TV Broadcast</em></strong></span> aims to feature \"how to presentations\" on government\'s key support programs like the Small Enterprise Development Agency (Seda); Small Enterprise Finance Agency (SEFA); National Empowerment Fund (NEF); Industrial Development Corporation (IDC); National Youth Development Agency (NYDA); Land Bank, MAFISA and corporate B-BBEE Enterprise Development Programs as well as Access to Finance from the major banks.</p>\n<p style=\"text-align: justify;\">Thousands of entrepreneurs will be hosted at venues in their local communities by municipalities, provincial economic development departments, corporates and agencies as well as independent small business support organisations.</p>\n<p style=\"text-align: justify;\">Delegates attending <span style=\"color: #333399;\"><em><strong>Small Business Live TV Broadcast</strong></em></span> will be able to interact with the presenters via SMS, Twitter and Facebook respectively.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><em><strong>Small Business Live will Empower Your Business!</strong></em></span> A powerful Masterclass will be held after lunch wherein delegates will hear from our industry thought leaders on how to supply big business and also how to tender for government contracts.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Ticket Options</strong></span></p>\n<span style=\"color: #ff0000;\"><strong>Free Ticket</strong></span>\n- Free Entry only to watch the Small Business Live Broadcast on site\n- Lunch not included\n<span style=\"color: #333399;\"><strong>Price:</strong> </span>Not Applicable\n\n<span style=\"color: #ff0000;\"><strong>Bronze Ticket</strong></span>\n- Attend the Small Business Budget Breakfast\n- Watch the Small Business Live TV Broadcast on site\n- Lunch not included\n<strong><span style=\"color: #333399;\">Price:</span></strong> R990.00\n\n<strong><span style=\"color: #ff0000;\">Silver Ticket</span></strong>\n- Watch the Small Business Live TV Broadcast on site\n- Special Seating Arrangements\n- Attend the Masterclass\n- Lunch included\n<span style=\"color: #333399;\"><strong>Price:</strong> </span>R1950.00\n\n<span style=\"color: #ff0000;\"><strong>Gold Package</strong></span>\n- Attend the Small Business Budget Breakfast\n- Watch the Small Business Live TV on site\n- Attend the Small Business Masterclass\n- Early Entrance\n- Special Seating Arrangements at the Small Business Budget Breakfast, TV Broadcast, Lunch &amp; Masterclass\n- Lunch with Speakers &amp; VIP’s\n- Small Business Live Goody Bag\n<span style=\"color: #333399;\"><strong>Price:</strong></span> 2950.00\n\nTo receive a booking form <a href=\"mailto:gerrit@taranisco.co.za?subject=Please%20send%20us%20a%20SBL%20TV Broadcast%20Booking%20Form\">Click Here</a>\n\n<p style=\"text-align: justify;\">[/vc_column_text][/vc_column][/vc_row]','Watch it Live!','','inherit','closed','closed','','618-revision-v1','','','2017-04-20 20:57:03','2017-04-20 20:57:03','',618,'http://www.taranisco.co.za/2017/04/20/618-revision-v1/',0,'revision','',0),(581,1,'2016-10-08 13:10:13','2016-10-08 13:10:13','<p style=\"text-align: justify;\"><em>Small Business Live </em>will take place on Thursday 30 November 2016 as a national TV broadcast, via satellite to locations across the country.</p>\r\n<p style=\"text-align: justify;\">The broadcast is a groundbreaking initiative aimed at presenting all of government\'s small business support programs to thousands of entrepreneurs at hundreds of venues countrywide.</p>\r\n<p style=\"text-align: justify;\"><em>Small Business Live</em> aims to feature \"how to presentations\" on government\'s key support programs like the Small Enterprise Development Agency (Seda); Small Enterprise Finance Agency (SEFA); National Empowerment Fund (NEF); Industrial Development Corporation (IDC); National Youth Development Agency (NYDA); Land Bank, MAFISA and corporate B-BBEE Enterprise Development Programs as well as Access to Finance from the major banks.</p>\r\n<p style=\"text-align: justify;\">Thousands of entrepreneurs will be hosted at venues in their local communities by municipalities, provincial economic development departments, corporates and agencies as well as independent small business support organisations.</p>\r\n<p style=\"text-align: justify;\">Delegates attending Small Business Live will be able to interact with the presenters via SMS, Twitter and Facebook respectively.</p>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Small Business Live','','inherit','closed','closed','','580-revision-v1','','','2016-10-08 13:10:13','2016-10-08 13:10:13','',580,'http://www.taranisco.co.za/2016/10/08/580-revision-v1/',0,'revision','',0),(582,1,'2016-10-08 13:13:00','2016-10-08 13:13:00','<span style=\"color: #333399;\"><strong>List of Major Past Events organised by Gerom Media</strong></span>\r\n\r\n<strong>– Municipal Sports Facilities Indaba:</strong> Johannesburg: 29-30 July 2016\r\n\r\n<strong>– Municipal Sports Development Indaba:</strong> Durban: 30 June – 2 July 2016\r\n\r\n<strong>– Municipal Sports Facilities Indaba:</strong> Durban: 29-30 March 2016\r\n\r\n<strong>– Launch of the African Football Intermediaries Association (AFIA):</strong> JHB: 10-11 February 2016\r\n\r\n<strong>– Municipal Sports Facilities Indaba:</strong> Cape Town: 28-30 January 2016\r\n\r\n<strong>– Event Tourism Forum:</strong> Durban: 17-18 November 2015\r\n\r\n<strong>– Sponsorship Forum:</strong> Sandton, Johannesburg, 29 October 2015\r\n\r\n<strong>– Event Tourism Forum:</strong> Bloemfontein, 9-10 October 2015\r\n\r\n<strong>– Event Tourism Forum:</strong> Cape Town, 1-2 September 2015\r\n\r\n<strong>– Sports Development Indaba:</strong> Durban, 3-4 July 2015\r\n\r\n<strong>– Sports Development Indaba &amp; Awards:</strong> Nelspruit, Mpumalanga, 27-28 March 2015\r\n\r\n<strong>– Sports Development Indaba &amp; Awards:</strong> Cape Town, 30-31 January 2015\r\n\r\n<strong>– FIFA Player Representation Regulations’ Seminar:</strong> Johannesburg, 26 November 2014\r\n\r\n<strong>– Municipal Sports Development Indaba:</strong> Polokwane, Limpopo, 15-16 October 2014\r\n\r\n<strong>– Brands &amp; Events Indaba:</strong> Johannesburg, 9 September 2014\r\n\r\n<strong>– Sports Events Indaba:</strong> Durban, 4-5 July 2014\r\n\r\n<strong>– SAFA Development Agency (SDA) Partnership Workshop:</strong> Johannesburg, 6 March 2014\r\n\r\n<strong>– Municipal Sports Development Forum:</strong> Johannesburg, 5 March 2014\r\n\r\n<strong>– Municipal Sports Development Indaba:</strong> Cape Town, 30-31 January 2014\r\n\r\n<strong>– Sports Events Indaba:</strong> Johannesburg, 18-19 November 2013\r\n\r\n<strong>– Sports Business Breakfast:</strong> Durban, 24 October 2013\r\n\r\n<strong>– Sports Events Indaba:</strong> Durban, 6-7 September 2013\r\n\r\n<strong>– Sports Development Indaba:</strong> Durban, 17-18 July 2013\r\n\r\n<strong>– Sports Business Indaba:</strong> Cape Town, 23-24 May 2013\r\n\r\n<strong>– Sports Business Indaba:</strong> Johannesburg, 6-7 February 2013\r\n\r\n<strong>– Sports Business Indaba:</strong> Johannesburg, 27-28 September 2012\r\n\r\n<strong>– Sports Sponsorship Indaba:</strong> Cape Town, 27 January 2012\r\n\r\n<strong><span style=\"color: #333399;\">For further information kindly contact:</span></strong>\r\n\r\nGerrit Davids: MD | Gerom Media\r\n\r\n<strong>Cell.</strong> 082 496 1657','Past Events','','publish','closed','closed','','past-events','','','2016-10-08 13:13:43','2016-10-08 13:13:43','',0,'http://www.taranisco.co.za/?page_id=582',0,'page','',0),(583,1,'2016-10-08 13:13:00','2016-10-08 13:13:00','<span style=\"color: #333399;\"><strong>List of Major Past Events organised by Gerom Media</strong></span>\r\n\r\n<strong>– Municipal Sports Facilities Indaba:</strong> Johannesburg: 29-30 July 2016\r\n\r\n<strong>– Municipal Sports Development Indaba:</strong> Durban: 30 June – 2 July 2016\r\n\r\n<strong>– Municipal Sports Facilities Indaba:</strong> Durban: 29-30 March 2016\r\n\r\n<strong>– Launch of the African Football Intermediaries Association (AFIA):</strong> JHB: 10-11 February 2016\r\n\r\n<strong>– Municipal Sports Facilities Indaba:</strong> Cape Town: 28-30 January 2016\r\n\r\n<strong>– Event Tourism Forum:</strong> Durban: 17-18 November 2015\r\n\r\n<strong>– Sponsorship Forum:</strong> Sandton, Johannesburg, 29 October 2015\r\n\r\n<strong>– Event Tourism Forum:</strong> Bloemfontein, 9-10 October 2015\r\n\r\n<strong>– Event Tourism Forum:</strong> Cape Town, 1-2 September 2015\r\n\r\n<strong>– Sports Development Indaba:</strong> Durban, 3-4 July 2015\r\n\r\n<strong>– Sports Development Indaba &amp; Awards:</strong> Nelspruit, Mpumalanga, 27-28 March 2015\r\n\r\n<strong>– Sports Development Indaba &amp; Awards:</strong> Cape Town, 30-31 January 2015\r\n\r\n<strong>– FIFA Player Representation Regulations’ Seminar:</strong> Johannesburg, 26 November 2014\r\n\r\n<strong>– Municipal Sports Development Indaba:</strong> Polokwane, Limpopo, 15-16 October 2014\r\n\r\n<strong>– Brands &amp; Events Indaba:</strong> Johannesburg, 9 September 2014\r\n\r\n<strong>– Sports Events Indaba:</strong> Durban, 4-5 July 2014\r\n\r\n<strong>– SAFA Development Agency (SDA) Partnership Workshop:</strong> Johannesburg, 6 March 2014\r\n\r\n<strong>– Municipal Sports Development Forum:</strong> Johannesburg, 5 March 2014\r\n\r\n<strong>– Municipal Sports Development Indaba:</strong> Cape Town, 30-31 January 2014\r\n\r\n<strong>– Sports Events Indaba:</strong> Johannesburg, 18-19 November 2013\r\n\r\n<strong>– Sports Business Breakfast:</strong> Durban, 24 October 2013\r\n\r\n<strong>– Sports Events Indaba:</strong> Durban, 6-7 September 2013\r\n\r\n<strong>– Sports Development Indaba:</strong> Durban, 17-18 July 2013\r\n\r\n<strong>– Sports Business Indaba:</strong> Cape Town, 23-24 May 2013\r\n\r\n<strong>– Sports Business Indaba:</strong> Johannesburg, 6-7 February 2013\r\n\r\n<strong>– Sports Business Indaba:</strong> Johannesburg, 27-28 September 2012\r\n\r\n<strong>– Sports Sponsorship Indaba:</strong> Cape Town, 27 January 2012\r\n\r\n<strong><span style=\"color: #333399;\">For further information kindly contact:</span></strong>\r\n\r\nGerrit Davids: MD | Gerom Media\r\n\r\n<strong>Cell.</strong> 082 496 1657','Past Events','','inherit','closed','closed','','582-revision-v1','','','2016-10-08 13:13:00','2016-10-08 13:13:00','',582,'http://www.taranisco.co.za/2016/10/08/582-revision-v1/',0,'revision','',0),(584,1,'2016-10-08 13:22:38','2016-10-08 13:22:38','[vc_row][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>For Dates of our Tendering Workshops visit: <a href=\"http://www.taranis.co.za\">www.taranis.co.za</a></strong></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>About us</strong></span></p>\r\n<p style=\"text-align: justify;\">TaranisCo Advisory CC is South Africa\'s leading training provider on How to Tender for Government Contracts. To date we\'ve trained 1000\'s of businesses on the subject matter and we are widely consulted by some of SA\'s biggest companies that are doing business with government.</p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Some of our Blue Chip Clients</strong></span></p>\r\n<p style=\"text-align: justify;\">Dimension Data | Bytes Technology Group | Tourvest | Bidvest Steiner |  Aveng Africa | EOH | Siemens | Protea Coin | EsorFranki | Mintek | APSO | Telkom | Johnson &amp; Johnson |   Fleetmatics VMS-Imperial |  Durban Playhouse Co. | Consulting Engineers SA-CESA | Export Credit Insurance Corporation-ECIC | Sebata | SAICA – The Hope Factory | StorTech | Red Alert Security Group | Pragma Holdings | Ottobock | Genesis Healthcare Systems | Lebone Litho Printers | First Technology |   CBI Electric African Cables | Smith &amp; Nephew and many more…</p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Workshop Outline:</strong></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Key Principles of Tendering Seminar: (Submitting Compliant Bids)</strong></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Background:</strong> <strong>Designed for both SMME’s and Large Enterprises</strong></span></p>\r\n<p style=\"text-align: justify;\">The workshop focuses on how tenders are issued by government departments, how suppliers should compile and submit their bids. It also shares with delegates on how tenders are evaluated and awarded to the successful bidder.</p>\r\n<p style=\"text-align: justify;\">Delegates to the workshop will learn how to effectively complete “Responsive and Acceptable Bid- Documents”.</p>\r\n<p style=\"text-align: justify;\">Classroom exercises will show delegates how tenders are scored, giving them an insight on what takes place during the evaluation and adjudication stages of the tendering process.</p>\r\n<p style=\"text-align: justify;\">Suppliers are also advised on how to claim incentive points under the Preferential Point Systems applicable to all tenders.</p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Key Points covered in the Workshop: A Simplistic Approach to Submit Winning Tenders.</strong></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Tender Regulations: How you Must Comply with the Process</strong></span></p>\r\n<p style=\"text-align: justify;\">- The different types of procurement processes i.e. Open vs. Closed Tenders.</p>\r\n<p style=\"text-align: justify;\">- Submitting Responsive Bids, Valid Bids and how to avoid submitting invalid Bids.</p>\r\n<p style=\"text-align: justify;\">- The differences between Request for Quotations (Purchases) and Tenders</p>\r\n<p style=\"text-align: justify;\">- The three main Committees in the Tendering Process and their roles.</p>\r\n<p style=\"text-align: justify;\">- Goals of Government Tendering and how it supports the 5 x Pillars of Procurement.</p>\r\n<p style=\"text-align: justify;\">- Basic pieces of Legislation regulating tendering. What are your rights!</p>\r\n<p style=\"text-align: justify;\">- Submitting Alternative Bids and Offers.</p>\r\n<p style=\"text-align: justify;\">- Unsolicited Bids: How to submit bids without following the normal tendering procedures</p>\r\n<p style=\"text-align: justify;\">- How to respond to a tender based on the Two Envelope System</p>\r\n<p style=\"text-align: justify;\">- Prohibitions: Who is allowed to tender? Defaulters &amp; Restricted Suppliers.</p>\r\n<p style=\"text-align: justify;\">- How to claim incentive points under the 90-10 / 80-20 Point Systems, respectively.</p>\r\n<p style=\"text-align: justify;\">- How to claim your Preference Points? (single supplier, joint ventures and sub-contracting.)</p>\r\n<p style=\"text-align: justify;\">- What are Firm &amp; Non-Firm Prices and how does it affect your tender?</p>\r\n<p style=\"text-align: justify;\">- Tax Clearance Certificates and other compliances as attachments to the bid-document.</p>\r\n<p style=\"text-align: justify;\">- Key Principles of the PPPFA regulations of 2011: Focusing on the Key Chapters &amp; Regulations including its Purpose and Applicability in relation to BBBEE Certificates for incl. JV’s &amp; Consortiums;</p>\r\n<p style=\"text-align: justify;\">Invitation of Bids: Functionality, Local Production &amp; Content, Evaluation of Bids; Sub-Contracting; Evaluation of bids based on functionality as a Criterion; Optimising the Suppliers Preference Points’ Profile for Tender-Evaluation; Evaluation of Bids based on a Stipulated Minimum Threshold for Local Production &amp; Content; Preference Point Systems, Evaluation of Bids that Scored equal points, Cancellation and Re-invitation of Bids; Awards of Contracts; Remedies to the state; Transitional Arrangements; etc.</p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Compiling the Tender: How to Complete Your Tender with full Compliance.</strong></span></p>\r\n<p style=\"text-align: justify;\">- Feedback &amp; Assessment on Tendering Exercise</p>\r\n<p style=\"text-align: justify;\">- Tender-Evaluation Exercises: - (How does government score your tender)</p>\r\n<p style=\"text-align: justify;\">- How to Optimise your BBBEE Scorecard for Tendering Points</p>\r\n<p style=\"text-align: justify;\">- The Do’s and Don’ts of Tendering</p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>For further details contact: Gerrit Davids | Lead Consultant</strong></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>TaranisCo Advisory CC</strong></span>\r\nWebsite: <a href=\"http://www.taranis.co.za\">www.taranis.co.za</a></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Tel.</strong></span> 011-026 4891\r\n<span style=\"color: #333399;\"><strong>Fax.</strong></span> 086 698 7882\r\n<span style=\"color: #333399;\"><strong>Cell.</strong></span> +27 (0)82 496 1657\r\n<span style=\"color: #333399;\"><strong>Email:</strong></span> <a href=\"mailto:gerrit@taranisco.co.za\">gerrit@taranisco.co.za</a></p>\r\n [/vc_column_text][/vc_column][/vc_row]','Tendering Workshops','','publish','closed','closed','','tendering-workshops','','','2017-05-25 15:50:35','2017-05-25 15:50:35','',0,'http://www.taranisco.co.za/?page_id=584',0,'page','',0),(585,1,'2016-10-08 13:22:38','2016-10-08 13:22:38','<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Key Principles of Tendering Seminar: (Submitting Compliant Bids)</strong></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Background:</strong> <strong>Designed for both SMME’s and Large Enterprises</strong></span></p>\r\n<p style=\"text-align: justify;\">The workshop focuses on how tenders are issued by government departments, how suppliers should compile and submit their bids. It also shares with delegates on how tenders are evaluated and awarded to the successful bidder.</p>\r\n<p style=\"text-align: justify;\">Delegates to the workshop will learn how to effectively complete “Responsive and Acceptable Bid- Documents”.</p>\r\n<p style=\"text-align: justify;\">Classroom exercises will show delegates how tenders are scored, giving them an insight on what takes place during the evaluation and adjudication stages of the tendering process.</p>\r\n<p style=\"text-align: justify;\">Suppliers are also advised on how to claim incentive points under the Preferential Point Systems applicable to all tenders.</p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Key Points covered in the Workshop: A Simplistic Approach to Submit Winning Tenders.</strong></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Tender Regulations: How you Must Comply with the Process</strong></span></p>\r\n<p style=\"text-align: justify;\">- The different types of procurement processes i.e. Open vs. Closed Tenders.</p>\r\n<p style=\"text-align: justify;\">- Submitting Responsive Bids, Valid Bids and how to avoid submitting invalid Bids.</p>\r\n<p style=\"text-align: justify;\">- The differences between Request for Quotations (Purchases) and Tenders</p>\r\n<p style=\"text-align: justify;\">- The three main Committees in the Tendering Process and their roles.</p>\r\n<p style=\"text-align: justify;\">- Goals of Government Tendering and how it supports the 5 x Pillars of Procurement.</p>\r\n<p style=\"text-align: justify;\">- Basic pieces of Legislation regulating tendering. What are your rights!</p>\r\n<p style=\"text-align: justify;\">- Submitting Alternative Bids and Offers.</p>\r\n<p style=\"text-align: justify;\">- Unsolicited Bids: How to submit bids without following the normal tendering procedures</p>\r\n<p style=\"text-align: justify;\">- How to respond to a tender based on the Two Envelope System</p>\r\n<p style=\"text-align: justify;\">- Prohibitions: Who is allowed to tender? Defaulters &amp; Restricted Suppliers.</p>\r\n<p style=\"text-align: justify;\">- How to claim incentive points under the 90-10 / 80-20 Point Systems, respectively.</p>\r\n<p style=\"text-align: justify;\">- How to claim your Preference Points? (single supplier, joint ventures and sub-contracting.)</p>\r\n<p style=\"text-align: justify;\">- What are Firm &amp; Non-Firm Prices and how does it affect your tender?</p>\r\n<p style=\"text-align: justify;\">- Tax Clearance Certificates and other compliances as attachments to the bid-document.</p>\r\n<p style=\"text-align: justify;\">- Key Principles of the PPPFA regulations of 2011: Focusing on the Key Chapters &amp; Regulations including its Purpose and Applicability in relation to BBBEE Certificates for incl. JV’s &amp; Consortiums;</p>\r\n<p style=\"text-align: justify;\">Invitation of Bids: Functionality, Local Production &amp; Content, Evaluation of Bids; Sub-Contracting; Evaluation of bids based on functionality as a Criterion; Optimising the Suppliers Preference Points’ Profile for Tender-Evaluation; Evaluation of Bids based on a Stipulated Minimum Threshold for Local Production &amp; Content; Preference Point Systems, Evaluation of Bids that Scored equal points, Cancellation and Re-invitation of Bids; Awards of Contracts; Remedies to the state; Transitional Arrangements; etc.</p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Compiling the Tender: How to Complete Your Tender with full Compliance.</strong></span></p>\r\n<p style=\"text-align: justify;\">- Feedback &amp; Assessment on Tendering Exercise</p>\r\n<p style=\"text-align: justify;\">- Tender-Evaluation Exercises: - (How does government score your tender)</p>\r\n<p style=\"text-align: justify;\">- How to Optimise your BBBEE Scorecard for Tendering Points</p>\r\n<p style=\"text-align: justify;\">- The Do’s and Don’ts of Tendering</p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>For further details contact: Gerrit Davids | Lead Consultant</strong></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>TaranisCo Advisory CC</strong></span>\r\nWebsite: <a href=\"http://www.taranis.co.za\">www.taranis.co.za</a></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Tel.</strong></span> 011-026 4891\r\n<span style=\"color: #333399;\"><strong>Fax.</strong></span> 086 698 7882\r\n<span style=\"color: #333399;\"><strong>Cell.</strong></span> +27 (0)82 496 1657\r\n<span style=\"color: #333399;\"><strong>Email:</strong></span> <a href=\"mailto:gerrit@taranisco.co.za\">gerrit@taranisco.co.za</a></p>\r\n<p style=\"text-align: justify;\"></p>\r\n&nbsp;','Tendering Workshops','','inherit','closed','closed','','584-revision-v1','','','2016-10-08 13:22:38','2016-10-08 13:22:38','',584,'http://www.taranisco.co.za/2016/10/08/584-revision-v1/',0,'revision','',0),(586,1,'2016-10-08 13:31:46','2016-10-08 13:31:46','[vc_row][vc_column][om_logos images=\"169,168,167,166\"][vc_empty_space][vc_custom_heading text=\"Grayscale filter\" uppercase=\"yes\" font_container=\"tag:h2|text_align:center\"][om_logos onclick=\"custom_link\" grayscale=\"yes\" images=\"169,168,167,166\" custom_links=\"#blank,#blank,#blank,#blank\"][vc_empty_space][vc_custom_heading text=\"Carousel mode\" uppercase=\"yes\" font_container=\"tag:h2|text_align:center\"][om_max_width max_width=\"750px\"][om_logos layout=\"carousel\"][/om_max_width][/vc_column][/vc_row]','Logos','','inherit','closed','closed','','380-revision-v1','','','2016-10-08 13:31:46','2016-10-08 13:31:46','',380,'http://www.taranisco.co.za/2016/10/08/380-revision-v1/',0,'revision','',0),(588,1,'2016-10-08 13:58:07','2016-10-08 13:58:07','[vc_row margin_top=\"-1em\"][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">SMALL BUSINESS LIVE, TV BROADCAST TO REACH 1000\'s!</span></h2>\n<p style=\"text-align: justify;\">Be part of this groundbreaking TV Broadcast, which will be watched countrywide in a three-hour long presentation on how to successfully access small business support programmes offered by both the government and the private sector respectively.</p>\n<p style=\"text-align: justify;\">Small Business Live will partner with local municipalities and provincial government departments to host venue\'s in their areas allowing local small businesses to attend and watch the broadcast between 12h00-15h00 on Thursday 30 November 2016. The broadcast will eliminate the need for small businesses to travel to bigger towns and cities since they can watch the presentations in the comfort of a local venue.</p>\n<p style=\"text-align: justify;\"><strong>BOOK YOUR SEAT NOW!</strong></p>\n[/vc_column_text][vc_btn title=\"Registration\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F|||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">GROW YOUR BUSINESS TODAY!</span></h2>\n<p style=\"text-align: justify;\">By attending Small Business Live you will be empowered on how to submit effective applications for support programmes available in the market and improve the capacity of your enterprise to serve your clients more effectively.</p>\n<p style=\"text-align: justify;\">Government\'s tendering laws are in the process of being changed and all big companies will now be forced to sub-contract with businesses that are owned by youth, women and people living in rural areas.</p>\n<p style=\"text-align: justify;\">Companies will also be looking to build the capacity of small businesses through Supplier &amp; Enterprise Development Programmes and by attending Small Business Live, you will put yourself in the frontline of these support initiatives.</p>\n<p style=\"text-align: justify;\"><strong>BENEFIT FROM TOP ADVISE!</strong></p>\n[/vc_column_text][vc_btn title=\"Registration\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F|||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">WATCH IT LIVE AND WIN GREAT PRIZES!</span></h2>\n<p style=\"text-align: justify;\">All delegates watching the Small Business Live broadcast at any participating venue will be in line to win exciting prizes! <strong>Please Note:</strong> <em>The broadcast can only be watched at participating venue\'s. Please call us if your area is not listed.</em></p>\n<p style=\"text-align: justify;\"><strong>WIN!</strong></p>\n\n<ul style=\"text-align: justify;\">\n 	<li>An exclusive lunch with some of SA\'s top self made business icons</li>\n 	<li>Win Business Support Vouchers to grow your business</li>\n 	<li>Win web site design-vouchers to market your business</li>\n 	<li>Win Online/Digital Marketing Campaign-vouchers</li>\n 	<li>Win Mobile Data-vouchers</li>\n 	<li>Win Radio Exposure-vouchers</li>\n 	<li>Win Print Media Exposure-vouchers</li>\n</ul>\n<p style=\"text-align: justify;\"><strong>WATCH LIVE AND WIN!</strong></p>\n[/vc_column_text][vc_btn title=\"Registration\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F|||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\"][/vc_column][/vc_row][vc_row][vc_column][om_reduce_space height=\"1em\"][vc_cta h2=\"Don\'t miss this unique business support opportunity!\" h4=\"Join the discussion on the future of Small Business in South Africa!\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Interact with Our (color1)Speakers(/color1)\n\nLive via SMS, Twitter & Facebook!\" uppercase=\"yes\" text_additional=\"Get a Front Row Seat and Get Empowered!\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Speakers\"][om_reduce_space height=\"1em\"][/vc_column][/vc_row][vc_row bg_type=\"gradient\" gradient_type=\"diagonal2\" bg_color=\"#676767\" bg_color2=\"#313131\" font_color=\"#ffffff\"][vc_column][om_testimonials filter=\"category\" categories=\"group-1\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"(color1)Broadcast(/color1) Schedule:\n\n(color2)12h00-15h00(/color2) \" uppercase=\"yes\" text_additional=\"Arrive early to avoid disappointment!\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Schedule\"][om_agenda description_expand=\"yes\"][om_agenda_day title=\"Day 1\" date=\"18 Sep 2016\"][om_agenda_item time=\"11:50  \" room=\" \" title=\"All delegates to be seated\"] [/om_agenda_item][om_agenda_item time=\"12:00-12:05\" room=\" \" title=\"Broadcast Commences with Opening & Welcome\"] [/om_agenda_item][om_agenda_item time=\"12:05-12:20\" room=\" \" title=\"First Presentation\"] .[/om_agenda_item][om_agenda_item time=\"12.20-12.35\" title=\"Second Presentation\"][/om_agenda_item][om_agenda_item time=\"12.35-12.50\" title=\"Third Presentation\"][/om_agenda_item][om_agenda_item time=\"12.50-13.05\" title=\"Fourth Presentation\"][/om_agenda_item][om_agenda_item time=\"13.05-13.20\" title=\"Fifth Presentation\"][/om_agenda_item][om_agenda_item time=\"13.20-13.30\" title=\"Delegates\' Questions & Answers\"][/om_agenda_item][om_agenda_item time=\"13.30-13.45\" title=\"Networking Break\"][/om_agenda_item][om_agenda_item time=\"13.45-14.00\" title=\"Sixth Presentation \"][/om_agenda_item][om_agenda_item time=\"14.15-14.30\" title=\"Seventh Presentation\"][/om_agenda_item][om_agenda_item time=\"14.45-15.00\" title=\"The Best Advice Ever: Panel Discussion\"][/om_agenda_item][om_agenda_item time=\"15.00\" title=\"Broadcast Ends\"][/om_agenda_item][/om_agenda_day][om_agenda_day][/om_agenda_day][/om_agenda][vc_cta h2=\"Number of participants is limited!\" h4=\"Don\'t miss your seat!\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"2em\"][vc_custom_heading text=\"Our (color1)Sponsors(/color1) and Partners\" uppercase=\"yes\" text_additional=\"If you would like to become a Sponsoring Partner to Small Business Live, contact Gerrit on Cell. 082 496 1657 or gerrit@taranisco.co.za\" font_container=\"tag:h1|text_align:center\"][om_logos grayscale=\"yes\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','12-revision-v1','','','2016-10-08 13:58:07','2016-10-08 13:58:07','',12,'http://www.taranisco.co.za/2016/10/08/12-revision-v1/',0,'revision','',0),(587,1,'2016-10-08 13:55:31','2016-10-08 13:55:31','[vc_row margin_top=\"-1em\"][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">SMALL BUSINESS LIVE, TV BROADCAST TO REACH 1000\'s!</span></h2>\n<p style=\"text-align: justify;\">Be part of this groundbreaking TV Broadcast, which will be watched countrywide in a three-hour long presentation on how to successfully access small business support programmes offered by both the government and the private sector respectively.</p>\n<p style=\"text-align: justify;\">Small Business Live will partner with local municipalities and provincial government departments to host venue\'s in their areas allowing local small businesses to attend and watch the broadcast between 12h00-15h00 on Thursday 30 November 2016. The broadcast will eliminate the need for small businesses to travel to bigger towns and cities since they can watch the presentations in the comfort of a local venue.</p>\n<p style=\"text-align: justify;\"><strong>BOOK YOUR SEAT NOW!</strong></p>\n[/vc_column_text][vc_btn title=\"Registration\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F|||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">GROW YOUR BUSINESS TODAY!</span></h2>\n<p style=\"text-align: justify;\">By attending Small Business Live you will be empowered on how to submit effective applications for support programmes available in the market and improve the capacity of your enterprise to serve your clients more effectively.</p>\n<p style=\"text-align: justify;\">Government\'s tendering laws are in the process of being changed and all big companies will now be forced to sub-contract with businesses that are owned by youth, women and people living in rural areas.</p>\n<p style=\"text-align: justify;\">Companies will also be looking to build the capacity of small businesses through Supplier &amp; Enterprise Development Programmes and by attending Small Business Live, you will put yourself in the frontline of these support initiatives.</p>\n<p style=\"text-align: justify;\"><strong>BENEFIT FROM TOP ADVISE!</strong></p>\n[/vc_column_text][vc_btn title=\"Registration\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F|||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">WATCH IT LIVE AND WIN GREAT PRIZES!</span></h2>\n<p style=\"text-align: justify;\">All delegates watching the Small Business Live broadcast at any participating venue will be in line to win exciting prizes! <strong>Please Note:</strong> <em>The broadcast can only be watched at participating venue\'s. Please call us if your area is not listed.</em></p>\n<p style=\"text-align: justify;\"><strong>WIN!</strong></p>\n\n<ul style=\"text-align: justify;\">\n 	<li>An exclusive lunch with some of SA\'s top self made business icons</li>\n 	<li>Win Business Support Vouchers to grow your business</li>\n 	<li>Win web site design-vouchers to market your business</li>\n 	<li>Win Online/Digital Marketing Campaign-vouchers</li>\n 	<li>Win Mobile Data-vouchers</li>\n 	<li>Win Radio Exposure-vouchers</li>\n 	<li>Win Print Media Exposure-vouchers</li>\n</ul>\n<p style=\"text-align: justify;\"><strong>WATCH LIVE AND WIN!</strong></p>\n[/vc_column_text][vc_btn title=\"Registration\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F|||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\"][/vc_column][/vc_row][vc_row][vc_column][om_reduce_space height=\"1em\"][vc_cta h2=\"Don\'t miss this unique business support opportunity!\" h4=\"Join the discussion on the future of Small Business in South Africa!\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Interact with Our (color1)Speakers(/color1)\n\nLive via SMS, Twitter & Facebook!\" uppercase=\"yes\" text_additional=\"Get a Front Row Seat and Get Empowered!\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Speakers\"][om_reduce_space height=\"1em\"][/vc_column][/vc_row][vc_row bg_type=\"gradient\" gradient_type=\"diagonal2\" bg_color=\"#676767\" bg_color2=\"#313131\" font_color=\"#ffffff\"][vc_column][om_testimonials filter=\"category\" categories=\"group-1\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"(color1)Broadcast(/color1) Schedule:\n\n(color2)12h00-15h00(/color2) \" uppercase=\"yes\" text_additional=\"Arrive early to avoid disappointment!\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Schedule\"][om_agenda description_expand=\"yes\"][om_agenda_day title=\"Day 1\" date=\"18 Sep 2016\"][om_agenda_item time=\"11:50  \" room=\" \" title=\"All delegates to be seated\"] [/om_agenda_item][om_agenda_item time=\"12:00-12:05\" room=\" \" title=\"Broadcast Commences with Opening & Welcome\"] [/om_agenda_item][om_agenda_item time=\"12:05-12:20\" room=\" \" title=\"First Presentation\"] .[/om_agenda_item][om_agenda_item time=\"12.20-12.35\" title=\"Second Presentation\"][/om_agenda_item][om_agenda_item time=\"12.35-12.50\" title=\"Third Presentation\"][/om_agenda_item][om_agenda_item time=\"12.50-13.05\" title=\"Fourth Presentation\"][/om_agenda_item][om_agenda_item time=\"13.05-13.20\" title=\"Fifth Presentation\"][/om_agenda_item][om_agenda_item time=\"13.20-13.30\" title=\"Delegates\' Questions & Answers\"][/om_agenda_item][om_agenda_item time=\"13.30-13.45\" title=\"Networking Break\"][/om_agenda_item][om_agenda_item time=\"13.45-14.00\" title=\"Sixth Presentation \"][/om_agenda_item][om_agenda_item time=\"14.15-14.30\" title=\"Seventh Presentation\"][/om_agenda_item][om_agenda_item time=\"14.45-15.00\" title=\"The Best Advice Ever: Panel Discussion\"][/om_agenda_item][om_agenda_item time=\"15.00\" title=\"Broadcast Ends\"][/om_agenda_item][/om_agenda_day][om_agenda_day][/om_agenda_day][/om_agenda][vc_cta h2=\"Number of participants is limited!\" h4=\"Don\'t miss your seat!\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"2em\"][vc_custom_heading text=\"Our (color1)Sponsors(/color1) and Partners\" uppercase=\"yes\" text_additional=\"If you would like to become a Sponsoring Partner to Small Business Live, contact Gerrit on Cell. 082 496 1657 or gerrit@taranisco.co.za\" font_container=\"tag:h1|text_align:center\"][vc_empty_space height=\"1em\"][om_logos grayscale=\"yes\" images=\"166,168,169,167\"][vc_empty_space height=\"2em\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','12-revision-v1','','','2016-10-08 13:55:31','2016-10-08 13:55:31','',12,'http://www.taranisco.co.za/2016/10/08/12-revision-v1/',0,'revision','',0),(606,1,'2016-11-13 16:17:26','2016-11-13 16:17:26','[vc_row][vc_column][vc_column_text]\n<p style=\"text-align: justify;\"><em>Small Business Live </em>will take place on Wednesday 15 February 2017 as a national TV broadcast, via satellite to locations across the country.</p>\n<p style=\"text-align: justify;\">The broadcast is a groundbreaking initiative aimed at presenting all of government\'s small business support programs to thousands of entrepreneurs at hundreds of venues countrywide.</p>\n<p style=\"text-align: justify;\"><em>Small Business Live</em> aims to feature \"how to presentations\" on government\'s key support programs like the Small Enterprise Development Agency (Seda); Small Enterprise Finance Agency (SEFA); National Empowerment Fund (NEF); Industrial Development Corporation (IDC); National Youth Development Agency (NYDA); Land Bank, MAFISA and corporate B-BBEE Enterprise Development Programs as well as Access to Finance from the major banks.</p>\n<p style=\"text-align: justify;\">Thousands of entrepreneurs will be hosted at venues in their local communities by municipalities, provincial economic development departments, corporates and agencies as well as independent small business support organisations.</p>\n<p style=\"text-align: justify;\">Delegates attending Small Business Live will be able to interact with the presenters via SMS, Twitter and Facebook respectively.</p>\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;[/vc_column_text][/vc_column][/vc_row]','Small Business Live','','inherit','closed','closed','','580-revision-v1','','','2016-11-13 16:17:26','2016-11-13 16:17:26','',580,'http://www.taranisco.co.za/2016/11/13/580-revision-v1/',0,'revision','',0),(590,1,'2016-10-08 13:59:01','2016-10-08 13:59:01','[vc_row margin_top=\"-1em\"][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">SMALL BUSINESS LIVE, TV BROADCAST TO REACH 1000\'s!</span></h2>\n<p style=\"text-align: justify;\">Be part of this groundbreaking TV Broadcast, which will be watched countrywide in a three-hour long presentation on how to successfully access small business support programmes offered by both the government and the private sector respectively.</p>\n<p style=\"text-align: justify;\">Small Business Live will partner with local municipalities and provincial government departments to host venue\'s in their areas allowing local small businesses to attend and watch the broadcast between 12h00-15h00 on Thursday 30 November 2016. The broadcast will eliminate the need for small businesses to travel to bigger towns and cities since they can watch the presentations in the comfort of a local venue.</p>\n<p style=\"text-align: justify;\"><strong>BOOK YOUR SEAT NOW!</strong></p>\n[/vc_column_text][vc_btn title=\"Registration\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F|||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">GROW YOUR BUSINESS TODAY!</span></h2>\n<p style=\"text-align: justify;\">By attending Small Business Live you will be empowered on how to submit effective applications for support programmes available in the market and improve the capacity of your enterprise to serve your clients more effectively.</p>\n<p style=\"text-align: justify;\">Government\'s tendering laws are in the process of being changed and all big companies will now be forced to sub-contract with businesses that are owned by youth, women and people living in rural areas.</p>\n<p style=\"text-align: justify;\">Companies will also be looking to build the capacity of small businesses through Supplier &amp; Enterprise Development Programmes and by attending Small Business Live, you will put yourself in the frontline of these support initiatives.</p>\n<p style=\"text-align: justify;\"><strong>BENEFIT FROM TOP ADVISE!</strong></p>\n[/vc_column_text][vc_btn title=\"Registration\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F|||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">WATCH IT LIVE AND WIN GREAT PRIZES!</span></h2>\n<p style=\"text-align: justify;\">All delegates watching the Small Business Live broadcast at any participating venue will be in line to win exciting prizes! <strong>Please Note:</strong> <em>The broadcast can only be watched at participating venue\'s. Please call us if your area is not listed.</em></p>\n<p style=\"text-align: justify;\"><strong>WIN!</strong></p>\n\n<ul style=\"text-align: justify;\">\n 	<li>An exclusive lunch with some of SA\'s top self made business icons</li>\n 	<li>Win Business Support Vouchers to grow your business</li>\n 	<li>Win web site design-vouchers to market your business</li>\n 	<li>Win Online/Digital Marketing Campaign-vouchers</li>\n 	<li>Win Mobile Data-vouchers</li>\n 	<li>Win Radio Exposure-vouchers</li>\n 	<li>Win Print Media Exposure-vouchers</li>\n</ul>\n<p style=\"text-align: justify;\"><strong>WATCH LIVE AND WIN!</strong></p>\n[/vc_column_text][vc_btn title=\"Registration\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F|||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\"][/vc_column][/vc_row][vc_row][vc_column][om_reduce_space height=\"1em\"][vc_cta h2=\"Don\'t miss this unique business support opportunity!\" h4=\"Join the discussion on the future of Small Business in South Africa!\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Interact with Our (color1)Speakers(/color1)\n\nLive via SMS, Twitter & Facebook!\" uppercase=\"yes\" text_additional=\"Get a Front Row Seat and Get Empowered!\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Speakers\"][om_reduce_space height=\"1em\"][/vc_column][/vc_row][vc_row bg_type=\"gradient\" gradient_type=\"diagonal2\" bg_color=\"#676767\" bg_color2=\"#313131\" font_color=\"#ffffff\"][vc_column][om_testimonials filter=\"category\" categories=\"group-1\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"(color1)Broadcast(/color1) Schedule:\n\n(color2)12h00-15h00(/color2) \" uppercase=\"yes\" text_additional=\"Arrive early to avoid disappointment!\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Schedule\"][om_agenda description_expand=\"yes\"][om_agenda_day title=\"Day 1\" date=\"18 Sep 2016\"][om_agenda_item time=\"11:50  \" room=\" \" title=\"All delegates to be seated\"] [/om_agenda_item][om_agenda_item time=\"12:00-12:05\" room=\" \" title=\"Broadcast Commences with Opening & Welcome\"] [/om_agenda_item][om_agenda_item time=\"12:05-12:20\" room=\" \" title=\"First Presentation\"] .[/om_agenda_item][om_agenda_item time=\"12.20-12.35\" title=\"Second Presentation\"][/om_agenda_item][om_agenda_item time=\"12.35-12.50\" title=\"Third Presentation\"][/om_agenda_item][om_agenda_item time=\"12.50-13.05\" title=\"Fourth Presentation\"][/om_agenda_item][om_agenda_item time=\"13.05-13.20\" title=\"Fifth Presentation\"][/om_agenda_item][om_agenda_item time=\"13.20-13.30\" title=\"Delegates\' Questions & Answers\"][/om_agenda_item][om_agenda_item time=\"13.30-13.45\" title=\"Networking Break\"][/om_agenda_item][om_agenda_item time=\"13.45-14.00\" title=\"Sixth Presentation \"][/om_agenda_item][om_agenda_item time=\"14.15-14.30\" title=\"Seventh Presentation\"][/om_agenda_item][om_agenda_item time=\"14.45-15.00\" title=\"The Best Advice Ever: Panel Discussion\"][/om_agenda_item][om_agenda_item time=\"15.00\" title=\"Broadcast Ends\"][/om_agenda_item][/om_agenda_day][om_agenda_day][/om_agenda_day][/om_agenda][vc_cta h2=\"Number of participants is limited!\" h4=\"Don\'t miss your seat!\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"2em\"][vc_custom_heading text=\"Our (color1)Sponsors(/color1) and Partners\" uppercase=\"yes\" text_additional=\"If you would like to become a Sponsoring Partner to Small Business Live, contact Gerrit on Cell. 082 496 1657 or gerrit@taranisco.co.za\" font_container=\"tag:h1|text_align:center\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','12-revision-v1','','','2016-10-08 13:59:01','2016-10-08 13:59:01','',12,'http://www.taranisco.co.za/2016/10/08/12-revision-v1/',0,'revision','',0),(591,1,'2016-10-08 14:01:10','2016-10-08 14:01:10','','Tendering','','publish','closed','closed','','591','','','2018-04-26 08:40:18','2018-04-26 08:40:18','',0,'http://www.taranisco.co.za/?p=591',9,'nav_menu_item','',0),(592,1,'2016-10-08 14:01:10','2016-10-08 14:01:10',' ','','','publish','closed','closed','','592','','','2018-04-26 08:40:18','2018-04-26 08:40:18','',0,'http://www.taranisco.co.za/?p=592',10,'nav_menu_item','',0),(593,1,'2016-10-08 14:01:10','2016-10-08 14:01:10',' ','','','publish','closed','closed','','593','','','2018-04-26 08:40:18','2018-04-26 08:40:18','',0,'http://www.taranisco.co.za/?p=593',2,'nav_menu_item','',0),(594,1,'2016-10-08 14:01:10','2016-10-08 14:01:10',' ','','','publish','closed','closed','','594','','','2018-04-26 08:40:18','2018-04-26 08:40:18','',0,'http://www.taranisco.co.za/?p=594',1,'nav_menu_item','',0),(595,1,'2016-10-08 15:38:33','2016-10-08 15:38:33','[vc_row][vc_column][vc_custom_heading text=\"List layout\" uppercase=\"yes\" font_container=\"tag:h2|text_align:center\"][vc_empty_space height=\"16px\"][om_agenda description_expand=\"yes\"][om_agenda_day title=\"Day 1\" date=\"18 Sep 2016\"][om_agenda_item time=\"10:00 - 11:00\" room=\"Room A1\" speaker_ids=\"117\" title=\"Morning Committee Meetings\"]Base extend alignments cutting-edge monetize uniquely brand web-readiness completely create other\'s efficient clicks-and-mortar resource energistically promote.[/om_agenda_item][om_agenda_item time=\"12:00 - 14:00\" room=\"Room D\" speaker_ids=\"118\" title=\"Modern marketing strategies and tactics\"]Maximizing items mission-critical expedite convergence top-line vectors best methodologies top-line reliable productivate total. Incubate reconceptualize cross-unit.[/om_agenda_item][om_agenda_item time=\"13:00 - 15:20\" room=\"Video Room\" speaker_ids=\"116\" title=\"Management Development Program\"]Uniquely myocardinate incubate invested applications leadership \"outside the box\" plagiarize distinctive leading-edge. Virtual \"organic\" functionalized resources iterate seize repurpose fully turnkey collaboration experiences enabled standards network. Flexible strategize initiate functional.[/om_agenda_item][/om_agenda_day][om_agenda_day color=\"om-accent-color-2\" title=\"Day 2\" date=\"19 Sep 2016\"][om_agenda_item time=\"10:00 - 12:00\" room=\"Room D\" speaker_ids=\"113\" title=\"Software Applications &amp; Services\"]Items future-proof an uniquely innovate monetize base empowerment users target via innovative markets for. Architect integrate promote based enhance supply e-enable evolve fashion bricks-and-clicks user dynamic drive. [/om_agenda_item][om_agenda_item time=\"11:30 - 13:00\" speaker_ids=\"114\" title=\"IT Infrastructure / Operations Management\" room=\"Room A1\"]Sustainable interactive conveniently niche effective action intellectual utilize credibly synthesize alignments cost client-centered outsourcing. Functionalities areas interfaces progressive productize.[/om_agenda_item][om_agenda_item time=\"13:00 - 15:00\" room=\"Video Room\" speaker_ids=\"112\" title=\"Build Better Teams That Achieve More\"]Growth conceptualize state deliver communities researched architectures opportunities time enterprise-wide of B2B timely. Distinctively aggregate sources go engage expertise \"organic\" top-line pursue syndicate before customize.[/om_agenda_item][/om_agenda_day][om_agenda_day color=\"om-accent-color-3\" title=\"Day 3\" date=\"20 Sep 2016\"][om_agenda_item time=\"10:00 - 11:30\" room=\"Room D\" speaker_ids=\"114\" title=\"Technical Skills for Business Success\"]Inexpensive improvements excellent high plug-and-play synergy niches web-enabled service of B2C sticky robust.[/om_agenda_item][om_agenda_item time=\"11:30 - 14:00\" speaker_ids=\"117\" title=\"Building Custom Apps Easier\" room=\"Room A1\"]Inexpensive B2C tactical sticky sticky building integrate growth expanded holisticly technically embrace. Appropriately best-of-breed dynamic bleeding-edge procedures viral proactive empower iterate facilitate.[/om_agenda_item][om_agenda_item time=\"13:30 - 15:00\" room=\"Video Room\" speaker_ids=\"112\" title=\"Security Tools and Techniques\" link=\"||\"]Flexible strategize initiate functional expanded B2B collaborative implement capital streamline architectures communities compelling. Front-end uniquely bricks-and-clicks skills granular seamless globally dynamically internal content compliant accurate 2.0. Envisioneer embrace transition quickly orchestrate.[/om_agenda_item][/om_agenda_day][/om_agenda][vc_empty_space][vc_custom_heading text=\"Grid layout 3 Columns\" uppercase=\"yes\" font_container=\"tag:h2|text_align:center\"][vc_empty_space height=\"16px\"][om_agenda layout=\"grid\"][om_agenda_day title=\"Day 1\" date=\"18 Sep 2016\"][om_agenda_item time=\"10:00 - 11:00\" room=\"Room A1\" speaker_ids=\"117\" title=\"Morning Committee Meetings\"]Base extend alignments cutting-edge monetize uniquely brand web-readiness completely create other\'s efficient clicks-and-mortar resource energistically promote.[/om_agenda_item][om_agenda_item time=\"12:00 - 14:00\" room=\"Room D\" speaker_ids=\"118\" title=\"Modern marketing strategies and tactics\"]Maximizing items mission-critical expedite convergence top-line vectors best methodologies top-line reliable productivate total. Incubate reconceptualize cross-unit.[/om_agenda_item][om_agenda_item time=\"13:00 - 15:20\" room=\"Video Room\" speaker_ids=\"116\" title=\"Management Development Program\"]Uniquely myocardinate incubate invested applications leadership \"outside the box\" plagiarize distinctive leading-edge. Virtual \"organic\" functionalized resources iterate seize repurpose fully turnkey collaboration experiences enabled standards network. Flexible strategize initiate functional.[/om_agenda_item][/om_agenda_day][om_agenda_day color=\"om-accent-color-2\" title=\"Day 2\" date=\"19 Sep 2016\"][om_agenda_item time=\"10:00 - 12:00\" room=\"Room D\" speaker_ids=\"113\" title=\"Software Applications &amp; Services\"]Items future-proof an uniquely innovate monetize base empowerment users target via innovative markets for. Architect integrate promote based enhance supply e-enable evolve fashion bricks-and-clicks user dynamic drive. [/om_agenda_item][om_agenda_item time=\"11:30 - 13:00\" speaker_ids=\"114\" title=\"IT Infrastructure / Operations Management\" room=\"Room A1\"]Sustainable interactive conveniently niche effective action intellectual utilize credibly synthesize alignments cost client-centered outsourcing. Functionalities areas interfaces progressive productize.[/om_agenda_item][om_agenda_item time=\"13:00 - 15:00\" room=\"Video Room\" speaker_ids=\"112\" title=\"Build Better Teams That Achieve More\"]Growth conceptualize state deliver communities researched architectures opportunities time enterprise-wide of B2B timely. Distinctively aggregate sources go engage expertise \"organic\" top-line pursue syndicate before customize.[/om_agenda_item][/om_agenda_day][om_agenda_day color=\"om-accent-color-3\" title=\"Day 3\" date=\"20 Sep 2016\"][om_agenda_item time=\"10:00 - 11:30\" room=\"Room D\" speaker_ids=\"114\" title=\"Technical Skills for Business Success\"]Inexpensive improvements excellent high plug-and-play synergy niches web-enabled service of B2C sticky robust.[/om_agenda_item][om_agenda_item time=\"11:30 - 14:00\" speaker_ids=\"117\" title=\"Building Custom Apps Easier\" room=\"Room A1\"]Inexpensive B2C tactical sticky sticky building integrate growth expanded holisticly technically embrace. Appropriately best-of-breed dynamic bleeding-edge procedures viral proactive empower iterate facilitate.[/om_agenda_item][om_agenda_item time=\"13:30 - 15:00\" room=\"Video Room\" speaker_ids=\"112\" title=\"Security Tools and Techniques\" link=\"||\"]Flexible strategize initiate functional expanded B2B collaborative implement capital streamline architectures communities compelling. Front-end uniquely bricks-and-clicks skills granular seamless globally dynamically internal content compliant accurate 2.0. Envisioneer embrace transition quickly orchestrate.[/om_agenda_item][/om_agenda_day][/om_agenda][vc_empty_space][vc_custom_heading text=\"Grid layout 2 Columns\" uppercase=\"yes\" font_container=\"tag:h2|text_align:center\"][vc_empty_space height=\"16px\"][om_agenda layout=\"grid\" columns=\"2\"][om_agenda_day title=\"Day 1\" date=\"18 Sep 2016\"][om_agenda_item time=\"10:00 - 11:00\" room=\"Room A1\" speaker_ids=\"117\" title=\"Morning Committee Meetings\"]Base extend alignments cutting-edge monetize uniquely brand web-readiness completely create other\'s efficient clicks-and-mortar resource energistically promote.[/om_agenda_item][om_agenda_item time=\"12:00 - 14:00\" room=\"Room D\" speaker_ids=\"118\" title=\"Modern marketing strategies and tactics\"]Maximizing items mission-critical expedite convergence top-line vectors best methodologies top-line reliable productivate total. Incubate reconceptualize cross-unit.[/om_agenda_item][om_agenda_item time=\"13:00 - 15:20\" room=\"Video Room\" speaker_ids=\"116\" title=\"Management Development Program\"]Uniquely myocardinate incubate invested applications leadership \"outside the box\" plagiarize distinctive leading-edge. Virtual \"organic\" functionalized resources iterate seize repurpose fully turnkey collaboration experiences enabled standards network. Flexible strategize initiate functional.[/om_agenda_item][/om_agenda_day][om_agenda_day title=\"Day 2\" date=\"19 Sep 2016\"][om_agenda_item time=\"10:00 - 12:00\" room=\"Room D\" speaker_ids=\"113\" title=\"Software Applications &amp; Services\"]Items future-proof an uniquely innovate monetize base empowerment users target via innovative markets for. Architect integrate promote based enhance supply e-enable evolve fashion bricks-and-clicks user dynamic drive. [/om_agenda_item][om_agenda_item time=\"11:30 - 13:00\" speaker_ids=\"114\" title=\"IT Infrastructure / Operations Management\" room=\"Room A1\"]Sustainable interactive conveniently niche effective action intellectual utilize credibly synthesize alignments cost client-centered outsourcing. Functionalities areas interfaces progressive productize.[/om_agenda_item][om_agenda_item time=\"13:00 - 15:00\" room=\"Video Room\" speaker_ids=\"112\" title=\"Build Better Teams That Achieve More\"]Growth conceptualize state deliver communities researched architectures opportunities time enterprise-wide of B2B timely. Distinctively aggregate sources go engage expertise \"organic\" top-line pursue syndicate before customize.[/om_agenda_item][/om_agenda_day][/om_agenda][/vc_column][/vc_row]','Schedule','','inherit','closed','closed','','386-autosave-v1','','','2016-10-08 15:38:33','2016-10-08 15:38:33','',386,'http://www.taranisco.co.za/2016/10/08/386-autosave-v1/',0,'revision','',0),(598,1,'2016-10-08 16:01:45','2016-10-08 16:01:45','[vc_row margin_top=\"-1em\"][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">SMALL BUSINESS LIVE, TV BROADCAST TO REACH 1000\'s!</span></h2>\n<p style=\"text-align: justify;\">Be part of this groundbreaking TV Broadcast, which will be watched countrywide in a three-hour long presentation on how to successfully access small business support programmes offered by both the government and the private sector respectively.</p>\n<p style=\"text-align: justify;\">Small Business Live will partner with local municipalities and provincial government departments to host venue\'s in their areas allowing local small businesses to attend and watch the broadcast between 12h00-15h00 on Wednesday 30 November 2016. The broadcast will eliminate the need for small businesses to travel to bigger towns and cities since they can watch the presentations in the comfort of a local venue.</p>\n<p style=\"text-align: justify;\"><strong>BOOK YOUR SEAT NOW!</strong></p>\n[/vc_column_text][vc_btn title=\"Registration\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F|||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">GROW YOUR BUSINESS TODAY!</span></h2>\n<p style=\"text-align: justify;\">By attending Small Business Live you will be empowered on how to submit effective applications for support programmes available in the market and improve the capacity of your enterprise to serve your clients more effectively.</p>\n<p style=\"text-align: justify;\">Government\'s tendering laws are in the process of being changed and all big companies will now be forced to sub-contract with businesses that are owned by youth, women and people living in rural areas.</p>\n<p style=\"text-align: justify;\">Companies will also be looking to build the capacity of small businesses through Supplier &amp; Enterprise Development Programmes and by attending Small Business Live, you will put yourself in the frontline of these support initiatives.</p>\n<p style=\"text-align: justify;\"><strong>BENEFIT FROM TOP ADVISE!</strong></p>\n[/vc_column_text][vc_btn title=\"Registration\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F|||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">WATCH IT LIVE AND WIN GREAT PRIZES!</span></h2>\n<p style=\"text-align: justify;\">All delegates watching the Small Business Live broadcast at any participating venue will be in line to win exciting prizes! <strong>Please Note:</strong> <em>The broadcast can only be watched at participating venue\'s. Please call us if your area is not listed.</em></p>\n<p style=\"text-align: justify;\"><strong>WIN!</strong></p>\n\n<ul style=\"text-align: justify;\">\n 	<li>An exclusive lunch with some of SA\'s top self made business icons</li>\n 	<li>Win Business Support Vouchers to grow your business</li>\n 	<li>Win web site design-vouchers to market your business</li>\n 	<li>Win Online/Digital Marketing Campaign-vouchers</li>\n 	<li>Win Mobile Data-vouchers</li>\n 	<li>Win Radio Exposure-vouchers</li>\n 	<li>Win Print Media Exposure-vouchers</li>\n</ul>\n<p style=\"text-align: justify;\"><strong>WATCH LIVE AND WIN!</strong></p>\n[/vc_column_text][vc_btn title=\"Registration\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F|||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\"][/vc_column][/vc_row][vc_row][vc_column][om_reduce_space height=\"1em\"][vc_cta h2=\"Don\'t miss this unique business support opportunity!\" h4=\"Join the discussion on the future of Small Business in South Africa!\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Interact with Our (color1)Speakers(/color1)\n\nLive via SMS, Twitter &amp; Facebook!\" uppercase=\"yes\" text_additional=\"Get a Front Row Seat and Get Empowered!\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Speakers\"][om_reduce_space height=\"1em\"][/vc_column][/vc_row][vc_row bg_type=\"gradient\" gradient_type=\"diagonal2\" bg_color=\"#676767\" bg_color2=\"#313131\" font_color=\"#ffffff\"][vc_column][om_testimonials filter=\"category\" categories=\"group-1\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"(color1)Broadcast(/color1) Schedule:\n\n(color2)12h00-15h00(/color2) \" uppercase=\"yes\" text_additional=\"Arrive early to avoid disappointment!\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Schedule\"][om_agenda description_expand=\"yes\"][om_agenda_day title=\"Day 1\" date=\"30 November 2016\"][om_agenda_item time=\"11:50 \" room=\" \" title=\"All delegates to be seated\"] [/om_agenda_item][om_agenda_item time=\"12:00-12:05\" room=\" \" title=\"Broadcast Commences with Opening &amp; Welcome\"] [/om_agenda_item][om_agenda_item time=\"12:05-12:20\" room=\" \" title=\"First Presentation\"] .[/om_agenda_item][om_agenda_item time=\"12.20-12.35\" title=\"Second Presentation\"][/om_agenda_item][om_agenda_item time=\"12.35-12.50\" title=\"Third Presentation\"][/om_agenda_item][om_agenda_item time=\"12.50-13.05\" title=\"Fourth Presentation\"][/om_agenda_item][om_agenda_item time=\"13.05-13.20\" title=\"Fifth Presentation\"][/om_agenda_item][om_agenda_item time=\"13.20-13.30\" title=\"Delegates\' Questions &amp; Answers\"][/om_agenda_item][om_agenda_item time=\"13.30-13.45\" title=\"Networking Break\"][/om_agenda_item][om_agenda_item time=\"13.45-14.00\" title=\"Sixth Presentation \"][/om_agenda_item][om_agenda_item time=\"14.15-14.30\" title=\"Seventh Presentation\"][/om_agenda_item][om_agenda_item time=\"14.45-15.00\" title=\"The Best Advice Ever: Panel Discussion\"][/om_agenda_item][om_agenda_item time=\"15.00\" title=\"Broadcast Ends\"][/om_agenda_item][/om_agenda_day][om_agenda_day][/om_agenda_day][/om_agenda][vc_cta h2=\"Number of participants is limited!\" h4=\"Don\'t miss your seat!\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"2em\"][vc_custom_heading text=\"Our (color1)Sponsors(/color1) and Partners\" uppercase=\"yes\" text_additional=\"If you would like to become a Sponsoring Partner to Small Business Live, contact Gerrit on Cell. 082 496 1657 or gerrit@taranisco.co.za\" font_container=\"tag:h1|text_align:center\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','12-revision-v1','','','2016-10-08 16:01:45','2016-10-08 16:01:45','',12,'http://www.taranisco.co.za/2016/10/08/12-revision-v1/',0,'revision','',0),(596,1,'2016-10-08 15:54:26','2016-10-08 15:54:26','[vc_row margin_top=\"-1em\"][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\r\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">SMALL BUSINESS LIVE, TV BROADCAST TO REACH 1000\'s!</span></h2>\r\n<p style=\"text-align: justify;\">Be part of this groundbreaking TV Broadcast, which will be watched countrywide in a three-hour long presentation on how to successfully access small business support programmes offered by both the government and the private sector respectively.</p>\r\n<p style=\"text-align: justify;\">Small Business Live will partner with local municipalities and provincial government departments to host venue\'s in their areas allowing local small businesses to attend and watch the broadcast between 12h00-15h00 on Thursday 30 November 2016. The broadcast will eliminate the need for small businesses to travel to bigger towns and cities since they can watch the presentations in the comfort of a local venue.</p>\r\n<p style=\"text-align: justify;\"><strong>BOOK YOUR SEAT NOW!</strong></p>\r\n[/vc_column_text][vc_btn title=\"Registration\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F|||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\r\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">GROW YOUR BUSINESS TODAY!</span></h2>\r\n<p style=\"text-align: justify;\">By attending Small Business Live you will be empowered on how to submit effective applications for support programmes available in the market and improve the capacity of your enterprise to serve your clients more effectively.</p>\r\n<p style=\"text-align: justify;\">Government\'s tendering laws are in the process of being changed and all big companies will now be forced to sub-contract with businesses that are owned by youth, women and people living in rural areas.</p>\r\n<p style=\"text-align: justify;\">Companies will also be looking to build the capacity of small businesses through Supplier &amp; Enterprise Development Programmes and by attending Small Business Live, you will put yourself in the frontline of these support initiatives.</p>\r\n<p style=\"text-align: justify;\"><strong>BENEFIT FROM TOP ADVISE!</strong></p>\r\n[/vc_column_text][vc_btn title=\"Registration\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F|||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space height=\"2em\"][vc_column_text]\r\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">WATCH IT LIVE AND WIN GREAT PRIZES!</span></h2>\r\n<p style=\"text-align: justify;\">All delegates watching the Small Business Live broadcast at any participating venue will be in line to win exciting prizes! <strong>Please Note:</strong> <em>The broadcast can only be watched at participating venue\'s. Please call us if your area is not listed.</em></p>\r\n<p style=\"text-align: justify;\"><strong>WIN!</strong></p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n 	<li>An exclusive lunch with some of SA\'s top self made business icons</li>\r\n 	<li>Win Business Support Vouchers to grow your business</li>\r\n 	<li>Win web site design-vouchers to market your business</li>\r\n 	<li>Win Online/Digital Marketing Campaign-vouchers</li>\r\n 	<li>Win Mobile Data-vouchers</li>\r\n 	<li>Win Radio Exposure-vouchers</li>\r\n 	<li>Win Print Media Exposure-vouchers</li>\r\n</ul>\r\n<p style=\"text-align: justify;\"><strong>WATCH LIVE AND WIN!</strong></p>\r\n[/vc_column_text][vc_btn title=\"Registration\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F|||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\"][/vc_column][/vc_row][vc_row][vc_column][om_reduce_space height=\"1em\"][vc_cta h2=\"Don\'t miss this unique business support opportunity!\" h4=\"Join the discussion on the future of Small Business in South Africa!\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Interact with Our (color1)Speakers(/color1)\r\n\r\nLive via SMS, Twitter &amp; Facebook!\" uppercase=\"yes\" text_additional=\"Get a Front Row Seat and Get Empowered!\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Speakers\"][om_reduce_space height=\"1em\"][/vc_column][/vc_row][vc_row bg_type=\"gradient\" gradient_type=\"diagonal2\" bg_color=\"#676767\" bg_color2=\"#313131\" font_color=\"#ffffff\"][vc_column][om_testimonials filter=\"category\" categories=\"group-1\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"(color1)Broadcast(/color1) Schedule:\r\n\r\n(color2)12h00-15h00(/color2) \" uppercase=\"yes\" text_additional=\"Arrive early to avoid disappointment!\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Schedule\"][om_agenda description_expand=\"yes\"][om_agenda_day title=\"Day 1\" date=\"30 November 2016\"][om_agenda_item time=\"11:50 \" room=\" \" title=\"All delegates to be seated\"] [/om_agenda_item][om_agenda_item time=\"12:00-12:05\" room=\" \" title=\"Broadcast Commences with Opening &amp; Welcome\"] [/om_agenda_item][om_agenda_item time=\"12:05-12:20\" room=\" \" title=\"First Presentation\"] .[/om_agenda_item][om_agenda_item time=\"12.20-12.35\" title=\"Second Presentation\"][/om_agenda_item][om_agenda_item time=\"12.35-12.50\" title=\"Third Presentation\"][/om_agenda_item][om_agenda_item time=\"12.50-13.05\" title=\"Fourth Presentation\"][/om_agenda_item][om_agenda_item time=\"13.05-13.20\" title=\"Fifth Presentation\"][/om_agenda_item][om_agenda_item time=\"13.20-13.30\" title=\"Delegates\' Questions &amp; Answers\"][/om_agenda_item][om_agenda_item time=\"13.30-13.45\" title=\"Networking Break\"][/om_agenda_item][om_agenda_item time=\"13.45-14.00\" title=\"Sixth Presentation \"][/om_agenda_item][om_agenda_item time=\"14.15-14.30\" title=\"Seventh Presentation\"][/om_agenda_item][om_agenda_item time=\"14.45-15.00\" title=\"The Best Advice Ever: Panel Discussion\"][/om_agenda_item][om_agenda_item time=\"15.00\" title=\"Broadcast Ends\"][/om_agenda_item][/om_agenda_day][om_agenda_day][/om_agenda_day][/om_agenda][vc_cta h2=\"Number of participants is limited!\" h4=\"Don\'t miss your seat!\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"2em\"][vc_custom_heading text=\"Our (color1)Sponsors(/color1) and Partners\" uppercase=\"yes\" text_additional=\"If you would like to become a Sponsoring Partner to Small Business Live, contact Gerrit on Cell. 082 496 1657 or gerrit@taranisco.co.za\" font_container=\"tag:h1|text_align:center\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','12-revision-v1','','','2016-10-08 15:54:26','2016-10-08 15:54:26','',12,'http://www.taranisco.co.za/2016/10/08/12-revision-v1/',0,'revision','',0),(597,1,'2016-10-08 16:00:35','2016-10-08 16:00:35','[vc_row][vc_column][vc_column_text]\n<p style=\"text-align: justify;\"><em>Small Business Live </em>will take place on Wednesday 30 November 2016 as a national TV broadcast, via satellite to locations across the country.</p>\n<p style=\"text-align: justify;\">The broadcast is a groundbreaking initiative aimed at presenting all of government\'s small business support programs to thousands of entrepreneurs at hundreds of venues countrywide.</p>\n<p style=\"text-align: justify;\"><em>Small Business Live</em> aims to feature \"how to presentations\" on government\'s key support programs like the Small Enterprise Development Agency (Seda); Small Enterprise Finance Agency (SEFA); National Empowerment Fund (NEF); Industrial Development Corporation (IDC); National Youth Development Agency (NYDA); Land Bank, MAFISA and corporate B-BBEE Enterprise Development Programs as well as Access to Finance from the major banks.</p>\n<p style=\"text-align: justify;\">Thousands of entrepreneurs will be hosted at venues in their local communities by municipalities, provincial economic development departments, corporates and agencies as well as independent small business support organisations.</p>\n<p style=\"text-align: justify;\">Delegates attending Small Business Live will be able to interact with the presenters via SMS, Twitter and Facebook respectively.</p>\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;[/vc_column_text][/vc_column][/vc_row]','Small Business Live','','inherit','closed','closed','','580-revision-v1','','','2016-10-08 16:00:35','2016-10-08 16:00:35','',580,'http://www.taranisco.co.za/2016/10/08/580-revision-v1/',0,'revision','',0),(599,1,'2016-10-08 16:04:13','2016-10-08 16:04:13','[vc_row margin_top=\"-1em\"][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">SMALL BUSINESS LIVE, TV BROADCAST TO REACH 1000\'s!</span></h2>\n<p style=\"text-align: justify;\">Be part of this groundbreaking TV Broadcast, which will be watched countrywide in a three-hour long presentation on how to successfully access small business support programmes offered by both the government and the private sector respectively.</p>\n<p style=\"text-align: justify;\">Small Business Live will partner with local municipalities and provincial government departments to host venue\'s in their areas allowing local small businesses to attend and watch the broadcast between 12h00-15h00 on Wednesday 30 November 2016. The broadcast will eliminate the need for small businesses to travel to bigger towns and cities since they can watch the presentations in the comfort of a local venue.</p>\n<p style=\"text-align: justify;\"><strong>BOOK YOUR SEAT NOW!</strong></p>\n[/vc_column_text][vc_btn title=\"Registration\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F|||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">GROW YOUR BUSINESS TODAY!</span></h2>\n<p style=\"text-align: justify;\">By attending Small Business Live you will be empowered on how to submit effective applications for support programmes available in the market and improve the capacity of your enterprise to serve your clients more efficiently.</p>\n<p style=\"text-align: justify;\">Government\'s tendering laws are in the process of being changed and all big companies will now be forced to sub-contract with businesses that are owned by youth, women and people living in rural areas.</p>\n<p style=\"text-align: justify;\">Companies will also be looking to build the capacity of small businesses through Supplier &amp; Enterprise Development Programmes and by attending Small Business Live, you will put yourself in the frontline of these support initiatives.</p>\n<p style=\"text-align: justify;\"><strong>BENEFIT FROM TOP ADVISE!</strong></p>\n[/vc_column_text][vc_btn title=\"Registration\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F|||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">WATCH IT LIVE AND WIN GREAT PRIZES!</span></h2>\n<p style=\"text-align: justify;\">All delegates watching the Small Business Live broadcast at any participating venue will be in line to win exciting prizes! <strong>Please Note:</strong> <em>The broadcast can only be watched at participating venue\'s. Please call us if your area is not listed.</em></p>\n<p style=\"text-align: justify;\"><strong>WIN!</strong></p>\n\n<ul style=\"text-align: justify;\">\n 	<li>An exclusive lunch with some of SA\'s top self made business icons</li>\n 	<li>Win Business Support Vouchers to grow your business</li>\n 	<li>Win web site design-vouchers to market your business</li>\n 	<li>Win Online/Digital Marketing Campaign-vouchers</li>\n 	<li>Win Mobile Data-vouchers</li>\n 	<li>Win Radio Exposure-vouchers</li>\n 	<li>Win Print Media Exposure-vouchers</li>\n</ul>\n<p style=\"text-align: justify;\"><strong>WATCH LIVE AND WIN!</strong></p>\n[/vc_column_text][vc_btn title=\"Registration\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F|||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\"][/vc_column][/vc_row][vc_row][vc_column][om_reduce_space height=\"1em\"][vc_cta h2=\"Don\'t miss this unique business support opportunity!\" h4=\"Join the discussion on the future of Small Business in South Africa!\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Interact with Our (color1)Speakers(/color1)\n\nLive via SMS, Twitter &amp; Facebook!\" uppercase=\"yes\" text_additional=\"Get a Front Row Seat and Get Empowered!\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Speakers\"][om_reduce_space height=\"1em\"][/vc_column][/vc_row][vc_row bg_type=\"gradient\" gradient_type=\"diagonal2\" bg_color=\"#676767\" bg_color2=\"#313131\" font_color=\"#ffffff\"][vc_column][om_testimonials filter=\"category\" categories=\"group-1\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"(color1)Broadcast(/color1) Schedule:\n\n(color2)12h00-15h00(/color2) \" uppercase=\"yes\" text_additional=\"Arrive early to avoid disappointment!\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Schedule\"][om_agenda description_expand=\"yes\"][om_agenda_day title=\"Day 1\" date=\"30 November 2016\"][om_agenda_item time=\"11:50 \" room=\" \" title=\"All delegates to be seated\"] [/om_agenda_item][om_agenda_item time=\"12:00-12:05\" room=\" \" title=\"Broadcast Commences with Opening &amp; Welcome\"] [/om_agenda_item][om_agenda_item time=\"12:05-12:20\" room=\" \" title=\"First Presentation\"] .[/om_agenda_item][om_agenda_item time=\"12.20-12.35\" title=\"Second Presentation\"][/om_agenda_item][om_agenda_item time=\"12.35-12.50\" title=\"Third Presentation\"][/om_agenda_item][om_agenda_item time=\"12.50-13.05\" title=\"Fourth Presentation\"][/om_agenda_item][om_agenda_item time=\"13.05-13.20\" title=\"Fifth Presentation\"][/om_agenda_item][om_agenda_item time=\"13.20-13.30\" title=\"Delegates\' Questions &amp; Answers\"][/om_agenda_item][om_agenda_item time=\"13.30-13.45\" title=\"Networking Break\"][/om_agenda_item][om_agenda_item time=\"13.45-14.00\" title=\"Sixth Presentation \"][/om_agenda_item][om_agenda_item time=\"14.15-14.30\" title=\"Seventh Presentation\"][/om_agenda_item][om_agenda_item time=\"14.45-15.00\" title=\"The Best Advice Ever: Panel Discussion\"][/om_agenda_item][om_agenda_item time=\"15.00\" title=\"Broadcast Ends\"][/om_agenda_item][/om_agenda_day][om_agenda_day][/om_agenda_day][/om_agenda][vc_cta h2=\"Number of participants is limited!\" h4=\"Don\'t miss your seat!\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"2em\"][vc_custom_heading text=\"Our (color1)Sponsors(/color1) and Partners\" uppercase=\"yes\" text_additional=\"If you would like to become a Sponsoring Partner to Small Business Live, contact Gerrit on Cell. 082 496 1657 or gerrit@taranisco.co.za\" font_container=\"tag:h1|text_align:center\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','12-revision-v1','','','2016-10-08 16:04:13','2016-10-08 16:04:13','',12,'http://www.taranisco.co.za/2016/10/08/12-revision-v1/',0,'revision','',0),(600,1,'2016-10-08 16:04:56','2016-10-08 16:04:56','[vc_row margin_top=\"-1em\"][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">SMALL BUSINESS LIVE, TV BROADCAST TO REACH 1000\'s!</span></h2>\n<p style=\"text-align: justify;\">Be part of this groundbreaking TV Broadcast, which will be watched countrywide in a three-hour long presentation on how to successfully access small business support programmes offered by both the government and the private sector respectively.</p>\n<p style=\"text-align: justify;\">Small Business Live will partner with local municipalities and provincial government departments to host venue\'s in their areas allowing local small businesses to attend and watch the broadcast between 12h00-15h00 on Wednesday 30 November 2016. The broadcast will eliminate the need for small businesses to travel to bigger towns and cities since they can watch the presentations in the comfort of a local venue.</p>\n<p style=\"text-align: justify;\"><strong>BOOK YOUR SEAT NOW!</strong></p>\n[/vc_column_text][vc_btn title=\"Registration\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F|||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">GROW YOUR BUSINESS TODAY!</span></h2>\n<p style=\"text-align: justify;\">By attending Small Business Live you will be empowered on how to submit effective applications for support programmes available in the market and improve the capacity of your enterprise to serve your clients more efficiently.</p>\n<p style=\"text-align: justify;\">Government\'s tendering laws are in the process of being changed and all big companies will now be forced to sub-contract with small businesses that are owned by youth, women and people living in rural areas.</p>\n<p style=\"text-align: justify;\">Companies will also be looking to build the capacity of small businesses through Supplier &amp; Enterprise Development Programmes and by attending Small Business Live, you will put yourself in the frontline of these support initiatives.</p>\n<p style=\"text-align: justify;\"><strong>BENEFIT FROM TOP ADVISE!</strong></p>\n[/vc_column_text][vc_btn title=\"Registration\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F|||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">WATCH IT LIVE AND WIN GREAT PRIZES!</span></h2>\n<p style=\"text-align: justify;\">All delegates watching the Small Business Live broadcast at any participating venue will be in line to win exciting prizes! <strong>Please Note:</strong> <em>The broadcast can only be watched at participating venue\'s. Please call us if your area is not listed.</em></p>\n<p style=\"text-align: justify;\"><strong>WIN!</strong></p>\n\n<ul style=\"text-align: justify;\">\n 	<li>An exclusive lunch with some of SA\'s top self made business icons</li>\n 	<li>Win Business Support Vouchers to grow your business</li>\n 	<li>Win web site design-vouchers to market your business</li>\n 	<li>Win Online/Digital Marketing Campaign-vouchers</li>\n 	<li>Win Mobile Data-vouchers</li>\n 	<li>Win Radio Exposure-vouchers</li>\n 	<li>Win Print Media Exposure-vouchers</li>\n</ul>\n<p style=\"text-align: justify;\"><strong>WATCH LIVE AND WIN!</strong></p>\n[/vc_column_text][vc_btn title=\"Registration\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F|||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\"][/vc_column][/vc_row][vc_row][vc_column][om_reduce_space height=\"1em\"][vc_cta h2=\"Don\'t miss this unique business support opportunity!\" h4=\"Join the discussion on the future of Small Business in South Africa!\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Interact with Our (color1)Speakers(/color1)\n\nLive via SMS, Twitter &amp; Facebook!\" uppercase=\"yes\" text_additional=\"Get a Front Row Seat and Get Empowered!\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Speakers\"][om_reduce_space height=\"1em\"][/vc_column][/vc_row][vc_row bg_type=\"gradient\" gradient_type=\"diagonal2\" bg_color=\"#676767\" bg_color2=\"#313131\" font_color=\"#ffffff\"][vc_column][om_testimonials filter=\"category\" categories=\"group-1\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"(color1)Broadcast(/color1) Schedule:\n\n(color2)12h00-15h00(/color2) \" uppercase=\"yes\" text_additional=\"Arrive early to avoid disappointment!\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Schedule\"][om_agenda description_expand=\"yes\"][om_agenda_day title=\"Day 1\" date=\"30 November 2016\"][om_agenda_item time=\"11:50 \" room=\" \" title=\"All delegates to be seated\"] [/om_agenda_item][om_agenda_item time=\"12:00-12:05\" room=\" \" title=\"Broadcast Commences with Opening &amp; Welcome\"] [/om_agenda_item][om_agenda_item time=\"12:05-12:20\" room=\" \" title=\"First Presentation\"] .[/om_agenda_item][om_agenda_item time=\"12.20-12.35\" title=\"Second Presentation\"][/om_agenda_item][om_agenda_item time=\"12.35-12.50\" title=\"Third Presentation\"][/om_agenda_item][om_agenda_item time=\"12.50-13.05\" title=\"Fourth Presentation\"][/om_agenda_item][om_agenda_item time=\"13.05-13.20\" title=\"Fifth Presentation\"][/om_agenda_item][om_agenda_item time=\"13.20-13.30\" title=\"Delegates\' Questions &amp; Answers\"][/om_agenda_item][om_agenda_item time=\"13.30-13.45\" title=\"Networking Break\"][/om_agenda_item][om_agenda_item time=\"13.45-14.00\" title=\"Sixth Presentation \"][/om_agenda_item][om_agenda_item time=\"14.15-14.30\" title=\"Seventh Presentation\"][/om_agenda_item][om_agenda_item time=\"14.45-15.00\" title=\"The Best Advice Ever: Panel Discussion\"][/om_agenda_item][om_agenda_item time=\"15.00\" title=\"Broadcast Ends\"][/om_agenda_item][/om_agenda_day][om_agenda_day][/om_agenda_day][/om_agenda][vc_cta h2=\"Number of participants is limited!\" h4=\"Don\'t miss your seat!\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"2em\"][vc_custom_heading text=\"Our (color1)Sponsors(/color1) and Partners\" uppercase=\"yes\" text_additional=\"If you would like to become a Sponsoring Partner to Small Business Live, contact Gerrit on Cell. 082 496 1657 or gerrit@taranisco.co.za\" font_container=\"tag:h1|text_align:center\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','12-revision-v1','','','2016-10-08 16:04:56','2016-10-08 16:04:56','',12,'http://www.taranisco.co.za/2016/10/08/12-revision-v1/',0,'revision','',0),(607,1,'2016-11-13 16:18:14','2016-11-13 16:18:14','[vc_row][vc_column][vc_column_text]\n<p style=\"text-align: justify;\"><em>Small Business Live </em>will take place on Wednesday 15 February 2017 as a national TV broadcast, via satellite to locations across the country.</p>\n<p style=\"text-align: justify;\">The broadcast is a groundbreaking initiative aimed at presenting all of government\'s small business support programs to thousands of entrepreneurs at hundreds of venues countrywide.</p>\n<p style=\"text-align: justify;\"><em>Small Business Live</em> aims to feature \"how to presentations\" on government\'s key support programs like the Small Enterprise Development Agency (Seda); Small Enterprise Finance Agency (SEFA); National Empowerment Fund (NEF); Industrial Development Corporation (IDC); National Youth Development Agency (NYDA); Land Bank, MAFISA and corporate B-BBEE Enterprise Development Programs as well as Access to Finance from the major banks.</p>\n<p style=\"text-align: justify;\">Thousands of entrepreneurs will be hosted at venues in their local communities by municipalities, provincial economic development departments, corporates and agencies as well as independent small business support organisations.</p>\n<p style=\"text-align: justify;\">Delegates attending Small Business Live will be able to interact with the presenters via SMS, Twitter and Facebook respectively.</p>\n[/vc_column_text][/vc_column][/vc_row]','Small Business Live','','inherit','closed','closed','','580-revision-v1','','','2016-11-13 16:18:14','2016-11-13 16:18:14','',580,'http://www.taranisco.co.za/2016/11/13/580-revision-v1/',0,'revision','',0),(608,1,'2016-11-13 16:26:07','2016-11-13 16:26:07','[vc_row margin_top=\"-1em\"][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">SMALL BUSINESS LIVE, TV BROADCAST TO REACH 1000\'s!</span></h2>\n<p style=\"text-align: justify;\">Be part of this groundbreaking TV Broadcast, which will be watched countrywide in a three-hour long presentation on how to successfully access small business support programmes offered by both the government and the private sector respectively.</p>\n<p style=\"text-align: justify;\">Small Business Live will partner with local municipalities and provincial government departments to host venue\'s in their areas allowing local small businesses to attend and watch the broadcast between 12h00-15h00 on Wednesday 30 November 2016. The broadcast will eliminate the need for small businesses to travel to bigger towns and cities since they can watch the presentations in the comfort of a local venue.</p>\n<p style=\"text-align: justify;\"><strong>BOOK YOUR SEAT NOW!</strong></p>\n[/vc_column_text][vc_btn title=\"Registration\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F|||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">GROW YOUR BUSINESS TODAY!</span></h2>\n<p style=\"text-align: justify;\">By attending Small Business Live you will be empowered on how to submit effective applications for support programmes available in the market and improve the capacity of your enterprise to serve your clients more efficiently.</p>\n<p style=\"text-align: justify;\">Government\'s tendering laws are in the process of being changed and all big companies will now be forced to sub-contract with small businesses that are owned by youth, women and people living in rural areas.</p>\n<p style=\"text-align: justify;\">Companies will also be looking to build the capacity of small businesses through Supplier &amp; Enterprise Development Programmes and by attending Small Business Live, you will put yourself in the frontline of these support initiatives.</p>\n<p style=\"text-align: justify;\"><strong>BENEFIT FROM TOP ADVISE!</strong></p>\n[/vc_column_text][vc_btn title=\"Registration\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F|||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">WATCH IT LIVE AND WIN GREAT PRIZES!</span></h2>\n<p style=\"text-align: justify;\">All delegates watching the Small Business Live broadcast at any participating venue will be in line to win exciting prizes! <strong>Please Note:</strong> <em>The broadcast can only be watched at participating venue\'s. Please call us if your area is not listed.</em></p>\n<p style=\"text-align: justify;\"><strong>WIN!</strong></p>\n\n<ul style=\"text-align: justify;\">\n 	<li>An exclusive lunch with some of SA\'s top self made business icons</li>\n 	<li>Win Business Support Vouchers to grow your business</li>\n 	<li>Win web site design-vouchers to market your business</li>\n 	<li>Win Online/Digital Marketing Campaign-vouchers</li>\n 	<li>Win Mobile Data-vouchers</li>\n 	<li>Win Radio Exposure-vouchers</li>\n 	<li>Win Print Media Exposure-vouchers</li>\n</ul>\n<p style=\"text-align: justify;\"><strong>WATCH LIVE AND WIN!</strong></p>\n[/vc_column_text][vc_btn title=\"Registration\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F|||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\"][/vc_column][/vc_row][vc_row][vc_column][om_reduce_space height=\"1em\"][vc_cta h2=\"Don\'t miss this unique business support opportunity!\" h4=\"Join the discussion on the future of Small Business in South Africa!\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Interact with Our (color1)Speakers(/color1)\n\nLive via SMS, Twitter &amp; Facebook!\" uppercase=\"yes\" text_additional=\"Get a Front Row Seat and Get Empowered!\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Speakers\"][om_reduce_space height=\"1em\"][/vc_column][/vc_row][vc_row bg_type=\"gradient\" gradient_type=\"diagonal2\" bg_color=\"#676767\" bg_color2=\"#313131\" font_color=\"#ffffff\"][vc_column][om_testimonials filter=\"category\" categories=\"group-1\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"(color1)Broadcast(/color1) Schedule:\n\n(color2)12h00-15h00(/color2) \" uppercase=\"yes\" text_additional=\"Arrive early to avoid disappointment!\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Schedule\"][om_agenda description_expand=\"yes\"][om_agenda_day title=\"Day 1\" date=\"30 November 2016\"][om_agenda_item time=\"08:50 \" room=\" \" title=\"All delegates to be seated\"] [/om_agenda_item][om_agenda_item time=\"09:00-09:05\" room=\" \" title=\"Broadcast Commences with Opening & Welcome\"] [/om_agenda_item][om_agenda_item time=\"09:05-09:20\" room=\" \" title=\"Access to Finance: First Presentation\"] .[/om_agenda_item][om_agenda_item time=\"09:20-09:35\" title=\"Access to Finance: Second Presentation\"][/om_agenda_item][om_agenda_item time=\"09:35-09:50\" title=\"Access to Finance: Third Presentation\"][/om_agenda_item][om_agenda_item time=\"09:50-10:05\" title=\"Access to Finance: Fourth Presentation\"][/om_agenda_item][om_agenda_item time=\"10:05-10:20\" title=\"Access to Finance: Fifth Presentation\"][/om_agenda_item][om_agenda_item time=\"10.20-10.30\" title=\"Delegates\' Questions & Answers\"][/om_agenda_item][om_agenda_item time=\"10:30-10:50\" title=\"Networking Break\"][/om_agenda_item][om_agenda_item time=\"10:50-11:05\" title=\"Access to Finance: Sixth Presentation \"][/om_agenda_item][om_agenda_item time=\"11:05-11:20\" title=\"Access to Finance: Seventh Presentation\"][/om_agenda_item][om_agenda_item time=\"11:20-11:55\" title=\"The Best Advice Ever: Panel Discussion\"][/om_agenda_item][om_agenda_item time=\"11:55-12:-00\" title=\"Broadcast Ends\"][/om_agenda_item][/om_agenda_day][om_agenda_day][/om_agenda_day][/om_agenda][vc_cta h2=\"Number of participants is limited!\" h4=\"Don\'t miss your seat!\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"2em\"][vc_custom_heading text=\"Our (color1)Sponsors(/color1) and Partners\" uppercase=\"yes\" text_additional=\"If you would like to become a Sponsoring Partner to Small Business Live, contact Gerrit on Cell. 082 496 1657 or gerrit@taranisco.co.za\" font_container=\"tag:h1|text_align:center\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','12-revision-v1','','','2016-11-13 16:26:07','2016-11-13 16:26:07','',12,'http://www.taranisco.co.za/2016/11/13/12-revision-v1/',0,'revision','',0),(609,1,'2016-12-12 20:05:37','2016-12-12 20:05:37','[vc_row margin_top=\"-1em\"][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">SMALL BUSINESS LIVE, TV BROADCAST TO REACH 1000\'s!</span></h2>\n<p style=\"text-align: justify;\">Be part of this groundbreaking TV Broadcast, which will be watched countrywide in a three-hour long presentation on how to successfully access small business support programmes offered by both the government and the private sector respectively.</p>\n<p style=\"text-align: justify;\">Small Business Live will partner with local municipalities and provincial government departments to host venue\'s in their areas allowing local small businesses to attend and watch the broadcast between 09h00-12h00 on Wednesday 15 February 2017. The broadcast will eliminate the need for rural small businesses to travel to bigger towns and cities since they can watch the presentations in the comfort of a local venue.</p>\n<p style=\"text-align: justify;\"><strong>BOOK YOUR SEAT NOW!</strong></p>\n[/vc_column_text][vc_btn title=\"Registration\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F|||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">GROW YOUR BUSINESS TODAY!</span></h2>\n<p style=\"text-align: justify;\">By attending Small Business Live you will be empowered on how to submit effective applications for support programmes available in the market and improve the capacity of your enterprise to serve your clients more efficiently.</p>\n<p style=\"text-align: justify;\">Government\'s tendering laws are in the process of being changed and all big companies will now be forced to sub-contract with small businesses that are owned by youth, women and people living in rural areas.</p>\n<p style=\"text-align: justify;\">Companies will also be looking to build the capacity of small businesses through Supplier &amp; Enterprise Development Programmes and by attending Small Business Live, you will put yourself in the frontline of these support initiatives.</p>\n<p style=\"text-align: justify;\"><strong>BENEFIT FROM TOP ADVISE!</strong></p>\n[/vc_column_text][vc_btn title=\"Registration\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F|||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">WATCH IT LIVE AND WIN GREAT PRIZES!</span></h2>\n<p style=\"text-align: justify;\">All delegates watching the Small Business Live broadcast at any participating venue will be in line to win exciting prizes! <strong>Please Note:</strong> <em>The broadcast can only be watched at participating venue\'s. Please call us if your area is not listed.</em></p>\n<p style=\"text-align: justify;\"><strong>WIN!</strong></p>\n\n<ul style=\"text-align: justify;\">\n 	<li>An exclusive lunch with some of SA\'s top self made business icons</li>\n 	<li>Win Business Support Vouchers to grow your business</li>\n 	<li>Win web site design-vouchers to market your business</li>\n 	<li>Win Online/Digital Marketing Campaign-vouchers</li>\n 	<li>Win Mobile Data-vouchers</li>\n 	<li>Win Radio Exposure-vouchers</li>\n 	<li>Win Print Media Exposure-vouchers</li>\n</ul>\n<p style=\"text-align: justify;\"><strong>WATCH LIVE AND WIN!</strong></p>\n[/vc_column_text][vc_btn title=\"Registration\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F|||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\"][/vc_column][/vc_row][vc_row][vc_column][om_reduce_space height=\"1em\"][vc_cta h2=\"Don\'t miss this unique business support opportunity!\" h4=\"Join the discussion on the future of Small Business in South Africa!\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Interact with Our (color1)Speakers(/color1)\n\nLive via SMS, Twitter &amp; Facebook!\" uppercase=\"yes\" text_additional=\"Get a Front Row Seat and Get Empowered!\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Speakers\"][om_reduce_space height=\"1em\"][/vc_column][/vc_row][vc_row bg_type=\"gradient\" gradient_type=\"diagonal2\" bg_color=\"#676767\" bg_color2=\"#313131\" font_color=\"#ffffff\"][vc_column][om_testimonials filter=\"category\" categories=\"group-1\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"(color1)Broadcast(/color1) Schedule:\n\n(color2)09:00-12:00(/color2) \" uppercase=\"yes\" text_additional=\"Arrive early to avoid disappointment!\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Schedule\"][om_agenda display_speakers=\"\"][om_agenda_day title=\"Small Business Live: TV Broadcast\" date=\"23 February 2017\"][om_agenda_item time=\"08:50 \" room=\" \" title=\"All delegates to be seated\"] [/om_agenda_item][om_agenda_item time=\"09:00-09:05\" room=\" \" title=\"Broadcast Commences with Opening &amp; Welcome\"] [/om_agenda_item][om_agenda_item time=\"09:05-09:20\" room=\" \" title=\"Access to Finance: First Presentation\"] .[/om_agenda_item][om_agenda_item time=\"09:20-09:35\" title=\"Access to Finance: Second Presentation\"][/om_agenda_item][om_agenda_item time=\"09:35-09:50\" title=\"Access to Finance: Third Presentation\"][/om_agenda_item][om_agenda_item time=\"09:50-10:05\" title=\"Access to Finance: Fourth Presentation\"][/om_agenda_item][om_agenda_item time=\"10:05-10:20\" title=\"Access to Finance: Fifth Presentation\"][/om_agenda_item][om_agenda_item time=\"10.20-10.30\" title=\"Delegates\' Questions &amp; Answers\"][/om_agenda_item][om_agenda_item time=\"10:30-10:50\" title=\"Networking Break\"][/om_agenda_item][om_agenda_item time=\"10:50-11:05\" title=\"Access to Finance: Sixth Presentation \"][/om_agenda_item][om_agenda_item time=\"11:05-11:20\" title=\"Access to Finance: Seventh Presentation\"][/om_agenda_item][om_agenda_item time=\"11:20-11:55\" title=\"The Best Advice Ever: Panel Discussion\"][/om_agenda_item][om_agenda_item time=\"11:55-12:00\" title=\"Broadcast Ends\"][/om_agenda_item][/om_agenda_day][om_agenda_day][/om_agenda_day][/om_agenda][vc_cta h2=\"Number of participants is limited!\" h4=\"Don\'t miss your seat!\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"2em\"][vc_custom_heading text=\"Our (color1)Sponsors(/color1) and Partners\" uppercase=\"yes\" text_additional=\"If you would like to become a Sponsoring Partner to Small Business Live, contact Gerrit on Cell. 082 496 1657 or gerrit@taranisco.co.za\" font_container=\"tag:h1|text_align:center\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','12-autosave-v1','','','2016-12-12 20:05:37','2016-12-12 20:05:37','',12,'http://www.taranisco.co.za/2016/11/13/12-autosave-v1/',0,'revision','',0),(610,1,'2016-11-13 16:28:34','2016-11-13 16:28:34','[vc_row margin_top=\"-1em\"][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\r\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">SMALL BUSINESS LIVE, TV BROADCAST TO REACH 1000\'s!</span></h2>\r\n<p style=\"text-align: justify;\">Be part of this groundbreaking TV Broadcast, which will be watched countrywide in a three-hour long presentation on how to successfully access small business support programmes offered by both the government and the private sector respectively.</p>\r\n<p style=\"text-align: justify;\">Small Business Live will partner with local municipalities and provincial government departments to host venue\'s in their areas allowing local small businesses to attend and watch the broadcast between 12h00-15h00 on Wednesday 30 November 2016. The broadcast will eliminate the need for small businesses to travel to bigger towns and cities since they can watch the presentations in the comfort of a local venue.</p>\r\n<p style=\"text-align: justify;\"><strong>BOOK YOUR SEAT NOW!</strong></p>\r\n[/vc_column_text][vc_btn title=\"Registration\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F|||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\r\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">GROW YOUR BUSINESS TODAY!</span></h2>\r\n<p style=\"text-align: justify;\">By attending Small Business Live you will be empowered on how to submit effective applications for support programmes available in the market and improve the capacity of your enterprise to serve your clients more efficiently.</p>\r\n<p style=\"text-align: justify;\">Government\'s tendering laws are in the process of being changed and all big companies will now be forced to sub-contract with small businesses that are owned by youth, women and people living in rural areas.</p>\r\n<p style=\"text-align: justify;\">Companies will also be looking to build the capacity of small businesses through Supplier &amp; Enterprise Development Programmes and by attending Small Business Live, you will put yourself in the frontline of these support initiatives.</p>\r\n<p style=\"text-align: justify;\"><strong>BENEFIT FROM TOP ADVISE!</strong></p>\r\n[/vc_column_text][vc_btn title=\"Registration\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F|||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space height=\"2em\"][vc_column_text]\r\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">WATCH IT LIVE AND WIN GREAT PRIZES!</span></h2>\r\n<p style=\"text-align: justify;\">All delegates watching the Small Business Live broadcast at any participating venue will be in line to win exciting prizes! <strong>Please Note:</strong> <em>The broadcast can only be watched at participating venue\'s. Please call us if your area is not listed.</em></p>\r\n<p style=\"text-align: justify;\"><strong>WIN!</strong></p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n 	<li>An exclusive lunch with some of SA\'s top self made business icons</li>\r\n 	<li>Win Business Support Vouchers to grow your business</li>\r\n 	<li>Win web site design-vouchers to market your business</li>\r\n 	<li>Win Online/Digital Marketing Campaign-vouchers</li>\r\n 	<li>Win Mobile Data-vouchers</li>\r\n 	<li>Win Radio Exposure-vouchers</li>\r\n 	<li>Win Print Media Exposure-vouchers</li>\r\n</ul>\r\n<p style=\"text-align: justify;\"><strong>WATCH LIVE AND WIN!</strong></p>\r\n[/vc_column_text][vc_btn title=\"Registration\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F|||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\"][/vc_column][/vc_row][vc_row][vc_column][om_reduce_space height=\"1em\"][vc_cta h2=\"Don\'t miss this unique business support opportunity!\" h4=\"Join the discussion on the future of Small Business in South Africa!\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Interact with Our (color1)Speakers(/color1)\r\n\r\nLive via SMS, Twitter &amp; Facebook!\" uppercase=\"yes\" text_additional=\"Get a Front Row Seat and Get Empowered!\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Speakers\"][om_reduce_space height=\"1em\"][/vc_column][/vc_row][vc_row bg_type=\"gradient\" gradient_type=\"diagonal2\" bg_color=\"#676767\" bg_color2=\"#313131\" font_color=\"#ffffff\"][vc_column][om_testimonials filter=\"category\" categories=\"group-1\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"(color1)Broadcast(/color1) Schedule:\r\n\r\n(color2)09:00-12:00(/color2) \" uppercase=\"yes\" text_additional=\"Arrive early to avoid disappointment!\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Schedule\"][om_agenda description_expand=\"yes\"][om_agenda_day title=\"Small Business Live: TV Broadcast\" date=\"15 February 2017\"][om_agenda_item time=\"08:50 \" room=\" \" title=\"All delegates to be seated\"] [/om_agenda_item][om_agenda_item time=\"09:00-09:05\" room=\" \" title=\"Broadcast Commences with Opening &amp; Welcome\"] [/om_agenda_item][om_agenda_item time=\"09:05-09:20\" room=\" \" title=\"Access to Finance: First Presentation\"] .[/om_agenda_item][om_agenda_item time=\"09:20-09:35\" title=\"Access to Finance: Second Presentation\"][/om_agenda_item][om_agenda_item time=\"09:35-09:50\" title=\"Access to Finance: Third Presentation\"][/om_agenda_item][om_agenda_item time=\"09:50-10:05\" title=\"Access to Finance: Fourth Presentation\"][/om_agenda_item][om_agenda_item time=\"10:05-10:20\" title=\"Access to Finance: Fifth Presentation\"][/om_agenda_item][om_agenda_item time=\"10.20-10.30\" title=\"Delegates\' Questions &amp; Answers\"][/om_agenda_item][om_agenda_item time=\"10:30-10:50\" title=\"Networking Break\"][/om_agenda_item][om_agenda_item time=\"10:50-11:05\" title=\"Access to Finance: Sixth Presentation \"][/om_agenda_item][om_agenda_item time=\"11:05-11:20\" title=\"Access to Finance: Seventh Presentation\"][/om_agenda_item][om_agenda_item time=\"11:20-11:55\" title=\"The Best Advice Ever: Panel Discussion\"][/om_agenda_item][om_agenda_item time=\"11:55-12:-00\" title=\"Broadcast Ends\"][/om_agenda_item][/om_agenda_day][om_agenda_day][/om_agenda_day][/om_agenda][vc_cta h2=\"Number of participants is limited!\" h4=\"Don\'t miss your seat!\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"2em\"][vc_custom_heading text=\"Our (color1)Sponsors(/color1) and Partners\" uppercase=\"yes\" text_additional=\"If you would like to become a Sponsoring Partner to Small Business Live, contact Gerrit on Cell. 082 496 1657 or gerrit@taranisco.co.za\" font_container=\"tag:h1|text_align:center\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','12-revision-v1','','','2016-11-13 16:28:34','2016-11-13 16:28:34','',12,'http://www.taranisco.co.za/2016/11/13/12-revision-v1/',0,'revision','',0),(611,1,'2016-11-13 16:33:43','2016-11-13 16:33:43','[vc_row][vc_column][vc_column_text]\n<p style=\"text-align: justify;\"><img class=\" wp-image-828 alignleft\" src=\"http://www.taranisco.co.za/wp-content/uploads/2018/04/African-Summit-Logo1-300x300.jpg\" alt=\"\" width=\"364\" height=\"364\" />The inaugural <span style=\"color: #333399;\"><em><strong>African Summit on Government Support Programmes for Small Business Development</strong></em></span> will take place on 12-14 November 2018 during this year\'s edition of the<span style=\"color: #000000;\"><span style=\"color: #333399;\"> </span></span><strong><span style=\"color: #333399;\">Global Entrepreneurship Week (GEW) </span></strong><span style=\"color: #000000;\">and it will<strong><em> </em></strong></span>afford both government and private sector stakeholders the opportunity to partner this auspicious occasion, which will create an interactive platform to debate the real impact of the support rendered to the continent\'s small business segment.</p>\n<p style=\"text-align: justify;\">The Summit will cover the essential issues pertaining to the challenges facing government small business support programs and more in particular a discussion that will centre on forging closer cooperation with civil society and corporate stakeholders.</p>\n<p style=\"text-align: justify;\">The Summit will aim to ensure that this sector of the economy indeed receive its fair share of growth opportunities through sustainable interventions leading to much needed growth in GDP coupled with the key priority economic challenges faced by the continent as a whole.</p>\n<p style=\"text-align: justify;\">The first ever <span style=\"color: #333399;\"><em><strong>African Small Business Development Awards</strong></em></span> will also form part of the Summit and stakeholders will receive recognition for their unselfish passion and commitment towards the developmental needs of small businesses in general. Awards will handed out in three different categories inclusive of government, business support organisations and corporate enterprise development programmes respectively.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong> Schedule:</strong></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Monday 12 November 2018: </strong><span style=\"color: #000000;\">African Summit on Government Support Programmes for Small Business Development &amp; Awards </span></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Tuesday 13 November 2018: </strong><span style=\"color: #000000;\">African Summit on Government Support Programmes for Small Business Development  </span></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Wednesday 14 November:</strong></span> Masterclass: Designing and Implementing Sustainable Small Business Development Programmes <span style=\"color: #333399;\"><b>  </b></span></p>\nTo receive a Booking Form, <a href=\"mailto:gerrit@taranisco.co.za?subject=Please%20send%20us%20an%20African%20Summit%20Booking%20Form\">Click Here</a>[/vc_column_text][/vc_column][/vc_row]','African Summit on Government Support Programmes for Small Business Development','','publish','closed','closed','','enterprise-development-indaba','','','2018-04-26 11:25:33','2018-04-26 11:25:33','',0,'http://www.taranisco.co.za/?page_id=611',0,'page','',0),(612,1,'2016-11-13 16:33:43','2016-11-13 16:33:43','','Enterprise Development Indaba','','inherit','closed','closed','','611-revision-v1','','','2016-11-13 16:33:43','2016-11-13 16:33:43','',611,'http://www.taranisco.co.za/2016/11/13/611-revision-v1/',0,'revision','',0),(613,1,'2016-11-13 16:34:32','2016-11-13 16:34:32','<span style=\"color: #333399;\"><strong>Details coming soon.</strong></span>','Enterprise Development Indaba','','inherit','closed','closed','','611-revision-v1','','','2016-11-13 16:34:32','2016-11-13 16:34:32','',611,'http://www.taranisco.co.za/2016/11/13/611-revision-v1/',0,'revision','',0),(614,1,'2016-11-13 16:35:19','2016-11-13 16:35:19','','Summit','','publish','closed','closed','','614','','','2018-04-26 08:40:18','2018-04-26 08:40:18','',0,'http://www.taranisco.co.za/?p=614',7,'nav_menu_item','',0),(615,1,'2016-11-13 16:36:14','2016-11-13 16:36:14','[vc_row][vc_column][vc_column_text]<img class=\" wp-image-832 alignleft\" src=\"http://www.taranisco.co.za/wp-content/uploads/2018/04/ASBSA-Logo1-250x300.jpg\" alt=\"\" width=\"274\" height=\"327\" />\n\n&nbsp;\n\n<span style=\"color: #333399;\"><strong>African Small Business Support Awards</strong></span>\n\n<span style=\"color: #333399;\"><strong> Awards Schedule: </strong></span>\n\n<span style=\"color: #333399;\"><strong>– Call for Nominations:</strong></span> 1 June 2018\n<span style=\"color: #333399;\"><strong>– Closing Date:</strong> </span>Friday 28 September 2018\n<span style=\"color: #333399;\"><strong>– Short-List Announcement:</strong> </span>Friday 12 October 2018\n<span style=\"color: #333399;\"><strong>– Qualifying Period:</strong></span> 1 July 2017-30 June 2018\n<span style=\"color: #333399;\"><strong>– Please Note</strong>:</span> All information provided must be verifiable should the nomination become short-listed.\n<span style=\"color: #333399;\"><strong>– Awards Dinner:</strong> </span>Monday 12 November 2018\n\n&nbsp;\n\n<span style=\"color: #333399;\"><strong>Awards Categories</strong></span>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Please Note:</strong></span>\nEach Category will award 59 x Regional Awards* as well as a Grand Prix Award for the best scoring Regional Winner in each of the respective categories.\n\n<p style=\"text-align: justify;\">- Leading Non-Governmental Small Business Development Agency Award\n- Leading Government Small Business Development Agency Award\n- Leading Small Business Development Incubator Award\n- Leading Corporate Small Business Development Award\n- Leading State Owned Enterprise Small Business Development Award\n- Leading Government Small Business Development Program of the Year Award\n- Leading Small Business Development Event of the Year Award\n- Leading Business Chamber Small Business Development Program of the Year Award\n- Leading African Small Business Competition of the Year Award\n- Leading Small Business Development Personality of the Year Award\n- Leading Small Business Publication of the Year Award\n- Leading Small Business Development Television Programme of the Year Award\n- Leading Small Business Development Bank of the Year Award\n- Leading Government Small Business Funding Agency of the Year Award\n- Leading Small Business Development Mentoring Programme of the Year Award\n\n* Regions: West Africa, North Africa, Central Africa, East Africa and Southern Africa\n\n<p style=\"text-align: justify;\"><b>Further details to follow.</b></p>\n[/vc_column_text][/vc_column][/vc_row]','Awards','','publish','closed','closed','','enterprise-development-awards','','','2018-04-26 11:30:41','2018-04-26 11:30:41','',0,'http://www.taranisco.co.za/?page_id=615',0,'page','',0),(749,1,'2017-04-20 18:17:59','2017-04-20 18:17:59','[vc_row][vc_column][vc_column_text]<span style=\"color: #333399;\"><strong>The Enterprise Development Awards</strong></span>\n\n<span style=\"color: #333399;\"><strong> Awards Schedule: </strong></span>\n\n<span style=\"color: #333399;\"><strong>– Call for Nominations:</strong></span> 1 May 2017\n<span style=\"color: #333399;\"><strong>– Closing Date:</strong> </span>Friday 30 June 2017\n<span style=\"color: #333399;\"><strong>– Short-List Announcement:</strong> 3 July</span> 2016\n<span style=\"color: #333399;\"><strong>– Qualifying Period:</strong></span> 1 January - 31 December 2016\n<span style=\"color: #333399;\"><strong>– Please Note</strong>:</span> All information provided must be verifiable should the nomination become short-listed.\n<span style=\"color: #333399;\"><strong>– Awards Dinner:</strong> 25 July</span> 2017\n\n<span style=\"color: #333399;\"><strong>Awards Categories</strong></span>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Please Note:</strong></span>\nEach Category will award 9 x Provincial Gold Awards as well as a Grand Prix Award for the best scoring provincial winner in each of the respective categories.\n\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Category A:</strong></span> Leading Non-Governmental Enterprise Development Agency Award\n<span style=\"color: #333399;\"><strong>Category B:</strong> </span>Leading Government Enterprise Development Agency Award\n<span style=\"color: #333399;\"><strong>Category C:</strong></span> Leading Enterprise Development Incubator Award\n<span style=\"color: #333399;\"><strong>Category D:</strong></span> Leading Corporate Enterprise Development Award\n<span style=\"color: #333399;\"><strong>Category E:</strong></span> Leading State Owned Enterprise Development Award\n<span style=\"color: #333399;\"><strong>Category F:</strong></span> Leading Supplier Development Program of the Year Award\n<strong><span style=\"color: #333399;\">Category G</span>:</strong> Leading Enterprise Development Event of the Year Award\n<span style=\"color: #333399;\"><strong>Category H:</strong></span> Leading Business Chamber Enterprise Development Program of the Year Award\n<span style=\"color: #333399;\"><strong>Category I:</strong></span> Leading Business Competition Award\n<span style=\"color: #333399;\"><strong>Category J:</strong> </span>Leading Enterprise Development Personality of the Year Award\n\n<p style=\"text-align: justify;\"><strong>To receive a Nomination Form:</strong> <a href=\"mailto:gerrit@taranisco.co.za?subject=Kindly%20send%20us%20an%20Enterprise%20Developement%20Awards%20Nomination%20Form.\">Click Here</a></p>\n[/vc_column_text][/vc_column][/vc_row]','SED Awards\'17','','inherit','closed','closed','','615-revision-v1','','','2017-04-20 18:17:59','2017-04-20 18:17:59','',615,'http://www.taranisco.co.za/2017/04/20/615-revision-v1/',0,'revision','',0),(616,1,'2016-11-13 16:36:14','2016-11-13 16:36:14','<span style=\"color: #333399;\"><strong>Details Coming Soon.</strong></span>','Enterprise Development Awards','','inherit','closed','closed','','615-revision-v1','','','2016-11-13 16:36:14','2016-11-13 16:36:14','',615,'http://www.taranisco.co.za/2016/11/13/615-revision-v1/',0,'revision','',0),(617,1,'2016-11-13 16:37:04','2016-11-13 16:37:04','','Awards’18','','publish','closed','closed','','617','','','2018-04-26 08:40:18','2018-04-26 08:40:18','',0,'http://www.taranisco.co.za/?p=617',8,'nav_menu_item','',0),(618,1,'2016-11-13 16:39:08','2016-11-13 16:39:08','[vc_row][vc_column][vc_column_text]<img class=\"alignnone size-medium wp-image-603 alignleft\" src=\"http://www.taranisco.co.za/wp-content/uploads/2016/10/human-668299-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\" /><span style=\"color: #333399;\"><strong>Watch the Small Business Live TV broadcast at your local venue!</strong></span>\n<p style=\"text-align: justify;\"><em><span style=\"color: #333399;\"><strong>Small Business Live</strong></span> </em>will take place on Thursday 21 and will kick off with the <span style=\"color: #333399;\"><em><strong>Small Business Live Breakfast</strong></em></span> and followed by an exclusive <span style=\"color: #333399;\"><em><strong>National TV Broadcast</strong></em>,</span> via satellite to locations across the country.</p>\n<p style=\"text-align: justify;\">The broadcast is a groundbreaking initiative aimed at presenting all of government\'s small business support programs to thousands of entrepreneurs at hundreds of venues countrywide.</p>\n<p style=\"text-align: justify;\">The day will kick-off with the <span style=\"color: #333399;\"><em><strong>Small Business Live Breakfast</strong></em><span style=\"color: #000000;\">, which will feature panel discussions with successful business people sharing their strategies with guests in a highly interactive environment.</span></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong><em>The Small Business Live TV Broadcast</em></strong></span> aims to feature industry experts conducting \"how to presentations\" on government\'s key support programs like the Small Enterprise Development Agency (Seda); Small Enterprise Finance Agency (SEFA); National Empowerment Fund (NEF); Industrial Development Corporation (IDC); National Youth Development Agency (NYDA); Land Bank, MAFISA and corporate B-BBEE Enterprise Development Programs as well as Access to Finance from the major banks.</p>\n<p style=\"text-align: justify;\">Thousands of entrepreneurs will be hosted at venues in their local communities by municipalities, provincial economic development departments, corporates and agencies as well as independent small business support organisations.</p>\n<p style=\"text-align: justify;\">Delegates attending the <span style=\"color: #333399;\"><em><strong>Small Business Live TV Broadcast</strong></em></span> will be also able to interact with the presenters via SMS, Twitter and Facebook respectively.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><em><strong>Small Business Live will Empower Your Business!</strong></em></span> A powerful Masterclass will be held after lunch wherein delegates will hear from our industry thought leaders on how to supply big business and tender for government contracts.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Ticket Options</strong></span></p>\n<span style=\"color: #ff0000;\"><strong>Rest of the Country: </strong></span><span style=\"color: #ff0000;\"><strong>Free Ticket</strong></span>\n- Free Entry only to watch the Small Business Live Broadcast at your local confirmed site\n- Lunch not included\n<span style=\"color: #333399;\"><strong>Price:</strong> </span>Not Applicable\n\n<span style=\"color: #333399;\"><strong>Johannesburg Only: Options</strong></span>\n\n<span style=\"color: #ff0000;\"><strong>Free Ticket</strong></span>\n- Free Entry only to watch the Small Business Live Broadcast on site: Venue to be confirmed\n- Lunch not included\n<span style=\"color: #333399;\"><strong>Price:</strong> </span>Not Applicable. Limited Seating\n\n<span style=\"color: #ff0000;\"><strong>Bronze Ticket</strong></span>\n- Attend the Business Breakfast on site in Johannesburg only\n- Watch the Small Business Live TV Broadcast on site\n- Lunch not included\n<strong><span style=\"color: #333399;\">Price:</span></strong> <strong>R990.00</strong>\n\n<strong><span style=\"color: #ff0000;\">Silver Ticket</span></strong>\n- Attend the Business Breakfast on site in Johannesburg only\n- Watch the Small Business Live TV Broadcast on site\n- Special Seating Arrangements\n- Attend the Masterclass\n- Lunch included\n<span style=\"color: #333399;\"><strong>Price:</strong> </span><strong>R1950.00</strong>\n\n<span style=\"color: #ff0000;\"><strong>Gold Package</strong></span>\n- Attend the Business Breakfast on site in Johannesburg only\n- Watch the Small Business Live TV on site\n- Attend the Small Business Masterclass\n- Early Entrance\n- Special Seating Arrangements at the Small Business Budget Breakfast, TV Broadcast, Lunch &amp; Masterclass\n- Lunch with Speakers &amp; VIP’s\n- Small Business Live Goody Bag\n<span style=\"color: #333399;\"><strong>Price:</strong></span> <strong>2950.00</strong>\n\n<strong><a href=\"http://www.taranisco.co.za/registration/\">Register Now!</a></strong>\n\n&nbsp;[/vc_column_text][/vc_column][/vc_row]','Small Business Live TV Broadcast','','publish','closed','closed','','watch-it-live','','','2018-11-15 11:11:21','2018-11-15 11:11:21','',0,'http://www.taranisco.co.za/?page_id=618',0,'page','',0),(619,1,'2016-11-13 16:39:08','2016-11-13 16:39:08','<span style=\"color: #333399;\"><strong>Watch the Small Business Live TV broadcast at your local venue!</strong></span>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Watch it Live!','','inherit','closed','closed','','618-revision-v1','','','2016-11-13 16:39:08','2016-11-13 16:39:08','',618,'http://www.taranisco.co.za/2016/11/13/618-revision-v1/',0,'revision','',0),(620,1,'2016-11-13 16:40:33','2016-11-13 16:40:33','<span style=\"color: #333399;\"><strong>Watch the Small Business Live TV broadcast at your local venue!</strong></span>\r\n<p style=\"text-align: justify;\"><em>Small Business Live </em>will take place on Wednesday 15 February 2017 as a national TV broadcast, via satellite to locations across the country.</p>\r\n<p style=\"text-align: justify;\">The broadcast is a groundbreaking initiative aimed at presenting all of government\'s small business support programs to thousands of entrepreneurs at hundreds of venues countrywide.</p>\r\n<p style=\"text-align: justify;\"><em>Small Business Live</em> aims to feature \"how to presentations\" on government\'s key support programs like the Small Enterprise Development Agency (Seda); Small Enterprise Finance Agency (SEFA); National Empowerment Fund (NEF); Industrial Development Corporation (IDC); National Youth Development Agency (NYDA); Land Bank, MAFISA and corporate B-BBEE Enterprise Development Programs as well as Access to Finance from the major banks.</p>\r\n<p style=\"text-align: justify;\">Thousands of entrepreneurs will be hosted at venues in their local communities by municipalities, provincial economic development departments, corporates and agencies as well as independent small business support organisations.</p>\r\n<p style=\"text-align: justify;\">Delegates attending Small Business Live will be able to interact with the presenters via SMS, Twitter and Facebook respectively.</p>\r\n&nbsp;','Watch it Live!','','inherit','closed','closed','','618-revision-v1','','','2016-11-13 16:40:33','2016-11-13 16:40:33','',618,'http://www.taranisco.co.za/2016/11/13/618-revision-v1/',0,'revision','',0),(621,1,'2016-11-13 16:41:15','2016-11-13 16:41:15',' ','','','publish','closed','closed','','621','','','2018-04-26 08:40:18','2018-04-26 08:40:18','',0,'http://www.taranisco.co.za/?p=621',4,'nav_menu_item','',0),(622,1,'2016-12-12 10:47:32','2016-12-12 10:47:32','[vc_row][vc_column][vc_column_text]<span style=\"color: #333399;\"><strong>The Enterprise Development Awards</strong></span>\n\n<span style=\"color: #333399;\"><strong> Awards Schedule: </strong></span>\n\n<span style=\"color: #333399;\"><strong>– Call for Nominations:</strong></span> 1 November 2016\n<span style=\"color: #333399;\"><strong>– Closing Date:</strong> </span>Friday 27 January 2017\n<span style=\"color: #333399;\"><strong>– Short-List Announcement:</strong> </span>1 February 2016\n<span style=\"color: #333399;\"><strong>– Qualifying Period:</strong></span> 1 January - 31 December 2016\n<span style=\"color: #333399;\"><strong>– Please Note</strong>:</span> All information provided must be verifiable should the nomination become short-listed.\n<span style=\"color: #333399;\"><strong>– Awards Dinner:</strong> 22</span> February 2017\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Please Note:</strong></span>\nEach Category will award 9 x Provincial Gold Awards as well as a Grand Prix Award for the best scoring provincial winner in each of the respective categories.</p>\n<span style=\"color: #333399;\"><strong>Awards Categories</strong></span>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Please Note:</strong></span>\nEach Category will award 9 x Provincial Gold Awards as well as a Grand Prix Award for the best scoring provincial winner in each of the respective categories.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Category A:</strong></span> Leading Non-Governmental Enterprise Development Agency Award\n<span style=\"color: #333399;\"><strong>Category B:</strong> </span>Leading Government Enterprise Development Agency Award\n<span style=\"color: #333399;\"><strong>Category C:</strong></span> Leading Enterprise Development Incubator Award\n<span style=\"color: #333399;\"><strong>Category D:</strong></span> Leading Corporate Enterprise Development Award\n<span style=\"color: #333399;\"><strong>Category E:</strong></span> Leading State Owned Enterprise Development Award\n<span style=\"color: #333399;\"><strong>Category F:</strong></span> Leading Supplier Development Program of the Year Award\n<strong><span style=\"color: #333399;\">Category G</span>:</strong> Leading Enterprise Development Event of the Year Award\n<span style=\"color: #333399;\"><strong>Category H:</strong></span> Leading Business Chamber Enterprise Development Program of the Year Award\n<span style=\"color: #333399;\"><strong>Category I:</strong></span> Leading Business Competition Award\n<span style=\"color: #333399;\"><strong>Category J:</strong> </span>Leading Enterprise Development Personality of the Year Award</p>\n<p style=\"text-align: justify;\"><strong>To receive a Nomination Form:</strong> <a href=\"mailto:gerrit@taranisco.co.za?subject=Kindly%20send%20us%20an%20Enterprise%20Developement%20Awards%20Nomination%20Form.\">Click Here</a></p>\n[/vc_column_text][/vc_column][/vc_row]','Supplier & EnAwards Categories','','inherit','closed','closed','','615-autosave-v1','','','2016-12-12 10:47:32','2016-12-12 10:47:32','',615,'http://www.taranisco.co.za/2016/11/14/615-autosave-v1/',0,'revision','',0),(623,1,'2016-11-14 07:39:19','2016-11-14 07:39:19','<strong>The Enterprise Development Awards</strong>\r\n\r\n<strong>Awards Schedule:</strong>\r\n\r\n–          <strong>Call for Nominations:</strong> 1 November 2016\r\n–       <strong>   Closing Date:</strong> Friday 23 December 2016\r\n–          <strong>Short-List Announcement:</strong> 16 January 2016\r\n–          <strong>Qualifying Period:</strong> 1 January - 30 November 2016\r\n–          <strong>Please Note:</strong> All information provided must be verifiable should the nominated event become short-listed.\r\n–          <strong>Awards Dinner:</strong> 14 February 2017','Enterprise Development Awards','','inherit','closed','closed','','615-revision-v1','','','2016-11-14 07:39:19','2016-11-14 07:39:19','',615,'http://www.taranisco.co.za/2016/11/14/615-revision-v1/',0,'revision','',0),(624,1,'2016-11-14 07:49:13','2016-11-14 07:49:13','<strong>The Enterprise Development Awards</strong>\r\n\r\n<strong>Awards Schedule:</strong>\r\n\r\n–          <strong>Call for Nominations:</strong> 1 November 2016\r\n–       <strong>   Closing Date:</strong> Friday 23 December 2016\r\n–          <strong>Short-List Announcement:</strong> 16 January 2016\r\n–          <strong>Qualifying Period:</strong> 1 January - 30 November 2016\r\n–          <strong>Please Note:</strong> All information provided must be verifiable should the nominated event become short-listed.\r\n–          <strong>Awards Dinner:</strong> 14 February 2017\r\n<p style=\"text-align: justify;\"><strong>Please Note:</strong>\r\nEach Category will award 9 x Provincial Gold Awards as well as a Grand Prix Award for the best scoring provincial winner in each of the respective categories.</p>\r\n<strong>Awards Categories</strong>\r\n<p style=\"text-align: justify;\"><strong>Please Note:</strong>\r\nEach Category will award 9 x Provincial Gold Awards as well as a Grand Prix Award for the best scoring provincial winner in each of the respective categories.</p>\r\n<p style=\"text-align: justify;\">\r\n<span style=\"color: #333399;\"><strong>Category A:</strong></span> Leading Non-Governmental Enterprise Development Agency Award\r\n<span style=\"color: #333399;\"><strong>Category B:</strong> </span>Leading Government Enterprise Development Agency Award\r\n<span style=\"color: #333399;\"><strong>Category C:</strong></span> Leading Enterprise Development Incubator Award\r\n<span style=\"color: #333399;\"><strong>Category D:</strong></span> Leading Corporate Enterprise Development Award\r\n<span style=\"color: #333399;\"><strong>Category E:</strong></span> Leading State Owned Enterprise Development Award\r\n<span style=\"color: #333399;\"><strong>Category F:</strong></span> Leading Supplier Development Program of the Year Award\r\n<strong><span style=\"color: #333399;\">Category G</span>:</strong> Leading Enterprise Development Event of the Year Award\r\n<span style=\"color: #333399;\"><strong>Category H:</strong></span> Leading Business Chamber Enterprise Development Program of the Year Award\r\n<span style=\"color: #333399;\"><strong>Category I:</strong></span> Leading Business Competition Award\r\n<span style=\"color: #333399;\"><strong>Category J:</strong> </span>Leading Enterprise Development Personality of the Year Award</p>','Enterprise Development Awards','','inherit','closed','closed','','615-revision-v1','','','2016-11-14 07:49:13','2016-11-14 07:49:13','',615,'http://www.taranisco.co.za/2016/11/14/615-revision-v1/',0,'revision','',0),(626,1,'2016-11-14 07:57:01','2016-11-14 07:57:01','<span style=\"color: #333399;\"><strong>The Enterprise Development Awards</strong></span>\r\n\r\n<strong> Awards Schedule: </strong>\r\n\r\n<strong>– Call for Nominations:</strong> 1 November 2016\r\n<strong>– Closing Date:</strong> Friday 23 December 2016\r\n<strong>– Short-List Announcement:</strong> 16 January 2016\r\n<strong>– Qualifying Period:</strong> 1 January - 30 November 2016\r\n<strong>– Please Note</strong>: All information provided must be verifiable should the nominated event become short-listed.\r\n<strong>– Awards Dinner:</strong> 14 February 2017\r\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Please Note:</strong></span>\r\nEach Category will award 9 x Provincial Gold Awards as well as a Grand Prix Award for the best scoring provincial winner in each of the respective categories.</p>\r\n<span style=\"color: #333399;\"><strong>Awards Categories</strong></span>\r\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Please Note:</strong></span>\r\nEach Category will award 9 x Provincial Gold Awards as well as a Grand Prix Award for the best scoring provincial winner in each of the respective categories.</p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Category A:</strong></span> Leading Non-Governmental Enterprise Development Agency Award\r\n<span style=\"color: #333399;\"><strong>Category B:</strong> </span>Leading Government Enterprise Development Agency Award\r\n<span style=\"color: #333399;\"><strong>Category C:</strong></span> Leading Enterprise Development Incubator Award\r\n<span style=\"color: #333399;\"><strong>Category D:</strong></span> Leading Corporate Enterprise Development Award\r\n<span style=\"color: #333399;\"><strong>Category E:</strong></span> Leading State Owned Enterprise Development Award\r\n<span style=\"color: #333399;\"><strong>Category F:</strong></span> Leading Supplier Development Program of the Year Award\r\n<strong><span style=\"color: #333399;\">Category G</span>:</strong> Leading Enterprise Development Event of the Year Award\r\n<span style=\"color: #333399;\"><strong>Category H:</strong></span> Leading Business Chamber Enterprise Development Program of the Year Award\r\n<span style=\"color: #333399;\"><strong>Category I:</strong></span> Leading Business Competition Award\r\n<span style=\"color: #333399;\"><strong>Category J:</strong> </span>Leading Enterprise Development Personality of the Year Award</p>','Enterprise Development Awards','','inherit','closed','closed','','615-revision-v1','','','2016-11-14 07:57:01','2016-11-14 07:57:01','',615,'http://www.taranisco.co.za/2016/11/14/615-revision-v1/',0,'revision','',0),(625,1,'2016-11-14 07:50:45','2016-11-14 07:50:45','<span style=\"color: #333399;\"><strong>The Enterprise Development Awards</strong></span>\r\n\r\n<span style=\"color: #333399;\"><strong>Awards Schedule:</strong></span>\r\n<p style=\"text-align: justify;\">–          <span style=\"color: #333399;\"><strong>Call for Nominations:</strong></span> 1 November 2016\r\n–       <strong>   <span style=\"color: #333399;\">Closing Date:</span></strong> Friday 23 December 2016\r\n–          <span style=\"color: #333399;\"><strong>Short-List Announcement:</strong> </span>16 January 2016\r\n–          <span style=\"color: #333399;\"><strong>Qualifying Period:</strong></span> 1 January - 30 November 2016\r\n–      <strong><span style=\"color: #333399;\">Please Note: </span></strong>All information provided must be verifiable should the nominated event become short-listed.\r\n–          <span style=\"color: #333399;\"><strong>Awards Dinner:</strong></span> 14 February 2017</p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Please Note:</strong></span>\r\nEach Category will award 9 x Provincial Gold Awards as well as a Grand Prix Award for the best scoring provincial winner in each of the respective categories.</p>\r\n<span style=\"color: #333399;\"><strong>Awards Categories</strong></span>\r\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Please Note:</strong></span>\r\nEach Category will award 9 x Provincial Gold Awards as well as a Grand Prix Award for the best scoring provincial winner in each of the respective categories.</p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Category A:</strong></span> Leading Non-Governmental Enterprise Development Agency Award\r\n<span style=\"color: #333399;\"><strong>Category B:</strong> </span>Leading Government Enterprise Development Agency Award\r\n<span style=\"color: #333399;\"><strong>Category C:</strong></span> Leading Enterprise Development Incubator Award\r\n<span style=\"color: #333399;\"><strong>Category D:</strong></span> Leading Corporate Enterprise Development Award\r\n<span style=\"color: #333399;\"><strong>Category E:</strong></span> Leading State Owned Enterprise Development Award\r\n<span style=\"color: #333399;\"><strong>Category F:</strong></span> Leading Supplier Development Program of the Year Award\r\n<strong><span style=\"color: #333399;\">Category G</span>:</strong> Leading Enterprise Development Event of the Year Award\r\n<span style=\"color: #333399;\"><strong>Category H:</strong></span> Leading Business Chamber Enterprise Development Program of the Year Award\r\n<span style=\"color: #333399;\"><strong>Category I:</strong></span> Leading Business Competition Award\r\n<span style=\"color: #333399;\"><strong>Category J:</strong> </span>Leading Enterprise Development Personality of the Year Award</p>','Enterprise Development Awards','','inherit','closed','closed','','615-revision-v1','','','2016-11-14 07:50:45','2016-11-14 07:50:45','',615,'http://www.taranisco.co.za/2016/11/14/615-revision-v1/',0,'revision','',0),(627,1,'2016-11-14 07:57:43','2016-11-14 07:57:43','<span style=\"color: #333399;\"><strong>The Enterprise Development Awards</strong></span>\r\n\r\n<span style=\"color: #333399;\"><strong> Awards Schedule: </strong></span>\r\n\r\n<span style=\"color: #333399;\"><strong>– Call for Nominations:</strong></span> 1 November 2016\r\n<span style=\"color: #333399;\"><strong>– Closing Date:</strong> </span>Friday 23 December 2016\r\n<span style=\"color: #333399;\"><strong>– Short-List Announcement:</strong> </span>16 January 2016\r\n<span style=\"color: #333399;\"><strong>– Qualifying Period:</strong></span> 1 January - 30 November 2016\r\n<span style=\"color: #333399;\"><strong>– Please Note</strong>:</span> All information provided must be verifiable should the nominated event become short-listed.\r\n<span style=\"color: #333399;\"><strong>– Awards Dinner:</strong> </span>14 February 2017\r\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Please Note:</strong></span>\r\nEach Category will award 9 x Provincial Gold Awards as well as a Grand Prix Award for the best scoring provincial winner in each of the respective categories.</p>\r\n<span style=\"color: #333399;\"><strong>Awards Categories</strong></span>\r\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Please Note:</strong></span>\r\nEach Category will award 9 x Provincial Gold Awards as well as a Grand Prix Award for the best scoring provincial winner in each of the respective categories.</p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Category A:</strong></span> Leading Non-Governmental Enterprise Development Agency Award\r\n<span style=\"color: #333399;\"><strong>Category B:</strong> </span>Leading Government Enterprise Development Agency Award\r\n<span style=\"color: #333399;\"><strong>Category C:</strong></span> Leading Enterprise Development Incubator Award\r\n<span style=\"color: #333399;\"><strong>Category D:</strong></span> Leading Corporate Enterprise Development Award\r\n<span style=\"color: #333399;\"><strong>Category E:</strong></span> Leading State Owned Enterprise Development Award\r\n<span style=\"color: #333399;\"><strong>Category F:</strong></span> Leading Supplier Development Program of the Year Award\r\n<strong><span style=\"color: #333399;\">Category G</span>:</strong> Leading Enterprise Development Event of the Year Award\r\n<span style=\"color: #333399;\"><strong>Category H:</strong></span> Leading Business Chamber Enterprise Development Program of the Year Award\r\n<span style=\"color: #333399;\"><strong>Category I:</strong></span> Leading Business Competition Award\r\n<span style=\"color: #333399;\"><strong>Category J:</strong> </span>Leading Enterprise Development Personality of the Year Award</p>','Enterprise Development Awards','','inherit','closed','closed','','615-revision-v1','','','2016-11-14 07:57:43','2016-11-14 07:57:43','',615,'http://www.taranisco.co.za/2016/11/14/615-revision-v1/',0,'revision','',0),(628,1,'2016-11-14 08:06:04','2016-11-14 08:06:04','To download the Enterprise Development Awards\' Nomination Form, <a href=\"http://www.taranisco.co.za/wp-content/uploads/2016/11/Enterprise-Development-Awards-Nomination-Form.pdf\">Click Here</a>\r\n\r\nTo download the Enterprise Development Indaba Booking Foum, <a href=\"http://www.taranisco.co.za/wp-content/uploads/2016/11/Enterprise-Development-Indaba-Awards-Booking-Form.pdf\">Click Here</a>','Enterprise Development Awards Nomination Form','','publish','closed','closed','','enterprise-development-awards-nomination-form','','','2016-11-14 16:31:43','2016-11-14 16:31:43','',0,'http://www.taranisco.co.za/?page_id=628',0,'page','',0),(639,1,'2016-11-14 16:18:50','2016-11-14 16:18:50','To download the Enterprise Development Awards\' Nomination Form, <a href=\"http://www.taranisco.co.za/wp-content/uploads/2016/11/Enterprise-Development-Awards-Nomination-Form.pdf\">Click Here</a>\n\nTo download the Enterprise Development Indaba Booking Foum, <a href=\"http://www.taranisco.co.za/wp-content/uploads/2016/11/Enterprise-Development-Indaba-Awards-Booking-Form.pdf\">Click Here</a>','Enterprise Development Awards Nomination Form','','inherit','closed','closed','','628-autosave-v1','','','2016-11-14 16:18:50','2016-11-14 16:18:50','',628,'http://www.taranisco.co.za/2016/11/14/628-autosave-v1/',0,'revision','',0),(630,1,'2016-11-14 08:06:04','2016-11-14 08:06:04','To download the Enterprise Development Awards\' Nomination Form, <a href=\"http://www.taranisco.co.za/wp-content/uploads/2016/11/Enterprise-Development-Awards-Nomination-Form.pdf\">Click Here</a>\r\n\r\nTo download the Enterprise Development Indaba Booking Foum, Click Here','Enterprise Development Awards Nomination Form','','inherit','closed','closed','','628-revision-v1','','','2016-11-14 08:06:04','2016-11-14 08:06:04','',628,'http://www.taranisco.co.za/2016/11/14/628-revision-v1/',0,'revision','',0),(633,1,'2016-11-14 08:53:10','2016-11-14 08:53:10','','enterprise-development-indaba-awards-booking-form','','inherit','open','closed','','enterprise-development-indaba-awards-booking-form','','','2016-11-14 08:53:10','2016-11-14 08:53:10','',628,'http://www.taranisco.co.za/wp-content/uploads/2016/11/Enterprise-Development-Indaba-Awards-Booking-Form.pdf',0,'attachment','application/pdf',0),(632,1,'2016-11-14 08:45:01','2016-11-14 08:45:01','To download the Enterprise Development Awards\' Nomination Form, <a href=\"http://www.taranisco.co.za/wp-content/uploads/2016/11/Enterprise-Development-Awards-Nomination-Form.pdf\">Click Here</a>\r\n\r\nTo download the Enterprise Development Indaba Booking Foum, <a href=\"http://www.taranisco.co.za/wp-content/uploads/2016/11/Enterprise-Development-Indaba-Awards-Booking-Form.pdf\">Click Here</a>','Enterprise Development Awards Nomination Form','','inherit','closed','closed','','628-revision-v1','','','2016-11-14 08:45:01','2016-11-14 08:45:01','',628,'http://www.taranisco.co.za/2016/11/14/628-revision-v1/',0,'revision','',0),(647,1,'2016-11-14 16:16:58','2016-11-14 16:16:58','','enterprise-development-awards-nomination-form','','inherit','open','closed','','enterprise-development-awards-nomination-form-2','','','2016-11-14 16:16:58','2016-11-14 16:16:58','',628,'http://www.taranisco.co.za/wp-content/uploads/2016/11/Enterprise-Development-Awards-Nomination-Form.pdf',0,'attachment','application/pdf',0),(642,1,'2016-11-14 15:10:47','2016-11-14 15:10:47','To download the Enterprise Development Awards\' Nomination Form, <a href=\"http://www.taranisco.co.za/wp-content/uploads/2016/11/ED-Awards-Nomination-Form.pdf\">Click Here</a>\r\n\r\nTo download the Enterprise Development Indaba Booking Foum, <a href=\"http://www.taranisco.co.za/wp-content/uploads/2016/11/Enterprise-Development-Indaba-Awards-Booking-Form.pdf\">Click Here</a>','Enterprise Development Awards Nomination Form','','inherit','closed','closed','','628-revision-v1','','','2016-11-14 15:10:47','2016-11-14 15:10:47','',628,'http://www.taranisco.co.za/2016/11/14/628-revision-v1/',0,'revision','',0),(635,1,'2016-11-14 09:12:03','2016-11-14 09:12:03','[vc_row][vc_column][vc_column_text]<span style=\"color: #333399;\"><strong>The Enterprise Development Awards</strong></span>\n\n<span style=\"color: #333399;\"><strong> Awards Schedule: </strong></span>\n\n<span style=\"color: #333399;\"><strong>– Call for Nominations:</strong></span> 1 November 2016\n<span style=\"color: #333399;\"><strong>– Closing Date:</strong> </span>Friday 23 December 2016\n<span style=\"color: #333399;\"><strong>– Short-List Announcement:</strong> </span>16 January 2016\n<span style=\"color: #333399;\"><strong>– Qualifying Period:</strong></span> 1 January - 30 November 2016\n<span style=\"color: #333399;\"><strong>– Please Note</strong>:</span> All information provided must be verifiable should the nomination become short-listed.\n<span style=\"color: #333399;\"><strong>– Awards Dinner:</strong> </span>14 February 2017\n\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Please Note:</strong></span>\nEach Category will award 9 x Provincial Gold Awards as well as a Grand Prix Award for the best scoring provincial winner in each of the respective categories.\n\n<span style=\"color: #333399;\"><strong>Awards Categories</strong></span>\n\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Please Note:</strong></span>\nEach Category will award 9 x Provincial Gold Awards as well as a Grand Prix Award for the best scoring provincial winner in each of the respective categories.\n\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Category A:</strong></span> Leading Non-Governmental Enterprise Development Agency Award\n<span style=\"color: #333399;\"><strong>Category B:</strong> </span>Leading Government Enterprise Development Agency Award\n<span style=\"color: #333399;\"><strong>Category C:</strong></span> Leading Enterprise Development Incubator Award\n<span style=\"color: #333399;\"><strong>Category D:</strong></span> Leading Corporate Enterprise Development Award\n<span style=\"color: #333399;\"><strong>Category E:</strong></span> Leading State Owned Enterprise Development Award\n<span style=\"color: #333399;\"><strong>Category F:</strong></span> Leading Supplier Development Program of the Year Award\n<strong><span style=\"color: #333399;\">Category G</span>:</strong> Leading Enterprise Development Event of the Year Award\n<span style=\"color: #333399;\"><strong>Category H:</strong></span> Leading Business Chamber Enterprise Development Program of the Year Award\n<span style=\"color: #333399;\"><strong>Category I:</strong></span> Leading Business Competition Award\n<span style=\"color: #333399;\"><strong>Category J:</strong> </span>Leading Enterprise Development Personality of the Year Award\n\n[/vc_column_text][/vc_column][/vc_row]','Enterprise Development Awards','','inherit','closed','closed','','615-revision-v1','','','2016-11-14 09:12:03','2016-11-14 09:12:03','',615,'http://www.taranisco.co.za/2016/11/14/615-revision-v1/',0,'revision','',0),(643,1,'2016-11-14 15:12:51','2016-11-14 15:12:51','[vc_row margin_top=\"-1em\"][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">SMALL BUSINESS LIVE, TV BROADCAST TO REACH 1000\'s!</span></h2>\n<p style=\"text-align: justify;\">Be part of this groundbreaking TV Broadcast, which will be watched countrywide in a three-hour long presentation on how to successfully access small business support programmes offered by both the government and the private sector respectively.</p>\n<p style=\"text-align: justify;\">Small Business Live will partner with local municipalities and provincial government departments to host venue\'s in their areas allowing local small businesses to attend and watch the broadcast between 09h00-12h00 on Wednesday 15 February 2017. The broadcast will eliminate the need for rural small businesses to travel to bigger towns and cities since they can watch the presentations in the comfort of a local venue.</p>\n<p style=\"text-align: justify;\"><strong>BOOK YOUR SEAT NOW!</strong></p>\n[/vc_column_text][vc_btn title=\"Registration\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F|||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">GROW YOUR BUSINESS TODAY!</span></h2>\n<p style=\"text-align: justify;\">By attending Small Business Live you will be empowered on how to submit effective applications for support programmes available in the market and improve the capacity of your enterprise to serve your clients more efficiently.</p>\n<p style=\"text-align: justify;\">Government\'s tendering laws are in the process of being changed and all big companies will now be forced to sub-contract with small businesses that are owned by youth, women and people living in rural areas.</p>\n<p style=\"text-align: justify;\">Companies will also be looking to build the capacity of small businesses through Supplier &amp; Enterprise Development Programmes and by attending Small Business Live, you will put yourself in the frontline of these support initiatives.</p>\n<p style=\"text-align: justify;\"><strong>BENEFIT FROM TOP ADVISE!</strong></p>\n[/vc_column_text][vc_btn title=\"Registration\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F|||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">WATCH IT LIVE AND WIN GREAT PRIZES!</span></h2>\n<p style=\"text-align: justify;\">All delegates watching the Small Business Live broadcast at any participating venue will be in line to win exciting prizes! <strong>Please Note:</strong> <em>The broadcast can only be watched at participating venue\'s. Please call us if your area is not listed.</em></p>\n<p style=\"text-align: justify;\"><strong>WIN!</strong></p>\n\n<ul style=\"text-align: justify;\">\n 	<li>An exclusive lunch with some of SA\'s top self made business icons</li>\n 	<li>Win Business Support Vouchers to grow your business</li>\n 	<li>Win web site design-vouchers to market your business</li>\n 	<li>Win Online/Digital Marketing Campaign-vouchers</li>\n 	<li>Win Mobile Data-vouchers</li>\n 	<li>Win Radio Exposure-vouchers</li>\n 	<li>Win Print Media Exposure-vouchers</li>\n</ul>\n<p style=\"text-align: justify;\"><strong>WATCH LIVE AND WIN!</strong></p>\n[/vc_column_text][vc_btn title=\"Registration\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F|||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\"][/vc_column][/vc_row][vc_row][vc_column][om_reduce_space height=\"1em\"][vc_cta h2=\"Don\'t miss this unique business support opportunity!\" h4=\"Join the discussion on the future of Small Business in South Africa!\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Interact with Our (color1)Speakers(/color1)\n\nLive via SMS, Twitter &amp; Facebook!\" uppercase=\"yes\" text_additional=\"Get a Front Row Seat and Get Empowered!\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Speakers\"][om_reduce_space height=\"1em\"][/vc_column][/vc_row][vc_row bg_type=\"gradient\" gradient_type=\"diagonal2\" bg_color=\"#676767\" bg_color2=\"#313131\" font_color=\"#ffffff\"][vc_column][om_testimonials filter=\"category\" categories=\"group-1\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"(color1)Broadcast(/color1) Schedule:\n\n(color2)09:00-12:00(/color2) \" uppercase=\"yes\" text_additional=\"Arrive early to avoid disappointment!\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Schedule\"][om_agenda description_expand=\"yes\"][om_agenda_day title=\"Small Business Live: TV Broadcast\" date=\"15 February 2017\"][om_agenda_item time=\"08:50 \" room=\" \" title=\"All delegates to be seated\"] [/om_agenda_item][om_agenda_item time=\"09:00-09:05\" room=\" \" title=\"Broadcast Commences with Opening &amp; Welcome\"] [/om_agenda_item][om_agenda_item time=\"09:05-09:20\" room=\" \" title=\"Access to Finance: First Presentation\"] .[/om_agenda_item][om_agenda_item time=\"09:20-09:35\" title=\"Access to Finance: Second Presentation\"][/om_agenda_item][om_agenda_item time=\"09:35-09:50\" title=\"Access to Finance: Third Presentation\"][/om_agenda_item][om_agenda_item time=\"09:50-10:05\" title=\"Access to Finance: Fourth Presentation\"][/om_agenda_item][om_agenda_item time=\"10:05-10:20\" title=\"Access to Finance: Fifth Presentation\"][/om_agenda_item][om_agenda_item time=\"10.20-10.30\" title=\"Delegates\' Questions &amp; Answers\"][/om_agenda_item][om_agenda_item time=\"10:30-10:50\" title=\"Networking Break\"][/om_agenda_item][om_agenda_item time=\"10:50-11:05\" title=\"Access to Finance: Sixth Presentation \"][/om_agenda_item][om_agenda_item time=\"11:05-11:20\" title=\"Access to Finance: Seventh Presentation\"][/om_agenda_item][om_agenda_item time=\"11:20-11:55\" title=\"The Best Advice Ever: Panel Discussion\"][/om_agenda_item][om_agenda_item time=\"11:55-12:-00\" title=\"Broadcast Ends\"][/om_agenda_item][/om_agenda_day][om_agenda_day][/om_agenda_day][/om_agenda][vc_cta h2=\"Number of participants is limited!\" h4=\"Don\'t miss your seat!\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"2em\"][vc_custom_heading text=\"Our (color1)Sponsors(/color1) and Partners\" uppercase=\"yes\" text_additional=\"If you would like to become a Sponsoring Partner to Small Business Live, contact Gerrit on Cell. 082 496 1657 or gerrit@taranisco.co.za\" font_container=\"tag:h1|text_align:center\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','12-revision-v1','','','2016-11-14 15:12:51','2016-11-14 15:12:51','',12,'http://www.taranisco.co.za/2016/11/14/12-revision-v1/',0,'revision','',0),(644,1,'2016-11-14 15:15:34','2016-11-14 15:15:34','[vc_row][vc_column][vc_column_text]<span style=\"color: #333399;\"><strong>Watch the Small Business Live TV broadcast at your local venue!</strong></span>\n<p style=\"text-align: justify;\"><em>Small Business Live </em>will take place on Wednesday 15 February 2017 from 09h00-12h00 as an exclusive national TV broadcast, via satellite to locations across the country.</p>\n<p style=\"text-align: justify;\">The broadcast is a groundbreaking initiative aimed at presenting all of government\'s small business support programs to thousands of entrepreneurs at hundreds of venues countrywide.</p>\n<p style=\"text-align: justify;\"><em>Small Business Live</em> aims to feature \"how to presentations\" on government\'s key support programs like the Small Enterprise Development Agency (Seda); Small Enterprise Finance Agency (SEFA); National Empowerment Fund (NEF); Industrial Development Corporation (IDC); National Youth Development Agency (NYDA); Land Bank, MAFISA and corporate B-BBEE Enterprise Development Programs as well as Access to Finance from the major banks.</p>\n<p style=\"text-align: justify;\">Thousands of entrepreneurs will be hosted at venues in their local communities by municipalities, provincial economic development departments, corporates and agencies as well as independent small business support organisations.</p>\n<p style=\"text-align: justify;\">Delegates attending Small Business Live will be able to interact with the presenters via SMS, Twitter and Facebook respectively.</p>\n&nbsp;[/vc_column_text][/vc_column][/vc_row]','Watch it Live!','','inherit','closed','closed','','618-revision-v1','','','2016-11-14 15:15:34','2016-11-14 15:15:34','',618,'http://www.taranisco.co.za/2016/11/14/618-revision-v1/',0,'revision','',0),(645,1,'2016-11-14 15:34:02','2016-11-14 15:34:02','[vc_row margin_top=\"-1em\"][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">SMALL BUSINESS LIVE, TV BROADCAST TO REACH 1000\'s!</span></h2>\n<p style=\"text-align: justify;\">Be part of this groundbreaking TV Broadcast, which will be watched countrywide in a three-hour long presentation on how to successfully access small business support programmes offered by both the government and the private sector respectively.</p>\n<p style=\"text-align: justify;\">Small Business Live will partner with local municipalities and provincial government departments to host venue\'s in their areas allowing local small businesses to attend and watch the broadcast between 09h00-12h00 on Wednesday 15 February 2017. The broadcast will eliminate the need for rural small businesses to travel to bigger towns and cities since they can watch the presentations in the comfort of a local venue.</p>\n<p style=\"text-align: justify;\"><strong>BOOK YOUR SEAT NOW!</strong></p>\n[/vc_column_text][vc_btn title=\"Registration\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F|||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">GROW YOUR BUSINESS TODAY!</span></h2>\n<p style=\"text-align: justify;\">By attending Small Business Live you will be empowered on how to submit effective applications for support programmes available in the market and improve the capacity of your enterprise to serve your clients more efficiently.</p>\n<p style=\"text-align: justify;\">Government\'s tendering laws are in the process of being changed and all big companies will now be forced to sub-contract with small businesses that are owned by youth, women and people living in rural areas.</p>\n<p style=\"text-align: justify;\">Companies will also be looking to build the capacity of small businesses through Supplier &amp; Enterprise Development Programmes and by attending Small Business Live, you will put yourself in the frontline of these support initiatives.</p>\n<p style=\"text-align: justify;\"><strong>BENEFIT FROM TOP ADVISE!</strong></p>\n[/vc_column_text][vc_btn title=\"Registration\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F|||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">WATCH IT LIVE AND WIN GREAT PRIZES!</span></h2>\n<p style=\"text-align: justify;\">All delegates watching the Small Business Live broadcast at any participating venue will be in line to win exciting prizes! <strong>Please Note:</strong> <em>The broadcast can only be watched at participating venue\'s. Please call us if your area is not listed.</em></p>\n<p style=\"text-align: justify;\"><strong>WIN!</strong></p>\n\n<ul style=\"text-align: justify;\">\n 	<li>An exclusive lunch with some of SA\'s top self made business icons</li>\n 	<li>Win Business Support Vouchers to grow your business</li>\n 	<li>Win web site design-vouchers to market your business</li>\n 	<li>Win Online/Digital Marketing Campaign-vouchers</li>\n 	<li>Win Mobile Data-vouchers</li>\n 	<li>Win Radio Exposure-vouchers</li>\n 	<li>Win Print Media Exposure-vouchers</li>\n</ul>\n<p style=\"text-align: justify;\"><strong>WATCH LIVE AND WIN!</strong></p>\n[/vc_column_text][vc_btn title=\"Registration\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F|||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\"][/vc_column][/vc_row][vc_row][vc_column][om_reduce_space height=\"1em\"][vc_cta h2=\"Don\'t miss this unique business support opportunity!\" h4=\"Join the discussion on the future of Small Business in South Africa!\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Interact with Our (color1)Speakers(/color1)\n\nLive via SMS, Twitter &amp; Facebook!\" uppercase=\"yes\" text_additional=\"Get a Front Row Seat and Get Empowered!\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Speakers\"][om_reduce_space height=\"1em\"][/vc_column][/vc_row][vc_row bg_type=\"gradient\" gradient_type=\"diagonal2\" bg_color=\"#676767\" bg_color2=\"#313131\" font_color=\"#ffffff\"][vc_column][om_testimonials filter=\"category\" categories=\"group-1\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"(color1)Broadcast(/color1) Schedule:\n\n(color2)09:00-12:00(/color2) \" uppercase=\"yes\" text_additional=\"Arrive early to avoid disappointment!\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Schedule\"][om_agenda description_expand=\"yes\"][om_agenda_day title=\"Small Business Live: TV Broadcast\" date=\"15 February 2017\"][om_agenda_item time=\"08:50 \" room=\" \" title=\"All delegates to be seated\"] [/om_agenda_item][om_agenda_item time=\"09:00-09:05\" room=\" \" title=\"Broadcast Commences with Opening &amp; Welcome\"] [/om_agenda_item][om_agenda_item time=\"09:05-09:20\" room=\" \" title=\"Access to Finance: First Presentation\"] .[/om_agenda_item][om_agenda_item time=\"09:20-09:35\" title=\"Access to Finance: Second Presentation\"][/om_agenda_item][om_agenda_item time=\"09:35-09:50\" title=\"Access to Finance: Third Presentation\"][/om_agenda_item][om_agenda_item time=\"09:50-10:05\" title=\"Access to Finance: Fourth Presentation\"][/om_agenda_item][om_agenda_item time=\"10:05-10:20\" title=\"Access to Finance: Fifth Presentation\"][/om_agenda_item][om_agenda_item time=\"10.20-10.30\" title=\"Delegates\' Questions &amp; Answers\"][/om_agenda_item][om_agenda_item time=\"10:30-10:50\" title=\"Networking Break\"][/om_agenda_item][om_agenda_item time=\"10:50-11:05\" title=\"Access to Finance: Sixth Presentation \"][/om_agenda_item][om_agenda_item time=\"11:05-11:20\" title=\"Access to Finance: Seventh Presentation\"][/om_agenda_item][om_agenda_item time=\"11:20-11:55\" title=\"The Best Advice Ever: Panel Discussion\"][/om_agenda_item][om_agenda_item time=\"11:55-12:00\" title=\"Broadcast Ends\"][/om_agenda_item][/om_agenda_day][om_agenda_day][/om_agenda_day][/om_agenda][vc_cta h2=\"Number of participants is limited!\" h4=\"Don\'t miss your seat!\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"2em\"][vc_custom_heading text=\"Our (color1)Sponsors(/color1) and Partners\" uppercase=\"yes\" text_additional=\"If you would like to become a Sponsoring Partner to Small Business Live, contact Gerrit on Cell. 082 496 1657 or gerrit@taranisco.co.za\" font_container=\"tag:h1|text_align:center\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','12-revision-v1','','','2016-11-14 15:34:02','2016-11-14 15:34:02','',12,'http://www.taranisco.co.za/2016/11/14/12-revision-v1/',0,'revision','',0),(648,1,'2016-11-14 16:18:53','2016-11-14 16:18:53','To download the Enterprise Development Awards\' Nomination Form, <a href=\"http://www.taranisco.co.za/wp-content/uploads/2016/11/Enterprise-Development-Awards-Nomination-Form.pdf\">Click Here</a>\r\n\r\nTo download the Enterprise Development Indaba Booking Foum, <a href=\"http://www.taranisco.co.za/wp-content/uploads/2016/11/Enterprise-Development-Indaba-Awards-Booking-Form.pdf\">Click Here</a>','Enterprise Development Awards Nomination Form','','inherit','closed','closed','','628-revision-v1','','','2016-11-14 16:18:53','2016-11-14 16:18:53','',628,'http://www.taranisco.co.za/2016/11/14/628-revision-v1/',0,'revision','',0),(649,1,'2016-11-14 20:23:47','2016-11-14 20:23:47','To download a Small Business Live-Site Hosting Booking Form: <a href=\"http://www.taranisco.co.za/wp-content/uploads/2016/11/Hosting-Invitation.pdf\">Click Here</a>','Host a Small Business Live Site','','publish','closed','closed','','host-a-small-business-live-site','','','2016-11-14 20:23:47','2016-11-14 20:23:47','',0,'http://www.taranisco.co.za/?page_id=649',0,'page','',0),(650,1,'2016-11-14 20:23:16','2016-11-14 20:23:16','','hosting-invitation','','inherit','open','closed','','hosting-invitation','','','2016-11-14 20:23:16','2016-11-14 20:23:16','',649,'http://www.taranisco.co.za/wp-content/uploads/2016/11/Hosting-Invitation.pdf',0,'attachment','application/pdf',0),(651,1,'2016-11-14 20:23:47','2016-11-14 20:23:47','To download a Small Business Live-Site Hosting Booking Form: <a href=\"http://www.taranisco.co.za/wp-content/uploads/2016/11/Hosting-Invitation.pdf\">Click Here</a>','Host a Small Business Live Site','','inherit','closed','closed','','649-revision-v1','','','2016-11-14 20:23:47','2016-11-14 20:23:47','',649,'http://www.taranisco.co.za/2016/11/14/649-revision-v1/',0,'revision','',0),(659,1,'2016-11-25 12:50:56','2016-11-25 12:50:56','<p style=\"text-align: justify;\">[vc_row][vc_column][vc_column_text]</p>\n<p style=\"text-align: justify;\">The inaugural<span style=\"color: #333399;\"><strong> <em>Enterprise Development Indaba </em></strong></span>affords both public and private sector stakeholders the opportunity to partner this auspicious occasion, which will create an interactive platform to debate the real impact of the support rendered to the country’s SMME segment.</p>\n<p style=\"text-align: justify;\">The Indaba will cover the essential issues pertaining to the challenges facing Enterprise Development and more in particular a discussion that will centre on forging closer cooperation between the respective stakeholders.</p>\n<p style=\"text-align: justify;\">The Indaba will aim to ensure that this sector of the economy indeed receive its fair share of growth opportunities through sustainable interventions leading to much needed growth in GDP coupled with the key priority economic challenges faced by the country as a whole.</p>\n<p style=\"text-align: justify;\">The first ever <strong><em>Enterprise Development Awards</em></strong> will form part of the Indaba and stakeholders will reach recognition for their unselfish passion and commitment towards the developmental needs of small businesses in general. Awards will handed out in three different categories inclusive of government, business support organisations and corporate enterprise development programmes respectively.</p>\n<p style=\"text-align: justify;\"></p>\n<p style=\"text-align: justify;\">The Indaba will be followed by the <strong><em>Small Business Live TV Broadcast</em></strong>, which will be screened countrywide at venue’s hosted by municipalities, NGO’s an support agencies as well as other government entities hosting 1000’s of small businesses to share with them as to how to go about accessing both government and private sector support programs to grow their enterprises.</p>\n<p style=\"text-align: justify;\"></p>\n<p style=\"text-align: justify;\"><strong>The Broadcast will be done from a studio based in Johannesburg and it will feature presenters showing small businesses how to access services from institutional agencies like: -</strong></p>\n<p style=\"text-align: justify;\">- Small Enterprise Development Agency (seda)</p>\n<p style=\"text-align: justify;\">- Small Enterprise Finance Agency (SEFA)</p>\n<p style=\"text-align: justify;\">- National Empowerment Fund (NEF)</p>\n<p style=\"text-align: justify;\">- Industrial Development Corporation (IDC)</p>\n<p style=\"text-align: justify;\">- National Youth Development Agency (NYDA)</p>\n<p style=\"text-align: justify;\">- Land Bank</p>\n<p style=\"text-align: justify;\">- Mafisa</p>\n<p style=\"text-align: justify;\">- Provincial agencies</p>\n<p style=\"text-align: justify;\"></p>\n<p style=\"text-align: justify;\"><strong>The following presentations will also be broadcast and are inclusive of: -</strong></p>\n<p style=\"text-align: justify;\">- DTI’s Incentives and Financial Support Schemes</p>\n<p style=\"text-align: justify;\">- Interventions from the Ministry of Small Business Development</p>\n<p style=\"text-align: justify;\">- Corporate Enterprise Development Programmes</p>\n<p style=\"text-align: justify;\">- Agency Support Services</p>\n<p style=\"text-align: justify;\">- Access to Finance</p>\n&nbsp;\n\n<span style=\"color: #333399;\"><strong>Schedule:</strong></span>\n\n<strong>14 February 2017:</strong> Enterprise Development Indaba &amp; Awards\' Dinner\n\n<strong>15 February 2017:</strong> Small Business Live (Studio Audience &amp; Site Viewing)\n\n<span style=\"color: #333399;\"><strong>Details coming soon.</strong></span>[/vc_column_text][/vc_column][/vc_row]','Enterprise Development Indaba','','inherit','closed','closed','','611-autosave-v1','','','2016-11-25 12:50:56','2016-11-25 12:50:56','',611,'http://www.taranisco.co.za/2016/11/25/611-autosave-v1/',0,'revision','',0),(653,1,'2016-11-18 07:07:05','2016-11-18 07:07:05','[vc_row][vc_column][vc_column_text]<span style=\"color: #333399;\"><strong>Schedule:</strong></span>\n\n<strong>14 February 2017:</strong> Enterprise Development Indaba &amp; Awards\' Dinner\n\n<strong>15 February 2017:</strong> Small Business Live (Studio Audience &amp; Site Viewing)\n\n<span style=\"color: #333399;\"><strong>Details coming soon.</strong></span>[/vc_column_text][/vc_column][/vc_row]','Enterprise Development Indaba','','inherit','closed','closed','','611-revision-v1','','','2016-11-18 07:07:05','2016-11-18 07:07:05','',611,'http://www.taranisco.co.za/2016/11/18/611-revision-v1/',0,'revision','',0),(654,1,'2016-11-18 07:25:50','2016-11-18 07:25:50','[vc_row][vc_column][vc_column_text]<span style=\"color: #333399;\"><strong>Watch the Small Business Live TV broadcast at your local venue!</strong></span>\n<p style=\"text-align: justify;\"><em>Small Business Live </em>will take place on Wednesday 15 February 2017 from 09h00-12h00 as an exclusive national TV broadcast, via satellite to locations across the country.</p>\n<p style=\"text-align: justify;\">The broadcast is a groundbreaking initiative aimed at presenting all of government\'s small business support programs to thousands of entrepreneurs at hundreds of venues countrywide.</p>\n<p style=\"text-align: justify;\"><em>Small Business Live</em> aims to feature \"how to presentations\" on government\'s key support programs like the Small Enterprise Development Agency (Seda); Small Enterprise Finance Agency (SEFA); National Empowerment Fund (NEF); Industrial Development Corporation (IDC); National Youth Development Agency (NYDA); Land Bank, MAFISA and corporate B-BBEE Enterprise Development Programs as well as Access to Finance from the major banks.</p>\n<p style=\"text-align: justify;\">Thousands of entrepreneurs will be hosted at venues in their local communities by municipalities, provincial economic development departments, corporates and agencies as well as independent small business support organisations.</p>\n<p style=\"text-align: justify;\">Delegates attending Small Business Live will be able to interact with the presenters via SMS, Twitter and Facebook respectively.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Host a Small Business Live Viewing Site</strong></span></p>\n<p style=\"text-align: justify;\">If you are a municipality, provincial economic development department, private or state small business support agency and would like to host a view site: <a href=\"mailto:gerrit@taranisco.co.za?subject=We%20are%20interested%20to%20host%20a%20Small%20Business%20Live%20Viewing%20Site\">Click Here</a></p>\n&nbsp;[/vc_column_text][/vc_column][/vc_row]','Watch it Live!','','inherit','closed','closed','','618-revision-v1','','','2016-11-18 07:25:50','2016-11-18 07:25:50','',618,'http://www.taranisco.co.za/2016/11/18/618-revision-v1/',0,'revision','',0),(655,1,'2016-11-18 07:26:24','2016-11-18 07:26:24','[vc_row][vc_column][vc_column_text]<span style=\"color: #333399;\"><strong>Watch the Small Business Live TV broadcast at your local venue!</strong></span>\n<p style=\"text-align: justify;\"><em>Small Business Live </em>will take place on Wednesday 15 February 2017 from 09h00-12h00 as an exclusive national TV broadcast, via satellite to locations across the country.</p>\n<p style=\"text-align: justify;\">The broadcast is a groundbreaking initiative aimed at presenting all of government\'s small business support programs to thousands of entrepreneurs at hundreds of venues countrywide.</p>\n<p style=\"text-align: justify;\"><em>Small Business Live</em> aims to feature \"how to presentations\" on government\'s key support programs like the Small Enterprise Development Agency (Seda); Small Enterprise Finance Agency (SEFA); National Empowerment Fund (NEF); Industrial Development Corporation (IDC); National Youth Development Agency (NYDA); Land Bank, MAFISA and corporate B-BBEE Enterprise Development Programs as well as Access to Finance from the major banks.</p>\n<p style=\"text-align: justify;\">Thousands of entrepreneurs will be hosted at venues in their local communities by municipalities, provincial economic development departments, corporates and agencies as well as independent small business support organisations.</p>\n<p style=\"text-align: justify;\">Delegates attending Small Business Live will be able to interact with the presenters via SMS, Twitter and Facebook respectively.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Host a Small Business Live Viewing Site</strong></span></p>\n<p style=\"text-align: justify;\">If you are a municipality, provincial economic development department, private or state small business support agency and would like to host a view ing site: <a href=\"mailto:gerrit@taranisco.co.za?subject=We%20are%20interested%20to%20host%20a%20Small%20Business%20Live%20Viewing%20Site\">Click Here</a></p>\n&nbsp;[/vc_column_text][/vc_column][/vc_row]','Watch it Live!','','inherit','closed','closed','','618-revision-v1','','','2016-11-18 07:26:24','2016-11-18 07:26:24','',618,'http://www.taranisco.co.za/2016/11/18/618-revision-v1/',0,'revision','',0),(656,1,'2016-11-18 07:29:52','2016-11-18 07:29:52','[vc_row][vc_column][vc_column_text]<span style=\"color: #333399;\"><strong>The Enterprise Development Awards</strong></span>\n\n<span style=\"color: #333399;\"><strong> Awards Schedule: </strong></span>\n\n<span style=\"color: #333399;\"><strong>– Call for Nominations:</strong></span> 1 November 2016\n<span style=\"color: #333399;\"><strong>– Closing Date:</strong> </span>Friday 23 December 2016\n<span style=\"color: #333399;\"><strong>– Short-List Announcement:</strong> </span>16 January 2016\n<span style=\"color: #333399;\"><strong>– Qualifying Period:</strong></span> 1 January - 30 November 2016\n<span style=\"color: #333399;\"><strong>– Please Note</strong>:</span> All information provided must be verifiable should the nomination become short-listed.\n<span style=\"color: #333399;\"><strong>– Awards Dinner:</strong> </span>14 February 2017\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Please Note:</strong></span>\nEach Category will award 9 x Provincial Gold Awards as well as a Grand Prix Award for the best scoring provincial winner in each of the respective categories.\n\n<span style=\"color: #333399;\"><strong>Awards Categories</strong></span>\n\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Please Note:</strong></span>\nEach Category will award 9 x Provincial Gold Awards as well as a Grand Prix Award for the best scoring provincial winner in each of the respective categories.\n\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Category A:</strong></span> Leading Non-Governmental Enterprise Development Agency Award\n<span style=\"color: #333399;\"><strong>Category B:</strong> </span>Leading Government Enterprise Development Agency Award\n<span style=\"color: #333399;\"><strong>Category C:</strong></span> Leading Enterprise Development Incubator Award\n<span style=\"color: #333399;\"><strong>Category D:</strong></span> Leading Corporate Enterprise Development Award\n<span style=\"color: #333399;\"><strong>Category E:</strong></span> Leading State Owned Enterprise Development Award\n<span style=\"color: #333399;\"><strong>Category F:</strong></span> Leading Supplier Development Program of the Year Award\n<strong><span style=\"color: #333399;\">Category G</span>:</strong> Leading Enterprise Development Event of the Year Award\n<span style=\"color: #333399;\"><strong>Category H:</strong></span> Leading Business Chamber Enterprise Development Program of the Year Award\n<span style=\"color: #333399;\"><strong>Category I:</strong></span> Leading Business Competition Award\n<span style=\"color: #333399;\"><strong>Category J:</strong> </span>Leading Enterprise Development Personality of the Year Award\n\n<p style=\"text-align: justify;\"><strong>To receive a Nomination Form:</strong> <a href=\"mailto:gerrit@taranisco.co.za?subject=Kindly%20send%20us%20an%20Enterprise%20Developement%20Awards%20Nomination%20Form.\">Click Here</a></p>\n[/vc_column_text][/vc_column][/vc_row]','Enterprise Development Awards','','inherit','closed','closed','','615-revision-v1','','','2016-11-18 07:29:52','2016-11-18 07:29:52','',615,'http://www.taranisco.co.za/2016/11/18/615-revision-v1/',0,'revision','',0),(658,1,'2016-11-20 17:38:56','2016-11-20 17:38:56','[vc_row margin_top=\"-1em\"][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">SMALL BUSINESS LIVE, TV BROADCAST TO REACH 1000\'s!</span></h2>\n<p style=\"text-align: justify;\">Be part of this groundbreaking TV Broadcast, which will be watched countrywide in a three-hour long presentation on how to successfully access small business support programmes offered by both the government and the private sector respectively.</p>\n<p style=\"text-align: justify;\">Small Business Live will partner with local municipalities and provincial government departments to host venue\'s in their areas allowing local small businesses to attend and watch the broadcast between 09h00-12h00 on Wednesday 15 February 2017. The broadcast will eliminate the need for rural small businesses to travel to bigger towns and cities since they can watch the presentations in the comfort of a local venue.</p>\n<p style=\"text-align: justify;\"><strong>BOOK YOUR SEAT NOW!</strong></p>\n[/vc_column_text][vc_btn title=\"Registration\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F|||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">GROW YOUR BUSINESS TODAY!</span></h2>\n<p style=\"text-align: justify;\">By attending Small Business Live you will be empowered on how to submit effective applications for support programmes available in the market and improve the capacity of your enterprise to serve your clients more efficiently.</p>\n<p style=\"text-align: justify;\">Government\'s tendering laws are in the process of being changed and all big companies will now be forced to sub-contract with small businesses that are owned by youth, women and people living in rural areas.</p>\n<p style=\"text-align: justify;\">Companies will also be looking to build the capacity of small businesses through Supplier &amp; Enterprise Development Programmes and by attending Small Business Live, you will put yourself in the frontline of these support initiatives.</p>\n<p style=\"text-align: justify;\"><strong>BENEFIT FROM TOP ADVISE!</strong></p>\n[/vc_column_text][vc_btn title=\"Registration\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F|||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">WATCH IT LIVE AND WIN GREAT PRIZES!</span></h2>\n<p style=\"text-align: justify;\">All delegates watching the Small Business Live broadcast at any participating venue will be in line to win exciting prizes! <strong>Please Note:</strong> <em>The broadcast can only be watched at participating venue\'s. Please call us if your area is not listed.</em></p>\n<p style=\"text-align: justify;\"><strong>WIN!</strong></p>\n\n<ul style=\"text-align: justify;\">\n 	<li>An exclusive lunch with some of SA\'s top self made business icons</li>\n 	<li>Win Business Support Vouchers to grow your business</li>\n 	<li>Win web site design-vouchers to market your business</li>\n 	<li>Win Online/Digital Marketing Campaign-vouchers</li>\n 	<li>Win Mobile Data-vouchers</li>\n 	<li>Win Radio Exposure-vouchers</li>\n 	<li>Win Print Media Exposure-vouchers</li>\n</ul>\n<p style=\"text-align: justify;\"><strong>WATCH LIVE AND WIN!</strong></p>\n[/vc_column_text][vc_btn title=\"Registration\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F|||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\"][/vc_column][/vc_row][vc_row][vc_column][om_reduce_space height=\"1em\"][vc_cta h2=\"Don\'t miss this unique business support opportunity!\" h4=\"Join the discussion on the future of Small Business in South Africa!\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Interact with Our (color1)Speakers(/color1)\n\nLive via SMS, Twitter &amp; Facebook!\" uppercase=\"yes\" text_additional=\"Get a Front Row Seat and Get Empowered!\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Speakers\"][om_reduce_space height=\"1em\"][/vc_column][/vc_row][vc_row bg_type=\"gradient\" gradient_type=\"diagonal2\" bg_color=\"#676767\" bg_color2=\"#313131\" font_color=\"#ffffff\"][vc_column][om_testimonials filter=\"category\" categories=\"group-1\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"(color1)Broadcast(/color1) Schedule:\n\n(color2)09:00-12:00(/color2) \" uppercase=\"yes\" text_additional=\"Arrive early to avoid disappointment!\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Schedule\"][om_agenda display_speakers=\"\"][om_agenda_day title=\"Small Business Live: TV Broadcast\" date=\"15 February 2017\"][om_agenda_item time=\"08:50 \" room=\" \" title=\"All delegates to be seated\"] [/om_agenda_item][om_agenda_item time=\"09:00-09:05\" room=\" \" title=\"Broadcast Commences with Opening &amp; Welcome\"] [/om_agenda_item][om_agenda_item time=\"09:05-09:20\" room=\" \" title=\"Access to Finance: First Presentation\"] .[/om_agenda_item][om_agenda_item time=\"09:20-09:35\" title=\"Access to Finance: Second Presentation\"][/om_agenda_item][om_agenda_item time=\"09:35-09:50\" title=\"Access to Finance: Third Presentation\"][/om_agenda_item][om_agenda_item time=\"09:50-10:05\" title=\"Access to Finance: Fourth Presentation\"][/om_agenda_item][om_agenda_item time=\"10:05-10:20\" title=\"Access to Finance: Fifth Presentation\"][/om_agenda_item][om_agenda_item time=\"10.20-10.30\" title=\"Delegates\' Questions &amp; Answers\"][/om_agenda_item][om_agenda_item time=\"10:30-10:50\" title=\"Networking Break\"][/om_agenda_item][om_agenda_item time=\"10:50-11:05\" title=\"Access to Finance: Sixth Presentation \"][/om_agenda_item][om_agenda_item time=\"11:05-11:20\" title=\"Access to Finance: Seventh Presentation\"][/om_agenda_item][om_agenda_item time=\"11:20-11:55\" title=\"The Best Advice Ever: Panel Discussion\"][/om_agenda_item][om_agenda_item time=\"11:55-12:00\" title=\"Broadcast Ends\"][/om_agenda_item][/om_agenda_day][om_agenda_day][/om_agenda_day][/om_agenda][vc_cta h2=\"Number of participants is limited!\" h4=\"Don\'t miss your seat!\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"2em\"][vc_custom_heading text=\"Our (color1)Sponsors(/color1) and Partners\" uppercase=\"yes\" text_additional=\"If you would like to become a Sponsoring Partner to Small Business Live, contact Gerrit on Cell. 082 496 1657 or gerrit@taranisco.co.za\" font_container=\"tag:h1|text_align:center\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','12-revision-v1','','','2016-11-20 17:38:56','2016-11-20 17:38:56','',12,'http://www.taranisco.co.za/2016/11/20/12-revision-v1/',0,'revision','',0),(660,1,'2016-11-25 12:51:48','2016-11-25 12:51:48','<p style=\"text-align: justify;\">[vc_row][vc_column][vc_column_text]</p>\r\n<p style=\"text-align: justify;\">The inaugural<span style=\"color: #333399;\"><strong> <em>Enterprise Development Indaba </em></strong></span>affords both public and private sector stakeholders the opportunity to partner this auspicious occasion, which will create an interactive platform to debate the real impact of the support rendered to the country’s SMME segment.</p>\r\n<p style=\"text-align: justify;\">The Indaba will cover the essential issues pertaining to the challenges facing Enterprise Development and more in particular a discussion that will centre on forging closer cooperation between the respective stakeholders.</p>\r\n<p style=\"text-align: justify;\">The Indaba will aim to ensure that this sector of the economy indeed receive its fair share of growth opportunities through sustainable interventions leading to much needed growth in GDP coupled with the key priority economic challenges faced by the country as a whole.</p>\r\n<p style=\"text-align: justify;\">The first ever <span style=\"color: #333399;\"><strong><em>Enterprise Development Awards</em></strong></span> will form part of the Indaba and stakeholders will reach recognition for their unselfish passion and commitment towards the developmental needs of small businesses in general. Awards will handed out in three different categories inclusive of government, business support organisations and corporate enterprise development programmes respectively.</p>\r\n<p style=\"text-align: justify;\">The Indaba will be followed by the <span style=\"color: #333399;\"><strong><em>Small Business Live TV Broadcast</em></strong>,</span> which will be screened countrywide at venue’s hosted by municipalities, NGO’s an support agencies as well as other government entities hosting 1000’s of small businesses to share with them as to how to go about accessing both government and private sector support programs to grow their enterprises.</p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong> Schedule:</strong></span></p>\r\n<strong>14 February 2017:</strong> Enterprise Development Indaba &amp; Awards\' Dinner\r\n\r\n<strong>15 February 2017:</strong> Small Business Live (Studio Audience &amp; Site Viewing)\r\n\r\n<span style=\"color: #333399;\"><strong>Details coming soon.</strong></span>[/vc_column_text][/vc_column][/vc_row]','Enterprise Development Indaba','','inherit','closed','closed','','611-revision-v1','','','2016-11-25 12:51:48','2016-11-25 12:51:48','',611,'http://www.taranisco.co.za/2016/11/25/611-revision-v1/',0,'revision','',0),(661,1,'2016-11-25 12:52:22','2016-11-25 12:52:22','<p style=\"text-align: justify;\">[vc_row][vc_column][vc_column_text]</p>\r\n<p style=\"text-align: justify;\">The inaugural<span style=\"color: #333399;\"><strong> <em>Enterprise Development Indaba </em></strong></span>affords both public and private sector stakeholders the opportunity to partner this auspicious occasion, which will create an interactive platform to debate the real impact of the support rendered to the country’s SMME segment.</p>\r\n<p style=\"text-align: justify;\">The Indaba will cover the essential issues pertaining to the challenges facing Enterprise Development and more in particular a discussion that will centre on forging closer cooperation between the respective stakeholders.</p>\r\n<p style=\"text-align: justify;\">The Indaba will aim to ensure that this sector of the economy indeed receive its fair share of growth opportunities through sustainable interventions leading to much needed growth in GDP coupled with the key priority economic challenges faced by the country as a whole.</p>\r\n<p style=\"text-align: justify;\">The first ever <span style=\"color: #333399;\"><strong><em>Enterprise Development Awards</em></strong></span> will form part of the Indaba and stakeholders will reach recognition for their unselfish passion and commitment towards the developmental needs of small businesses in general. Awards will handed out in three different categories inclusive of government, business support organisations and corporate enterprise development programmes respectively.</p>\r\n<p style=\"text-align: justify;\">The Indaba will be followed by the <span style=\"color: #333399;\"><strong><em>Small Business Live TV Broadcast</em></strong>,</span> which will be screened countrywide at venue’s hosted by municipalities, NGO’s an support agencies as well as other government entities hosting 1000’s of small businesses to share with them as to how to go about accessing both government and private sector support programs to grow their enterprises.</p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong> Schedule:</strong></span></p>\r\n<strong>14 February 2017:</strong> Enterprise Development Indaba &amp; Awards\' Dinner\r\n\r\n<strong>15 February 2017:</strong> Small Business Live (Studio Audience &amp; Site Viewing)\r\n\r\n<span style=\"color: #333399;\"><strong>Further Details coming soon.</strong></span>[/vc_column_text][/vc_column][/vc_row]','Enterprise Development Indaba','','inherit','closed','closed','','611-revision-v1','','','2016-11-25 12:52:22','2016-11-25 12:52:22','',611,'http://www.taranisco.co.za/2016/11/25/611-revision-v1/',0,'revision','',0),(662,1,'2016-11-25 12:57:18','2016-11-25 12:57:18','[vc_row][vc_column][vc_column_text]\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>About us</strong></span></p>\n<p style=\"text-align: justify;\">TaranisCo Advisory CC is South Africa\'s leading training provider on How to Tender for Government Contracts. To date we\'ve trained 1000\'s of businesses on the subject matter and we are widely consulted by some of SA\'s biggest companies that are doing business with government.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Some of our Blue Chip Clients</strong></span></p>\n<p style=\"text-align: justify;\">Dimension Data | Bytes Technology Group | Tourvest | Bidvest Steiner |  Aveng Africa | EOH | Siemens | Protea Coin | EsorFranki |  Mintek | APSO | Telkom | Johnson &amp; Johnson |   Fleetmatics VMS-Imperial |  Durban Playhouse Co. | Consulting Engineers SA-CESA |  Export Credit Insurance Corporation-ECIC | Sebata | SAICA – The Hope Factory | StorTech | Red Alert Security Group | Pragma Holdings | Ottobock | Genesis Healthcare Systems | Lebone Litho Printers | First Technology |   CBI Electric African Cables | Smith &amp; Nephew and many more…</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Workshop Outline:</strong></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Key Principles of Tendering Seminar: (Submitting Compliant Bids)</strong></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Background:</strong> <strong>Designed for both SMME’s and Large Enterprises</strong></span></p>\n<p style=\"text-align: justify;\">The workshop focuses on how tenders are issued by government departments, how suppliers should compile and submit their bids. It also shares with delegates on how tenders are evaluated and awarded to the successful bidder.</p>\n<p style=\"text-align: justify;\">Delegates to the workshop will learn how to effectively complete “Responsive and Acceptable Bid- Documents”.</p>\n<p style=\"text-align: justify;\">Classroom exercises will show delegates how tenders are scored, giving them an insight on what takes place during the evaluation and adjudication stages of the tendering process.</p>\n<p style=\"text-align: justify;\">Suppliers are also advised on how to claim incentive points under the Preferential Point Systems applicable to all tenders.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Key Points covered in the Workshop: A Simplistic Approach to Submit Winning Tenders.</strong></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Tender Regulations: How you Must Comply with the Process</strong></span></p>\n<p style=\"text-align: justify;\">- The different types of procurement processes i.e. Open vs. Closed Tenders.</p>\n<p style=\"text-align: justify;\">- Submitting Responsive Bids, Valid Bids and how to avoid submitting invalid Bids.</p>\n<p style=\"text-align: justify;\">- The differences between Request for Quotations (Purchases) and Tenders</p>\n<p style=\"text-align: justify;\">- The three main Committees in the Tendering Process and their roles.</p>\n<p style=\"text-align: justify;\">- Goals of Government Tendering and how it supports the 5 x Pillars of Procurement.</p>\n<p style=\"text-align: justify;\">- Basic pieces of Legislation regulating tendering. What are your rights!</p>\n<p style=\"text-align: justify;\">- Submitting Alternative Bids and Offers.</p>\n<p style=\"text-align: justify;\">- Unsolicited Bids: How to submit bids without following the normal tendering procedures</p>\n<p style=\"text-align: justify;\">- How to respond to a tender based on the Two Envelope System</p>\n<p style=\"text-align: justify;\">- Prohibitions: Who is allowed to tender? Defaulters &amp; Restricted Suppliers.</p>\n<p style=\"text-align: justify;\">- How to claim incentive points under the 90-10 / 80-20 Point Systems, respectively.</p>\n<p style=\"text-align: justify;\">- How to claim your Preference Points? (single supplier, joint ventures and sub-contracting.)</p>\n<p style=\"text-align: justify;\">- What are Firm &amp; Non-Firm Prices and how does it affect your tender?</p>\n<p style=\"text-align: justify;\">- Tax Clearance Certificates and other compliances as attachments to the bid-document.</p>\n<p style=\"text-align: justify;\">- Key Principles of the PPPFA regulations of 2011: Focusing on the Key Chapters &amp; Regulations including its Purpose and Applicability in relation to BBBEE Certificates for incl. JV’s &amp; Consortiums;</p>\n<p style=\"text-align: justify;\">Invitation of Bids: Functionality, Local Production &amp; Content, Evaluation of Bids; Sub-Contracting; Evaluation of bids based on functionality as a Criterion; Optimising the Suppliers Preference Points’ Profile for Tender-Evaluation; Evaluation of Bids based on a Stipulated Minimum Threshold for Local Production &amp; Content; Preference Point Systems, Evaluation of Bids that Scored equal points, Cancellation and Re-invitation of Bids; Awards of Contracts; Remedies to the state; Transitional Arrangements; etc.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Compiling the Tender: How to Complete Your Tender with full Compliance.</strong></span></p>\n<p style=\"text-align: justify;\">- Feedback &amp; Assessment on Tendering Exercise</p>\n<p style=\"text-align: justify;\">- Tender-Evaluation Exercises: - (How does government score your tender)</p>\n<p style=\"text-align: justify;\">- How to Optimise your BBBEE Scorecard for Tendering Points</p>\n<p style=\"text-align: justify;\">- The Do’s and Don’ts of Tendering</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>For further details contact: Gerrit Davids | Lead Consultant</strong></span></p>\n\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>TaranisCo Advisory CC</strong></span>\nWebsite: <a href=\"http://www.taranis.co.za\">www.taranis.co.za</a>\n\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Tel.</strong></span> 011-026 4891\n<span style=\"color: #333399;\"><strong>Fax.</strong></span> 086 698 7882\n<span style=\"color: #333399;\"><strong>Cell.</strong></span> +27 (0)82 496 1657\n<span style=\"color: #333399;\"><strong>Email:</strong></span> <a href=\"mailto:gerrit@taranisco.co.za\">gerrit@taranisco.co.za</a>\n\n&nbsp;[/vc_column_text][/vc_column][/vc_row]','Tendering Workshops','','inherit','closed','closed','','584-revision-v1','','','2016-11-25 12:57:18','2016-11-25 12:57:18','',584,'http://www.taranisco.co.za/2016/11/25/584-revision-v1/',0,'revision','',0),(663,1,'2016-11-25 12:58:20','2016-11-25 12:58:20','[vc_row][vc_column][vc_column_text]\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>About us</strong></span></p>\n<p style=\"text-align: justify;\">TaranisCo Advisory CC is South Africa\'s leading training provider on How to Tender for Government Contracts. To date we\'ve trained 1000\'s of businesses on the subject matter and we are widely consulted by some of SA\'s biggest companies that are doing business with government.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Some of our Blue Chip Clients</strong></span></p>\n<p style=\"text-align: justify;\">Dimension Data | Bytes Technology Group | Tourvest | Bidvest Steiner |  Aveng Africa | EOH | Siemens | Protea Coin | EsorFranki | Mintek | APSO | Telkom | Johnson &amp; Johnson |   Fleetmatics VMS-Imperial |  Durban Playhouse Co. | Consulting Engineers SA-CESA |  Export Credit Insurance Corporation-ECIC | Sebata | SAICA – The Hope Factory | StorTech | Red Alert Security Group | Pragma Holdings | Ottobock | Genesis Healthcare Systems | Lebone Litho Printers | First Technology |   CBI Electric African Cables | Smith &amp; Nephew and many more…</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Workshop Outline:</strong></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Key Principles of Tendering Seminar: (Submitting Compliant Bids)</strong></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Background:</strong> <strong>Designed for both SMME’s and Large Enterprises</strong></span></p>\n<p style=\"text-align: justify;\">The workshop focuses on how tenders are issued by government departments, how suppliers should compile and submit their bids. It also shares with delegates on how tenders are evaluated and awarded to the successful bidder.</p>\n<p style=\"text-align: justify;\">Delegates to the workshop will learn how to effectively complete “Responsive and Acceptable Bid- Documents”.</p>\n<p style=\"text-align: justify;\">Classroom exercises will show delegates how tenders are scored, giving them an insight on what takes place during the evaluation and adjudication stages of the tendering process.</p>\n<p style=\"text-align: justify;\">Suppliers are also advised on how to claim incentive points under the Preferential Point Systems applicable to all tenders.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Key Points covered in the Workshop: A Simplistic Approach to Submit Winning Tenders.</strong></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Tender Regulations: How you Must Comply with the Process</strong></span></p>\n<p style=\"text-align: justify;\">- The different types of procurement processes i.e. Open vs. Closed Tenders.</p>\n<p style=\"text-align: justify;\">- Submitting Responsive Bids, Valid Bids and how to avoid submitting invalid Bids.</p>\n<p style=\"text-align: justify;\">- The differences between Request for Quotations (Purchases) and Tenders</p>\n<p style=\"text-align: justify;\">- The three main Committees in the Tendering Process and their roles.</p>\n<p style=\"text-align: justify;\">- Goals of Government Tendering and how it supports the 5 x Pillars of Procurement.</p>\n<p style=\"text-align: justify;\">- Basic pieces of Legislation regulating tendering. What are your rights!</p>\n<p style=\"text-align: justify;\">- Submitting Alternative Bids and Offers.</p>\n<p style=\"text-align: justify;\">- Unsolicited Bids: How to submit bids without following the normal tendering procedures</p>\n<p style=\"text-align: justify;\">- How to respond to a tender based on the Two Envelope System</p>\n<p style=\"text-align: justify;\">- Prohibitions: Who is allowed to tender? Defaulters &amp; Restricted Suppliers.</p>\n<p style=\"text-align: justify;\">- How to claim incentive points under the 90-10 / 80-20 Point Systems, respectively.</p>\n<p style=\"text-align: justify;\">- How to claim your Preference Points? (single supplier, joint ventures and sub-contracting.)</p>\n<p style=\"text-align: justify;\">- What are Firm &amp; Non-Firm Prices and how does it affect your tender?</p>\n<p style=\"text-align: justify;\">- Tax Clearance Certificates and other compliances as attachments to the bid-document.</p>\n<p style=\"text-align: justify;\">- Key Principles of the PPPFA regulations of 2011: Focusing on the Key Chapters &amp; Regulations including its Purpose and Applicability in relation to BBBEE Certificates for incl. JV’s &amp; Consortiums;</p>\n<p style=\"text-align: justify;\">Invitation of Bids: Functionality, Local Production &amp; Content, Evaluation of Bids; Sub-Contracting; Evaluation of bids based on functionality as a Criterion; Optimising the Suppliers Preference Points’ Profile for Tender-Evaluation; Evaluation of Bids based on a Stipulated Minimum Threshold for Local Production &amp; Content; Preference Point Systems, Evaluation of Bids that Scored equal points, Cancellation and Re-invitation of Bids; Awards of Contracts; Remedies to the state; Transitional Arrangements; etc.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Compiling the Tender: How to Complete Your Tender with full Compliance.</strong></span></p>\n<p style=\"text-align: justify;\">- Feedback &amp; Assessment on Tendering Exercise</p>\n<p style=\"text-align: justify;\">- Tender-Evaluation Exercises: - (How does government score your tender)</p>\n<p style=\"text-align: justify;\">- How to Optimise your BBBEE Scorecard for Tendering Points</p>\n<p style=\"text-align: justify;\">- The Do’s and Don’ts of Tendering</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>For further details contact: Gerrit Davids | Lead Consultant</strong></span></p>\n\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>TaranisCo Advisory CC</strong></span>\nWebsite: <a href=\"http://www.taranis.co.za\">www.taranis.co.za</a>\n\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Tel.</strong></span> 011-026 4891\n<span style=\"color: #333399;\"><strong>Fax.</strong></span> 086 698 7882\n<span style=\"color: #333399;\"><strong>Cell.</strong></span> +27 (0)82 496 1657\n<span style=\"color: #333399;\"><strong>Email:</strong></span> <a href=\"mailto:gerrit@taranisco.co.za\">gerrit@taranisco.co.za</a>\n\n&nbsp;[/vc_column_text][/vc_column][/vc_row]','Tendering Workshops','','inherit','closed','closed','','584-revision-v1','','','2016-11-25 12:58:20','2016-11-25 12:58:20','',584,'http://www.taranisco.co.za/2016/11/25/584-revision-v1/',0,'revision','',0),(664,1,'2016-11-25 12:58:36','2016-11-25 12:58:36','[vc_row][vc_column][vc_column_text]\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>About us</strong></span></p>\n<p style=\"text-align: justify;\">TaranisCo Advisory CC is South Africa\'s leading training provider on How to Tender for Government Contracts. To date we\'ve trained 1000\'s of businesses on the subject matter and we are widely consulted by some of SA\'s biggest companies that are doing business with government.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Some of our Blue Chip Clients</strong></span></p>\n<p style=\"text-align: justify;\">Dimension Data | Bytes Technology Group | Tourvest | Bidvest Steiner |  Aveng Africa | EOH | Siemens | Protea Coin | EsorFranki | Mintek | APSO | Telkom | Johnson &amp; Johnson |   Fleetmatics VMS-Imperial |  Durban Playhouse Co. | Consulting Engineers SA-CESA | Export Credit Insurance Corporation-ECIC | Sebata | SAICA – The Hope Factory | StorTech | Red Alert Security Group | Pragma Holdings | Ottobock | Genesis Healthcare Systems | Lebone Litho Printers | First Technology |   CBI Electric African Cables | Smith &amp; Nephew and many more…</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Workshop Outline:</strong></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Key Principles of Tendering Seminar: (Submitting Compliant Bids)</strong></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Background:</strong> <strong>Designed for both SMME’s and Large Enterprises</strong></span></p>\n<p style=\"text-align: justify;\">The workshop focuses on how tenders are issued by government departments, how suppliers should compile and submit their bids. It also shares with delegates on how tenders are evaluated and awarded to the successful bidder.</p>\n<p style=\"text-align: justify;\">Delegates to the workshop will learn how to effectively complete “Responsive and Acceptable Bid- Documents”.</p>\n<p style=\"text-align: justify;\">Classroom exercises will show delegates how tenders are scored, giving them an insight on what takes place during the evaluation and adjudication stages of the tendering process.</p>\n<p style=\"text-align: justify;\">Suppliers are also advised on how to claim incentive points under the Preferential Point Systems applicable to all tenders.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Key Points covered in the Workshop: A Simplistic Approach to Submit Winning Tenders.</strong></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Tender Regulations: How you Must Comply with the Process</strong></span></p>\n<p style=\"text-align: justify;\">- The different types of procurement processes i.e. Open vs. Closed Tenders.</p>\n<p style=\"text-align: justify;\">- Submitting Responsive Bids, Valid Bids and how to avoid submitting invalid Bids.</p>\n<p style=\"text-align: justify;\">- The differences between Request for Quotations (Purchases) and Tenders</p>\n<p style=\"text-align: justify;\">- The three main Committees in the Tendering Process and their roles.</p>\n<p style=\"text-align: justify;\">- Goals of Government Tendering and how it supports the 5 x Pillars of Procurement.</p>\n<p style=\"text-align: justify;\">- Basic pieces of Legislation regulating tendering. What are your rights!</p>\n<p style=\"text-align: justify;\">- Submitting Alternative Bids and Offers.</p>\n<p style=\"text-align: justify;\">- Unsolicited Bids: How to submit bids without following the normal tendering procedures</p>\n<p style=\"text-align: justify;\">- How to respond to a tender based on the Two Envelope System</p>\n<p style=\"text-align: justify;\">- Prohibitions: Who is allowed to tender? Defaulters &amp; Restricted Suppliers.</p>\n<p style=\"text-align: justify;\">- How to claim incentive points under the 90-10 / 80-20 Point Systems, respectively.</p>\n<p style=\"text-align: justify;\">- How to claim your Preference Points? (single supplier, joint ventures and sub-contracting.)</p>\n<p style=\"text-align: justify;\">- What are Firm &amp; Non-Firm Prices and how does it affect your tender?</p>\n<p style=\"text-align: justify;\">- Tax Clearance Certificates and other compliances as attachments to the bid-document.</p>\n<p style=\"text-align: justify;\">- Key Principles of the PPPFA regulations of 2011: Focusing on the Key Chapters &amp; Regulations including its Purpose and Applicability in relation to BBBEE Certificates for incl. JV’s &amp; Consortiums;</p>\n<p style=\"text-align: justify;\">Invitation of Bids: Functionality, Local Production &amp; Content, Evaluation of Bids; Sub-Contracting; Evaluation of bids based on functionality as a Criterion; Optimising the Suppliers Preference Points’ Profile for Tender-Evaluation; Evaluation of Bids based on a Stipulated Minimum Threshold for Local Production &amp; Content; Preference Point Systems, Evaluation of Bids that Scored equal points, Cancellation and Re-invitation of Bids; Awards of Contracts; Remedies to the state; Transitional Arrangements; etc.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Compiling the Tender: How to Complete Your Tender with full Compliance.</strong></span></p>\n<p style=\"text-align: justify;\">- Feedback &amp; Assessment on Tendering Exercise</p>\n<p style=\"text-align: justify;\">- Tender-Evaluation Exercises: - (How does government score your tender)</p>\n<p style=\"text-align: justify;\">- How to Optimise your BBBEE Scorecard for Tendering Points</p>\n<p style=\"text-align: justify;\">- The Do’s and Don’ts of Tendering</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>For further details contact: Gerrit Davids | Lead Consultant</strong></span></p>\n\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>TaranisCo Advisory CC</strong></span>\nWebsite: <a href=\"http://www.taranis.co.za\">www.taranis.co.za</a>\n\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Tel.</strong></span> 011-026 4891\n<span style=\"color: #333399;\"><strong>Fax.</strong></span> 086 698 7882\n<span style=\"color: #333399;\"><strong>Cell.</strong></span> +27 (0)82 496 1657\n<span style=\"color: #333399;\"><strong>Email:</strong></span> <a href=\"mailto:gerrit@taranisco.co.za\">gerrit@taranisco.co.za</a>\n\n&nbsp;[/vc_column_text][/vc_column][/vc_row]','Tendering Workshops','','inherit','closed','closed','','584-revision-v1','','','2016-11-25 12:58:36','2016-11-25 12:58:36','',584,'http://www.taranisco.co.za/2016/11/25/584-revision-v1/',0,'revision','',0),(665,1,'2016-11-25 13:29:27','2016-11-25 13:29:27','[vc_row][vc_column][vc_column_text]\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>About us</strong></span></p>\n<p style=\"text-align: justify;\">TaranisCo Advisory CC is South Africa\'s leading training provider on How to Tender for Government Contracts. To date we\'ve trained 1000\'s of businesses on the subject matter and we are widely consulted by some of SA\'s biggest companies that are doing business with government.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Some of our Blue Chip Clients</strong></span></p>\n<p style=\"text-align: justify;\">Dimension Data | Bytes Technology Group | Tourvest | Bidvest Steiner |  Aveng Africa | EOH | Siemens | Protea Coin | EsorFranki |  Mintek | APSO | Telkom | Johnson &amp; Johnson |   Fleetmatics VMS-Imperial |  Durban Playhouse Co. | Consulting Engineers SA-CESA |  Export Credit Insurance Corporation-ECIC | Sebata | SAICA – The Hope Factory | StorTech | Red Alert Security Group | Pragma Holdings | Ottobock | Genesis Healthcare Systems | Lebone Litho Printers | First Technology |   CBI Electric African Cables | Smith &amp; Nephew and many more…To view more go to <a href=\"http://www.taranis.co.za\">www.taranis.co.za</a></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Workshop Outline:</strong></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Key Principles of Tendering Seminar: (Submitting Compliant Bids)</strong></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Background:</strong> <strong>Designed for both SMME’s and Large Enterprises</strong></span></p>\n<p style=\"text-align: justify;\">The workshop focuses on how tenders are issued by government departments, how suppliers should compile and submit their bids. It also shares with delegates on how tenders are evaluated and awarded to the successful bidder.</p>\n<p style=\"text-align: justify;\">Delegates to the workshop will learn how to effectively complete “Responsive and Acceptable Bid- Documents”.</p>\n<p style=\"text-align: justify;\">Classroom exercises will show delegates how tenders are scored, giving them an insight on what takes place during the evaluation and adjudication stages of the tendering process.</p>\n<p style=\"text-align: justify;\">Suppliers are also advised on how to claim incentive points under the Preferential Point Systems applicable to all tenders.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Key Points covered in the Workshop: A Simplistic Approach to Submit Winning Tenders.</strong></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Tender Regulations: How you Must Comply with the Process</strong></span></p>\n<p style=\"text-align: justify;\">- The different types of procurement processes i.e. Open vs. Closed Tenders.</p>\n<p style=\"text-align: justify;\">- Submitting Responsive Bids, Valid Bids and how to avoid submitting invalid Bids.</p>\n<p style=\"text-align: justify;\">- The differences between Request for Quotations (Purchases) and Tenders</p>\n<p style=\"text-align: justify;\">- The three main Committees in the Tendering Process and their roles.</p>\n<p style=\"text-align: justify;\">- Goals of Government Tendering and how it supports the 5 x Pillars of Procurement.</p>\n<p style=\"text-align: justify;\">- Basic pieces of Legislation regulating tendering. What are your rights!</p>\n<p style=\"text-align: justify;\">- Submitting Alternative Bids and Offers.</p>\n<p style=\"text-align: justify;\">- Unsolicited Bids: How to submit bids without following the normal tendering procedures</p>\n<p style=\"text-align: justify;\">- How to respond to a tender based on the Two Envelope System</p>\n<p style=\"text-align: justify;\">- Prohibitions: Who is allowed to tender? Defaulters &amp; Restricted Suppliers.</p>\n<p style=\"text-align: justify;\">- How to claim incentive points under the 90-10 / 80-20 Point Systems, respectively.</p>\n<p style=\"text-align: justify;\">- How to claim your Preference Points? (single supplier, joint ventures and sub-contracting.)</p>\n<p style=\"text-align: justify;\">- What are Firm &amp; Non-Firm Prices and how does it affect your tender?</p>\n<p style=\"text-align: justify;\">- Tax Clearance Certificates and other compliances as attachments to the bid-document.</p>\n<p style=\"text-align: justify;\">- Key Principles of the PPPFA regulations of 2011: Focusing on the Key Chapters &amp; Regulations including its Purpose and Applicability in relation to BBBEE Certificates for incl. JV’s &amp; Consortiums;</p>\n<p style=\"text-align: justify;\">Invitation of Bids: Functionality, Local Production &amp; Content, Evaluation of Bids; Sub-Contracting; Evaluation of bids based on functionality as a Criterion; Optimising the Suppliers Preference Points’ Profile for Tender-Evaluation; Evaluation of Bids based on a Stipulated Minimum Threshold for Local Production &amp; Content; Preference Point Systems, Evaluation of Bids that Scored equal points, Cancellation and Re-invitation of Bids; Awards of Contracts; Remedies to the state; Transitional Arrangements; etc.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Compiling the Tender: How to Complete Your Tender with full Compliance.</strong></span></p>\n<p style=\"text-align: justify;\">- Feedback &amp; Assessment on Tendering Exercise</p>\n<p style=\"text-align: justify;\">- Tender-Evaluation Exercises: - (How does government score your tender)</p>\n<p style=\"text-align: justify;\">- How to Optimise your BBBEE Scorecard for Tendering Points</p>\n<p style=\"text-align: justify;\">- The Do’s and Don’ts of Tendering</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>For further details contact: Gerrit Davids | Lead Consultant</strong></span></p>\n\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>TaranisCo Advisory CC</strong></span>\nWebsite: <a href=\"http://www.taranis.co.za\">www.taranis.co.za</a>\n\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Tel.</strong></span> 011-026 4891\n<span style=\"color: #333399;\"><strong>Fax.</strong></span> 086 698 7882\n<span style=\"color: #333399;\"><strong>Cell.</strong></span> +27 (0)82 496 1657\n<span style=\"color: #333399;\"><strong>Email:</strong></span> <a href=\"mailto:gerrit@taranisco.co.za\">gerrit@taranisco.co.za</a>\n\n&nbsp;[/vc_column_text][/vc_column][/vc_row]','Tendering Workshops','','inherit','closed','closed','','584-revision-v1','','','2016-11-25 13:29:27','2016-11-25 13:29:27','',584,'http://www.taranisco.co.za/2016/11/25/584-revision-v1/',0,'revision','',0),(667,1,'2016-11-25 13:42:09','2016-11-25 13:42:09','[vc_row][vc_column][vc_column_text]\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>About us</strong></span></p>\n<p style=\"text-align: justify;\">TaranisCo Advisory CC is South Africa\'s leading training provider on How to Tender for Government Contracts. To date we\'ve trained 1000\'s of businesses on the subject matter and we are widely consulted by some of SA\'s biggest companies that are doing business with government.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Some of our Blue Chip Clients</strong></span></p>\n<p style=\"text-align: justify;\">Dimension Data | Bytes Technology Group | Tourvest | Bidvest Steiner |  Aveng Africa | EOH | Siemens | Protea Coin | EsorFranki | Mintek | APSO | Telkom | Johnson &amp; Johnson |   Fleetmatics VMS-Imperial |  Durban Playhouse Co. | Consulting Engineers SA-CESA | Export Credit Insurance Corporation-ECIC | Sebata | SAICA – The Hope Factory | StorTech | Red Alert Security Group | Pragma Holdings | Ottobock | Genesis Healthcare Systems | Lebone Litho Printers | First Technology |   CBI Electric African Cables | Smith &amp; Nephew and many more…</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Workshop Outline:</strong></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Key Principles of Tendering Seminar: (Submitting Compliant Bids)</strong></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Background:</strong> <strong>Designed for both SMME’s and Large Enterprises</strong></span></p>\n<p style=\"text-align: justify;\">The workshop focuses on how tenders are issued by government departments, how suppliers should compile and submit their bids. It also shares with delegates on how tenders are evaluated and awarded to the successful bidder.</p>\n<p style=\"text-align: justify;\">Delegates to the workshop will learn how to effectively complete “Responsive and Acceptable Bid- Documents”.</p>\n<p style=\"text-align: justify;\">Classroom exercises will show delegates how tenders are scored, giving them an insight on what takes place during the evaluation and adjudication stages of the tendering process.</p>\n<p style=\"text-align: justify;\">Suppliers are also advised on how to claim incentive points under the Preferential Point Systems applicable to all tenders.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Key Points covered in the Workshop: A Simplistic Approach to Submit Winning Tenders.</strong></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Tender Regulations: How you Must Comply with the Process</strong></span></p>\n<p style=\"text-align: justify;\">- The different types of procurement processes i.e. Open vs. Closed Tenders.</p>\n<p style=\"text-align: justify;\">- Submitting Responsive Bids, Valid Bids and how to avoid submitting invalid Bids.</p>\n<p style=\"text-align: justify;\">- The differences between Request for Quotations (Purchases) and Tenders</p>\n<p style=\"text-align: justify;\">- The three main Committees in the Tendering Process and their roles.</p>\n<p style=\"text-align: justify;\">- Goals of Government Tendering and how it supports the 5 x Pillars of Procurement.</p>\n<p style=\"text-align: justify;\">- Basic pieces of Legislation regulating tendering. What are your rights!</p>\n<p style=\"text-align: justify;\">- Submitting Alternative Bids and Offers.</p>\n<p style=\"text-align: justify;\">- Unsolicited Bids: How to submit bids without following the normal tendering procedures</p>\n<p style=\"text-align: justify;\">- How to respond to a tender based on the Two Envelope System</p>\n<p style=\"text-align: justify;\">- Prohibitions: Who is allowed to tender? Defaulters &amp; Restricted Suppliers.</p>\n<p style=\"text-align: justify;\">- How to claim incentive points under the 90-10 / 80-20 Point Systems, respectively.</p>\n<p style=\"text-align: justify;\">- How to claim your Preference Points? (single supplier, joint ventures and sub-contracting.)</p>\n<p style=\"text-align: justify;\">- What are Firm &amp; Non-Firm Prices and how does it affect your tender?</p>\n<p style=\"text-align: justify;\">- Tax Clearance Certificates and other compliances as attachments to the bid-document.</p>\n<p style=\"text-align: justify;\">- Key Principles of the PPPFA regulations of 2011: Focusing on the Key Chapters &amp; Regulations including its Purpose and Applicability in relation to BBBEE Certificates for incl. JV’s &amp; Consortiums;</p>\n<p style=\"text-align: justify;\">Invitation of Bids: Functionality, Local Production &amp; Content, Evaluation of Bids; Sub-Contracting; Evaluation of bids based on functionality as a Criterion; Optimising the Suppliers Preference Points’ Profile for Tender-Evaluation; Evaluation of Bids based on a Stipulated Minimum Threshold for Local Production &amp; Content; Preference Point Systems, Evaluation of Bids that Scored equal points, Cancellation and Re-invitation of Bids; Awards of Contracts; Remedies to the state; Transitional Arrangements; etc.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Compiling the Tender: How to Complete Your Tender with full Compliance.</strong></span></p>\n<p style=\"text-align: justify;\">- Feedback &amp; Assessment on Tendering Exercise</p>\n<p style=\"text-align: justify;\">- Tender-Evaluation Exercises: - (How does government score your tender)</p>\n<p style=\"text-align: justify;\">- How to Optimise your BBBEE Scorecard for Tendering Points</p>\n<p style=\"text-align: justify;\">- The Do’s and Don’ts of Tendering</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>For further details contact: Gerrit Davids | Lead Consultant</strong></span></p>\n\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>TaranisCo Advisory CC</strong></span>\nWebsite: <a href=\"http://www.taranis.co.za\">www.taranis.co.za</a>\n\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Tel.</strong></span> 011-026 4891\n<span style=\"color: #333399;\"><strong>Fax.</strong></span> 086 698 7882\n<span style=\"color: #333399;\"><strong>Cell.</strong></span> +27 (0)82 496 1657\n<span style=\"color: #333399;\"><strong>Email:</strong></span> <a href=\"mailto:gerrit@taranisco.co.za\">gerrit@taranisco.co.za</a>\n\n&nbsp;[/vc_column_text][/vc_column][/vc_row]','Tendering Workshops','','inherit','closed','closed','','584-revision-v1','','','2016-11-25 13:42:09','2016-11-25 13:42:09','',584,'http://www.taranisco.co.za/2016/11/25/584-revision-v1/',0,'revision','',0),(666,1,'2016-11-25 13:30:10','2016-11-25 13:30:10','[vc_row][vc_column][vc_column_text]\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>About us</strong></span></p>\n<p style=\"text-align: justify;\">TaranisCo Advisory CC is South Africa\'s leading training provider on How to Tender for Government Contracts. To date we\'ve trained 1000\'s of businesses on the subject matter and we are widely consulted by some of SA\'s biggest companies that are doing business with government.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Some of our Blue Chip Clients</strong></span></p>\n<p style=\"text-align: justify;\">Dimension Data | Bytes Technology Group | Tourvest | Bidvest Steiner |  Aveng Africa | EOH | Siemens | Protea Coin | EsorFranki |  Mintek | APSO | Telkom | Johnson &amp; Johnson |   Fleetmatics VMS-Imperial |  Durban Playhouse Co. | Consulting Engineers SA-CESA |  Export Credit Insurance Corporation-ECIC | Sebata | SAICA – The Hope Factory | StorTech | Red Alert Security Group | Pragma Holdings | Ottobock | Genesis Healthcare Systems | Lebone Litho Printers | First Technology |   CBI Electric African Cables | Smith &amp; Nephew and many more…<strong>To view more go to</strong> <a href=\"http://www.taranis.co.za\">www.taranis.co.za</a></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Workshop Outline:</strong></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Key Principles of Tendering Seminar: (Submitting Compliant Bids)</strong></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Background:</strong> <strong>Designed for both SMME’s and Large Enterprises</strong></span></p>\n<p style=\"text-align: justify;\">The workshop focuses on how tenders are issued by government departments, how suppliers should compile and submit their bids. It also shares with delegates on how tenders are evaluated and awarded to the successful bidder.</p>\n<p style=\"text-align: justify;\">Delegates to the workshop will learn how to effectively complete “Responsive and Acceptable Bid- Documents”.</p>\n<p style=\"text-align: justify;\">Classroom exercises will show delegates how tenders are scored, giving them an insight on what takes place during the evaluation and adjudication stages of the tendering process.</p>\n<p style=\"text-align: justify;\">Suppliers are also advised on how to claim incentive points under the Preferential Point Systems applicable to all tenders.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Key Points covered in the Workshop: A Simplistic Approach to Submit Winning Tenders.</strong></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Tender Regulations: How you Must Comply with the Process</strong></span></p>\n<p style=\"text-align: justify;\">- The different types of procurement processes i.e. Open vs. Closed Tenders.</p>\n<p style=\"text-align: justify;\">- Submitting Responsive Bids, Valid Bids and how to avoid submitting invalid Bids.</p>\n<p style=\"text-align: justify;\">- The differences between Request for Quotations (Purchases) and Tenders</p>\n<p style=\"text-align: justify;\">- The three main Committees in the Tendering Process and their roles.</p>\n<p style=\"text-align: justify;\">- Goals of Government Tendering and how it supports the 5 x Pillars of Procurement.</p>\n<p style=\"text-align: justify;\">- Basic pieces of Legislation regulating tendering. What are your rights!</p>\n<p style=\"text-align: justify;\">- Submitting Alternative Bids and Offers.</p>\n<p style=\"text-align: justify;\">- Unsolicited Bids: How to submit bids without following the normal tendering procedures</p>\n<p style=\"text-align: justify;\">- How to respond to a tender based on the Two Envelope System</p>\n<p style=\"text-align: justify;\">- Prohibitions: Who is allowed to tender? Defaulters &amp; Restricted Suppliers.</p>\n<p style=\"text-align: justify;\">- How to claim incentive points under the 90-10 / 80-20 Point Systems, respectively.</p>\n<p style=\"text-align: justify;\">- How to claim your Preference Points? (single supplier, joint ventures and sub-contracting.)</p>\n<p style=\"text-align: justify;\">- What are Firm &amp; Non-Firm Prices and how does it affect your tender?</p>\n<p style=\"text-align: justify;\">- Tax Clearance Certificates and other compliances as attachments to the bid-document.</p>\n<p style=\"text-align: justify;\">- Key Principles of the PPPFA regulations of 2011: Focusing on the Key Chapters &amp; Regulations including its Purpose and Applicability in relation to BBBEE Certificates for incl. JV’s &amp; Consortiums;</p>\n<p style=\"text-align: justify;\">Invitation of Bids: Functionality, Local Production &amp; Content, Evaluation of Bids; Sub-Contracting; Evaluation of bids based on functionality as a Criterion; Optimising the Suppliers Preference Points’ Profile for Tender-Evaluation; Evaluation of Bids based on a Stipulated Minimum Threshold for Local Production &amp; Content; Preference Point Systems, Evaluation of Bids that Scored equal points, Cancellation and Re-invitation of Bids; Awards of Contracts; Remedies to the state; Transitional Arrangements; etc.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Compiling the Tender: How to Complete Your Tender with full Compliance.</strong></span></p>\n<p style=\"text-align: justify;\">- Feedback &amp; Assessment on Tendering Exercise</p>\n<p style=\"text-align: justify;\">- Tender-Evaluation Exercises: - (How does government score your tender)</p>\n<p style=\"text-align: justify;\">- How to Optimise your BBBEE Scorecard for Tendering Points</p>\n<p style=\"text-align: justify;\">- The Do’s and Don’ts of Tendering</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>For further details contact: Gerrit Davids | Lead Consultant</strong></span></p>\n\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>TaranisCo Advisory CC</strong></span>\nWebsite: <a href=\"http://www.taranis.co.za\">www.taranis.co.za</a>\n\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Tel.</strong></span> 011-026 4891\n<span style=\"color: #333399;\"><strong>Fax.</strong></span> 086 698 7882\n<span style=\"color: #333399;\"><strong>Cell.</strong></span> +27 (0)82 496 1657\n<span style=\"color: #333399;\"><strong>Email:</strong></span> <a href=\"mailto:gerrit@taranisco.co.za\">gerrit@taranisco.co.za</a>\n\n&nbsp;[/vc_column_text][/vc_column][/vc_row]','Tendering Workshops','','inherit','closed','closed','','584-revision-v1','','','2016-11-25 13:30:10','2016-11-25 13:30:10','',584,'http://www.taranisco.co.za/2016/11/25/584-revision-v1/',0,'revision','',0),(670,1,'2016-12-12 09:49:42','2016-12-12 09:49:42','[vc_row][vc_column][vc_column_text]<span style=\"color: #333399;\"><strong>Watch the Small Business Live TV broadcast at your local venue!</strong></span>\n<p style=\"text-align: justify;\"><em>Small Business Live </em>will take place on Thursday 23 February 2017 and will kick off with the Small Business Live Budget Breakfast and followed by an exclusive national TV broadcast, via satellite to locations across the country.</p>\n<p style=\"text-align: justify;\">The broadcast is a groundbreaking initiative aimed at presenting all of government\'s small business support programs to thousands of entrepreneurs at hundreds of venues countrywide.</p>\n<p style=\"text-align: justify;\"><em>Small Business Live</em> aims to feature \"how to presentations\" on government\'s key support programs like the Small Enterprise Development Agency (Seda); Small Enterprise Finance Agency (SEFA); National Empowerment Fund (NEF); Industrial Development Corporation (IDC); National Youth Development Agency (NYDA); Land Bank, MAFISA and corporate B-BBEE Enterprise Development Programs as well as Access to Finance from the major banks.</p>\n<p style=\"text-align: justify;\">Thousands of entrepreneurs will be hosted at venues in their local communities by municipalities, provincial economic development departments, corporates and agencies as well as independent small business support organisations.</p>\n<p style=\"text-align: justify;\">Delegates attending Small Business Live will be able to interact with the presenters via SMS, Twitter and Facebook respectively.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Host a Small Business Live Viewing Site</strong></span></p>\n<p style=\"text-align: justify;\">If you are a municipality, provincial economic development department, private or state small business support agency and would like to host a view ing site: <a href=\"mailto:gerrit@taranisco.co.za?subject=We%20are%20interested%20to%20host%20a%20Small%20Business%20Live%20Viewing%20Site\">Click Here</a></p>\n&nbsp;[/vc_column_text][/vc_column][/vc_row]','Watch it Live!','','inherit','closed','closed','','618-revision-v1','','','2016-12-12 09:49:42','2016-12-12 09:49:42','',618,'http://www.taranisco.co.za/2016/12/12/618-revision-v1/',0,'revision','',0),(671,1,'2016-12-12 10:03:42','2016-12-12 10:03:42','[vc_row][vc_column][vc_column_text]<span style=\"color: #333399;\"><strong>Watch the Small Business Live TV broadcast at your local venue!</strong></span>\n<p style=\"text-align: justify;\"><em><span style=\"color: #333399;\"><strong>Small Business Live</strong></span> </em>will take place on Thursday 23 February 2017 and will kick off with the <span style=\"color: #333399;\"><em><strong>Small Business Live Budget Breakfast</strong></em></span> and followed by an exclusive national TV broadcast, via satellite to locations across the country.</p>\n<p style=\"text-align: justify;\">The broadcast is a groundbreaking initiative aimed at presenting all of government\'s small business support programs to thousands of entrepreneurs at hundreds of venues countrywide.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong><em>Small Business Live</em></strong></span> aims to feature \"how to presentations\" on government\'s key support programs like the Small Enterprise Development Agency (Seda); Small Enterprise Finance Agency (SEFA); National Empowerment Fund (NEF); Industrial Development Corporation (IDC); National Youth Development Agency (NYDA); Land Bank, MAFISA and corporate B-BBEE Enterprise Development Programs as well as Access to Finance from the major banks.</p>\n<p style=\"text-align: justify;\">Thousands of entrepreneurs will be hosted at venues in their local communities by municipalities, provincial economic development departments, corporates and agencies as well as independent small business support organisations.</p>\n<p style=\"text-align: justify;\">Delegates attending <span style=\"color: #333399;\"><em><strong>Small Business Live</strong></em></span> will be able to interact with the presenters via SMS, Twitter and Facebook respectively.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Host a Small Business Live Viewing Site</strong></span></p>\n<p style=\"text-align: justify;\">If you are a municipality, provincial economic development department, private or state small business support agency and would like to host a view ing site: <a href=\"mailto:gerrit@taranisco.co.za?subject=We%20are%20interested%20to%20host%20a%20Small%20Business%20Live%20Viewing%20Site\">Click Here</a></p>\n&nbsp;[/vc_column_text][/vc_column][/vc_row]','Watch it Live!','','inherit','closed','closed','','618-revision-v1','','','2016-12-12 10:03:42','2016-12-12 10:03:42','',618,'http://www.taranisco.co.za/2016/12/12/618-revision-v1/',0,'revision','',0),(672,1,'2016-12-12 10:07:07','2016-12-12 10:07:07','[vc_row][vc_column][vc_column_text]<span style=\"color: #333399;\"><strong>The Enterprise Development Awards</strong></span>\n\n<span style=\"color: #333399;\"><strong> Awards Schedule: </strong></span>\n\n<span style=\"color: #333399;\"><strong>– Call for Nominations:</strong></span> 1 November 2016\n<span style=\"color: #333399;\"><strong>– Closing Date:</strong> Friday 27</span> January 2017\n<span style=\"color: #333399;\"><strong>– Short-List Announcement:</strong> 1 February</span> 2016\n<span style=\"color: #333399;\"><strong>– Qualifying Period:</strong></span> 1 January - 31 December 2016\n<span style=\"color: #333399;\"><strong>– Please Note</strong>:</span> All information provided must be verifiable should the nomination become short-listed.\n<span style=\"color: #333399;\"><strong>– Awards Dinner:</strong> 22</span> February 2017\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Please Note:</strong></span>\nEach Category will award 9 x Provincial Gold Awards as well as a Grand Prix Award for the best scoring provincial winner in each of the respective categories.\n\n<span style=\"color: #333399;\"><strong>Awards Categories</strong></span>\n\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Please Note:</strong></span>\nEach Category will award 9 x Provincial Gold Awards as well as a Grand Prix Award for the best scoring provincial winner in each of the respective categories.\n\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Category A:</strong></span> Leading Non-Governmental Enterprise Development Agency Award\n<span style=\"color: #333399;\"><strong>Category B:</strong> </span>Leading Government Enterprise Development Agency Award\n<span style=\"color: #333399;\"><strong>Category C:</strong></span> Leading Enterprise Development Incubator Award\n<span style=\"color: #333399;\"><strong>Category D:</strong></span> Leading Corporate Enterprise Development Award\n<span style=\"color: #333399;\"><strong>Category E:</strong></span> Leading State Owned Enterprise Development Award\n<span style=\"color: #333399;\"><strong>Category F:</strong></span> Leading Supplier Development Program of the Year Award\n<strong><span style=\"color: #333399;\">Category G</span>:</strong> Leading Enterprise Development Event of the Year Award\n<span style=\"color: #333399;\"><strong>Category H:</strong></span> Leading Business Chamber Enterprise Development Program of the Year Award\n<span style=\"color: #333399;\"><strong>Category I:</strong></span> Leading Business Competition Award\n<span style=\"color: #333399;\"><strong>Category J:</strong> </span>Leading Enterprise Development Personality of the Year Award\n\n<p style=\"text-align: justify;\"><strong>To receive a Nomination Form:</strong> <a href=\"mailto:gerrit@taranisco.co.za?subject=Kindly%20send%20us%20an%20Enterprise%20Developement%20Awards%20Nomination%20Form.\">Click Here</a></p>\n[/vc_column_text][/vc_column][/vc_row]','Enterprise Development Awards','','inherit','closed','closed','','615-revision-v1','','','2016-12-12 10:07:07','2016-12-12 10:07:07','',615,'http://www.taranisco.co.za/2016/12/12/615-revision-v1/',0,'revision','',0),(673,1,'2016-12-12 10:14:01','2016-12-12 10:14:01','[vc_row][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]</p>\r\n<p style=\"text-align: justify;\">The inaugural <span style=\"color: #333399;\"><em><strong>Enterprise Development Indaba</strong></em></span> will take place on Wednesday 22 February 2017<span style=\"color: #333399;\"><strong> </strong><span style=\"color: #000000;\">a day before the <em><strong><span style=\"color: #333399;\">Small Business Live</span></strong></em> event and it will<strong><em> </em></strong></span></span>afford both public and private sector stakeholders the opportunity to partner this auspicious occasion, which will create an interactive platform to debate the real impact of the support rendered to the country’s SMME segment.</p>\r\n<p style=\"text-align: justify;\">The Indaba will cover the essential issues pertaining to the challenges facing Enterprise Development and more in particular a discussion that will centre on forging closer cooperation between the respective stakeholders.</p>\r\n<p style=\"text-align: justify;\">The Indaba will aim to ensure that this sector of the economy indeed receive its fair share of growth opportunities through sustainable interventions leading to much needed growth in GDP coupled with the key priority economic challenges faced by the country as a whole.</p>\r\n<p style=\"text-align: justify;\">The first ever <span style=\"color: #333399;\"><strong><em>Enterprise Development Awards</em></strong></span> will also form part of the Indaba and stakeholders will reach recognition for their unselfish passion and commitment towards the developmental needs of small businesses in general. Awards will handed out in three different categories inclusive of government, business support organisations and corporate enterprise development programmes respectively.</p>\r\n<p style=\"text-align: justify;\">The Indaba will be followed by the <span style=\"color: #333399;\"><strong><em>Small Business Budget Breakfast and the Small Business Live TV Broadcast </em></strong></span>respectively, which the latter will be screened countrywide at venue’s hosted by municipalities, NGO’s an support agencies as well as other government entities hosting 1000’s of small businesses to share with them as to how to go about accessing both government and private sector support programs to grow their enterprises.</p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong> Schedule:</strong></span></p>\r\n<span style=\"color: #333399;\"><strong>22 February 2017:</strong></span> Enterprise Development Indaba &amp; Awards\' Dinner\r\n\r\n<span style=\"color: #333399;\"><strong>23 February 2017:</strong></span> Small Business Budget Breakfast and Small Business Live TV Broadcast (Studio Audience &amp; Site Viewing)\r\n\r\n<span style=\"color: #333399;\"><strong>Further Details coming soon.</strong></span>[/vc_column_text][/vc_column][/vc_row]','Enterprise Development Indaba','','inherit','closed','closed','','611-revision-v1','','','2016-12-12 10:14:01','2016-12-12 10:14:01','',611,'http://www.taranisco.co.za/2016/12/12/611-revision-v1/',0,'revision','',0),(674,1,'2016-12-12 10:16:38','2016-12-12 10:16:38','[vc_row][vc_column][vc_column_text]<span style=\"color: #333399;\"><strong>The Enterprise Development Awards</strong></span>\n\n<span style=\"color: #333399;\"><strong> Awards Schedule: </strong></span>\n\n<span style=\"color: #333399;\"><strong>– Call for Nominations:</strong></span> 1 November 2016\n<span style=\"color: #333399;\"><strong>– Closing Date:</strong> </span>Friday 27 January 2017\n<span style=\"color: #333399;\"><strong>– Short-List Announcement:</strong> </span>1 February 2016\n<span style=\"color: #333399;\"><strong>– Qualifying Period:</strong></span> 1 January - 31 December 2016\n<span style=\"color: #333399;\"><strong>– Please Note</strong>:</span> All information provided must be verifiable should the nomination become short-listed.\n<span style=\"color: #333399;\"><strong>– Awards Dinner:</strong> 22</span> February 2017\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Please Note:</strong></span>\nEach Category will award 9 x Provincial Gold Awards as well as a Grand Prix Award for the best scoring provincial winner in each of the respective categories.\n\n<span style=\"color: #333399;\"><strong>Awards Categories</strong></span>\n\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Please Note:</strong></span>\nEach Category will award 9 x Provincial Gold Awards as well as a Grand Prix Award for the best scoring provincial winner in each of the respective categories.\n\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Category A:</strong></span> Leading Non-Governmental Enterprise Development Agency Award\n<span style=\"color: #333399;\"><strong>Category B:</strong> </span>Leading Government Enterprise Development Agency Award\n<span style=\"color: #333399;\"><strong>Category C:</strong></span> Leading Enterprise Development Incubator Award\n<span style=\"color: #333399;\"><strong>Category D:</strong></span> Leading Corporate Enterprise Development Award\n<span style=\"color: #333399;\"><strong>Category E:</strong></span> Leading State Owned Enterprise Development Award\n<span style=\"color: #333399;\"><strong>Category F:</strong></span> Leading Supplier Development Program of the Year Award\n<strong><span style=\"color: #333399;\">Category G</span>:</strong> Leading Enterprise Development Event of the Year Award\n<span style=\"color: #333399;\"><strong>Category H:</strong></span> Leading Business Chamber Enterprise Development Program of the Year Award\n<span style=\"color: #333399;\"><strong>Category I:</strong></span> Leading Business Competition Award\n<span style=\"color: #333399;\"><strong>Category J:</strong> </span>Leading Enterprise Development Personality of the Year Award\n\n<p style=\"text-align: justify;\"><strong>To receive a Nomination Form:</strong> <a href=\"mailto:gerrit@taranisco.co.za?subject=Kindly%20send%20us%20an%20Enterprise%20Developement%20Awards%20Nomination%20Form.\">Click Here</a></p>\n[/vc_column_text][/vc_column][/vc_row]','Enterprise Development Awards','','inherit','closed','closed','','615-revision-v1','','','2016-12-12 10:16:38','2016-12-12 10:16:38','',615,'http://www.taranisco.co.za/2016/12/12/615-revision-v1/',0,'revision','',0),(678,1,'2016-12-12 10:51:55','2016-12-12 10:51:55','[vc_row][vc_column][vc_column_text]<span style=\"color: #333399;\"><strong>The Enterprise Development Awards</strong></span>\r\n\r\n<span style=\"color: #333399;\"><strong> Awards Schedule: </strong></span>\r\n\r\n<span style=\"color: #333399;\"><strong>– Call for Nominations:</strong></span> 1 November 2016\r\n<span style=\"color: #333399;\"><strong>– Closing Date:</strong> </span>Friday 27 January 2017\r\n<span style=\"color: #333399;\"><strong>– Short-List Announcement:</strong> </span>1 February 2016\r\n<span style=\"color: #333399;\"><strong>– Qualifying Period:</strong></span> 1 January - 31 December 2016\r\n<span style=\"color: #333399;\"><strong>– Please Note</strong>:</span> All information provided must be verifiable should the nomination become short-listed.\r\n<span style=\"color: #333399;\"><strong>– Awards Dinner:</strong> 22</span> February 2017\r\n\r\n<span style=\"color: #333399;\"><strong>Awards Categories</strong></span>\r\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Please Note:</strong></span>\r\nEach Category will award 9 x Provincial Gold Awards as well as a Grand Prix Award for the best scoring provincial winner in each of the respective categories.</p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Category A:</strong></span> Leading Non-Governmental Enterprise Development Agency Award\r\n<span style=\"color: #333399;\"><strong>Category B:</strong> </span>Leading Government Enterprise Development Agency Award\r\n<span style=\"color: #333399;\"><strong>Category C:</strong></span> Leading Enterprise Development Incubator Award\r\n<span style=\"color: #333399;\"><strong>Category D:</strong></span> Leading Corporate Enterprise Development Award\r\n<span style=\"color: #333399;\"><strong>Category E:</strong></span> Leading State Owned Enterprise Development Award\r\n<span style=\"color: #333399;\"><strong>Category F:</strong></span> Leading Supplier Development Program of the Year Award\r\n<strong><span style=\"color: #333399;\">Category G</span>:</strong> Leading Enterprise Development Event of the Year Award\r\n<span style=\"color: #333399;\"><strong>Category H:</strong></span> Leading Business Chamber Enterprise Development Program of the Year Award\r\n<span style=\"color: #333399;\"><strong>Category I:</strong></span> Leading Business Competition Award\r\n<span style=\"color: #333399;\"><strong>Category J:</strong> </span>Leading Enterprise Development Personality of the Year Award</p>\r\n<p style=\"text-align: justify;\"><strong>To receive a Nomination Form:</strong> <a href=\"mailto:gerrit@taranisco.co.za?subject=Kindly%20send%20us%20an%20Enterprise%20Developement%20Awards%20Nomination%20Form.\">Click Here</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','SED Awards\'17','','inherit','closed','closed','','615-revision-v1','','','2016-12-12 10:51:55','2016-12-12 10:51:55','',615,'http://www.taranisco.co.za/2016/12/12/615-revision-v1/',0,'revision','',0),(675,1,'2016-12-12 10:18:18','2016-12-12 10:18:18','[vc_row][vc_column][vc_column_text]<span style=\"color: #333399;\"><strong>The Enterprise Development Awards</strong></span>\r\n\r\n<span style=\"color: #333399;\"><strong> Awards Schedule: </strong></span>\r\n\r\n<span style=\"color: #333399;\"><strong>– Call for Nominations:</strong></span> 1 November 2016\r\n<span style=\"color: #333399;\"><strong>– Closing Date:</strong> </span>Friday 27 January 2017\r\n<span style=\"color: #333399;\"><strong>– Short-List Announcement:</strong> </span>1 February 2016\r\n<span style=\"color: #333399;\"><strong>– Qualifying Period:</strong></span> 1 January - 31 December 2016\r\n<span style=\"color: #333399;\"><strong>– Please Note</strong>:</span> All information provided must be verifiable should the nomination become short-listed.\r\n<span style=\"color: #333399;\"><strong>– Awards Dinner:</strong> 22</span> February 2017\r\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Please Note:</strong></span>\r\nEach Category will award 9 x Provincial Gold Awards as well as a Grand Prix Award for the best scoring provincial winner in each of the respective categories.</p>\r\n<span style=\"color: #333399;\"><strong>Awards Categories</strong></span>\r\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Please Note:</strong></span>\r\nEach Category will award 9 x Provincial Gold Awards as well as a Grand Prix Award for the best scoring provincial winner in each of the respective categories.</p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Category A:</strong></span> Leading Non-Governmental Enterprise Development Agency Award\r\n<span style=\"color: #333399;\"><strong>Category B:</strong> </span>Leading Government Enterprise Development Agency Award\r\n<span style=\"color: #333399;\"><strong>Category C:</strong></span> Leading Enterprise Development Incubator Award\r\n<span style=\"color: #333399;\"><strong>Category D:</strong></span> Leading Corporate Enterprise Development Award\r\n<span style=\"color: #333399;\"><strong>Category E:</strong></span> Leading State Owned Enterprise Development Award\r\n<span style=\"color: #333399;\"><strong>Category F:</strong></span> Leading Supplier Development Program of the Year Award\r\n<strong><span style=\"color: #333399;\">Category G</span>:</strong> Leading Enterprise Development Event of the Year Award\r\n<span style=\"color: #333399;\"><strong>Category H:</strong></span> Leading Business Chamber Enterprise Development Program of the Year Award\r\n<span style=\"color: #333399;\"><strong>Category I:</strong></span> Leading Business Competition Award\r\n<span style=\"color: #333399;\"><strong>Category J:</strong> </span>Leading Enterprise Development Personality of the Year Award</p>\r\n<p style=\"text-align: justify;\"><strong>To receive a Nomination Form:</strong> <a href=\"mailto:gerrit@taranisco.co.za?subject=Kindly%20send%20us%20an%20Enterprise%20Developement%20Awards%20Nomination%20Form.\">Click Here</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','SED Awards Categories','','inherit','closed','closed','','615-revision-v1','','','2016-12-12 10:18:18','2016-12-12 10:18:18','',615,'http://www.taranisco.co.za/2016/12/12/615-revision-v1/',0,'revision','',0),(676,1,'2016-12-12 10:21:18','2016-12-12 10:21:18','<p style=\"text-align: justify;\">South Africa’s inaugural <span style=\"color: #333399;\"><em><strong>Supplier and Enterprise Development Awards (SED Awards)</strong> </em></span>will give recognition to corporates for their contribution to broad-based black economic empowerment, which is based on their actual year on year contributions rather than getting voted for by a panel of judges.</p>\n<p style=\"text-align: justify;\">The organisers of the Awards, TaranisCo Advisory CC, one of South Africa’s leading service providers and facilitators empowering suppliers to government, aims to make the Awards the yardstick for corporates to manage sustainable procurement and enterprise development programmes within their business.</p>\n<p style=\"text-align: justify;\">Businesses in more than 20 different economic sectors, both listed and unlisted, will complete a questionnaire covering 10 areas of B-BBEE compliance from, which the actual winners will emerged based on the points allocated for each year on year achievement.</p>\n<p style=\"text-align: justify;\">The Awards are open to companies who are categorised as Qualifying Small Enterprises (QSEs) and Generic Enterprises by the Amended B-BBEE Codes of 2015.</p>\n<p style=\"text-align: justify;\">Announcing the Awards, TaranisCo Advisory’s MD, Gerrit Davids said “We are pleased to launch the first edition of the SED Awards, which will give recognition to those corporates who have responded positively to government’s policy on changing the economic landscape, especially through their commendable interventions in the areas of procurement and enterprise development respectively”.</p>\n<p style=\"text-align: justify;\">Davids pointed out that “the Awards is taking a different approach to the normal awards voting processes where the winners are voted for by a panel of judges. A firm of auditors will use the actual data provided by the nominated businesses, to calculate an overall score to determine a winner in each category. With the result, a smaller business could beat its bigger counterpart to an award, based on having a higher percentage score than others”.</p>\n<p style=\"text-align: justify;\"></p>\n<p style=\"text-align: justify;\">All Short-Listed Nominees will receive Recognition Awards with the top performing business declared as the overall winner of the specific category.</p>\n<p style=\"text-align: justify;\"></p>\n<p style=\"text-align: justify;\">The deadline for entries is 24 January 2017 and the short-list will be announced on 26 January 2017. The Awards ceremony will take place on Wednesday 22 February 2017 in Johannesburg.</p>','Enterprise & Supplier Development Awards\'17','','draft','closed','closed','','','','','2017-05-02 08:49:06','2017-05-02 08:49:06','',0,'http://www.taranisco.co.za/?page_id=676',0,'page','',0),(677,1,'2016-12-12 10:47:46','2016-12-12 10:47:46','[vc_row][vc_column][vc_column_text]<span style=\"color: #333399;\"><strong>The Enterprise Development Awards</strong></span>\r\n\r\n<span style=\"color: #333399;\"><strong> Awards Schedule: </strong></span>\r\n\r\n<span style=\"color: #333399;\"><strong>– Call for Nominations:</strong></span> 1 November 2016\r\n<span style=\"color: #333399;\"><strong>– Closing Date:</strong> </span>Friday 27 January 2017\r\n<span style=\"color: #333399;\"><strong>– Short-List Announcement:</strong> </span>1 February 2016\r\n<span style=\"color: #333399;\"><strong>– Qualifying Period:</strong></span> 1 January - 31 December 2016\r\n<span style=\"color: #333399;\"><strong>– Please Note</strong>:</span> All information provided must be verifiable should the nomination become short-listed.\r\n<span style=\"color: #333399;\"><strong>– Awards Dinner:</strong> 22</span> February 2017\r\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Please Note:</strong></span>\r\nEach Category will award 9 x Provincial Gold Awards as well as a Grand Prix Award for the best scoring provincial winner in each of the respective categories.</p>\r\n<span style=\"color: #333399;\"><strong>Awards Categories</strong></span>\r\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Please Note:</strong></span>\r\nEach Category will award 9 x Provincial Gold Awards as well as a Grand Prix Award for the best scoring provincial winner in each of the respective categories.</p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Category A:</strong></span> Leading Non-Governmental Enterprise Development Agency Award\r\n<span style=\"color: #333399;\"><strong>Category B:</strong> </span>Leading Government Enterprise Development Agency Award\r\n<span style=\"color: #333399;\"><strong>Category C:</strong></span> Leading Enterprise Development Incubator Award\r\n<span style=\"color: #333399;\"><strong>Category D:</strong></span> Leading Corporate Enterprise Development Award\r\n<span style=\"color: #333399;\"><strong>Category E:</strong></span> Leading State Owned Enterprise Development Award\r\n<span style=\"color: #333399;\"><strong>Category F:</strong></span> Leading Supplier Development Program of the Year Award\r\n<strong><span style=\"color: #333399;\">Category G</span>:</strong> Leading Enterprise Development Event of the Year Award\r\n<span style=\"color: #333399;\"><strong>Category H:</strong></span> Leading Business Chamber Enterprise Development Program of the Year Award\r\n<span style=\"color: #333399;\"><strong>Category I:</strong></span> Leading Business Competition Award\r\n<span style=\"color: #333399;\"><strong>Category J:</strong> </span>Leading Enterprise Development Personality of the Year Award</p>\r\n<p style=\"text-align: justify;\"><strong>To receive a Nomination Form:</strong> <a href=\"mailto:gerrit@taranisco.co.za?subject=Kindly%20send%20us%20an%20Enterprise%20Developement%20Awards%20Nomination%20Form.\">Click Here</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','SED Awards\'17','','inherit','closed','closed','','615-revision-v1','','','2016-12-12 10:47:46','2016-12-12 10:47:46','',615,'http://www.taranisco.co.za/2016/12/12/615-revision-v1/',0,'revision','',0),(680,1,'2016-12-12 15:26:26','2016-12-12 15:26:26','[tc_cart]','Cart','','publish','closed','closed','','tickets-cart','','','2016-12-12 15:26:26','2016-12-12 15:26:26','',0,'http://www.taranisco.co.za/tickets-cart/',0,'page','',0),(681,1,'2016-12-12 15:26:26','2016-12-12 15:26:26','[tc_payment]','Payment','','publish','closed','closed','','tickets-payment','','','2016-12-12 15:26:26','2016-12-12 15:26:26','',0,'http://www.taranisco.co.za/tickets-payment/',0,'page','',0),(682,1,'2016-12-12 15:26:26','2016-12-12 15:26:26','[tc_order_confirmation]','Payment Confirmation','','publish','closed','closed','','tickets-order-confirmation','','','2016-12-12 15:26:26','2016-12-12 15:26:26','',0,'http://www.taranisco.co.za/tickets-order-confirmation/',0,'page','',0),(683,1,'2016-12-12 15:26:26','2016-12-12 15:26:26','[tc_order_details]','Order Details','','publish','closed','closed','','tickets-order-details','','','2016-12-12 15:26:26','2016-12-12 15:26:26','',0,'http://www.taranisco.co.za/tickets-order-details/',0,'page','',0),(684,1,'2016-12-12 15:26:26','2016-12-12 15:26:26','[tc_process_payment]','Process Payment','','publish','closed','closed','','tickets-process-payment','','','2016-12-12 15:26:26','2016-12-12 15:26:26','',0,'http://www.taranisco.co.za/tickets-process-payment/',0,'page','',0),(685,1,'2016-12-12 15:26:26','2016-12-12 15:26:26','[tc_ipn]','IPN','','publish','closed','closed','','tickets-ipn-payment','','','2016-12-12 15:26:26','2016-12-12 15:26:26','',0,'http://www.taranisco.co.za/tickets-ipn-payment/',0,'page','',0),(686,1,'2016-12-12 15:29:27','0000-00-00 00:00:00','','Free Attendance Package','','draft','closed','closed','','','','','2016-12-12 15:29:27','2016-12-12 15:29:27','',0,'http://www.taranisco.co.za/?post_type=tc_tickets&#038;p=686',0,'tc_tickets','',0),(687,1,'2016-12-12 15:30:14','2016-12-12 15:30:14','','Small Business Live','','publish','closed','closed','','small-business-live','','','2016-12-12 15:30:14','2016-12-12 15:30:14','',0,'http://www.taranisco.co.za/?post_type=tc_events&#038;p=687',0,'tc_events','',0),(688,1,'2016-12-12 15:30:14','2016-12-12 15:30:14','','','','publish','closed','closed','','688','','','2016-12-12 15:30:14','2016-12-12 15:30:14','',0,'http://www.taranisco.co.za/tc_api_keys/688/',0,'tc_api_keys','',0),(720,1,'2016-12-12 20:06:10','2016-12-12 20:06:10','[vc_row margin_top=\"-1em\"][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\r\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">SMALL BUSINESS LIVE, TV BROADCAST TO REACH 1000\'s!</span></h2>\r\n<p style=\"text-align: justify;\">Be part of this groundbreaking TV Broadcast, which will be watched countrywide in a three-hour long presentation on how to successfully access small business support programmes offered by both the government and the private sector respectively.</p>\r\n<p style=\"text-align: justify;\">Small Business Live will partner with local municipalities and provincial government departments to host venue\'s in their areas allowing local small businesses to attend and watch the broadcast between 09h00-12h00 on Wednesday 15 February 2017. The broadcast will eliminate the need for rural small businesses to travel to bigger towns and cities since they can watch the presentations in the comfort of a local venue.</p>\r\n<p style=\"text-align: justify;\"><strong>BOOK YOUR SEAT NOW!</strong></p>\r\n[/vc_column_text][vc_btn title=\"Registration\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F|||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\r\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">GROW YOUR BUSINESS TODAY!</span></h2>\r\n<p style=\"text-align: justify;\">By attending Small Business Live you will be empowered on how to submit effective applications for support programmes available in the market and improve the capacity of your enterprise to serve your clients more efficiently.</p>\r\n<p style=\"text-align: justify;\">Government\'s tendering laws are in the process of being changed and all big companies will now be forced to sub-contract with small businesses that are owned by youth, women and people living in rural areas.</p>\r\n<p style=\"text-align: justify;\">Companies will also be looking to build the capacity of small businesses through Supplier &amp; Enterprise Development Programmes and by attending Small Business Live, you will put yourself in the frontline of these support initiatives.</p>\r\n<p style=\"text-align: justify;\"><strong>BENEFIT FROM TOP ADVISE!</strong></p>\r\n[/vc_column_text][vc_btn title=\"Registration\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F|||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space height=\"2em\"][vc_column_text]\r\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">WATCH IT LIVE AND WIN GREAT PRIZES!</span></h2>\r\n<p style=\"text-align: justify;\">All delegates watching the Small Business Live broadcast at any participating venue will be in line to win exciting prizes! <strong>Please Note:</strong> <em>The broadcast can only be watched at participating venue\'s. Please call us if your area is not listed.</em></p>\r\n<p style=\"text-align: justify;\"><strong>WIN!</strong></p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n 	<li>An exclusive lunch with some of SA\'s top self made business icons</li>\r\n 	<li>Win Business Support Vouchers to grow your business</li>\r\n 	<li>Win web site design-vouchers to market your business</li>\r\n 	<li>Win Online/Digital Marketing Campaign-vouchers</li>\r\n 	<li>Win Mobile Data-vouchers</li>\r\n 	<li>Win Radio Exposure-vouchers</li>\r\n 	<li>Win Print Media Exposure-vouchers</li>\r\n</ul>\r\n<p style=\"text-align: justify;\"><strong>WATCH LIVE AND WIN!</strong></p>\r\n[/vc_column_text][vc_btn title=\"Registration\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F|||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\"][/vc_column][/vc_row][vc_row][vc_column][om_reduce_space height=\"1em\"][vc_cta h2=\"Don\'t miss this unique business support opportunity!\" h4=\"Join the discussion on the future of Small Business in South Africa!\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Interact with Our (color1)Speakers(/color1)\r\n\r\nLive via SMS, Twitter &amp; Facebook!\" uppercase=\"yes\" text_additional=\"Get a Front Row Seat and Get Empowered!\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Speakers\"][om_reduce_space height=\"1em\"][/vc_column][/vc_row][vc_row bg_type=\"gradient\" gradient_type=\"diagonal2\" bg_color=\"#676767\" bg_color2=\"#313131\" font_color=\"#ffffff\"][vc_column][om_testimonials filter=\"category\" categories=\"group-1\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"(color1)Broadcast(/color1) Schedule:\r\n\r\n(color2)10:00-13:00(/color2) \" uppercase=\"yes\" text_additional=\"Arrive early to avoid disappointment!\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Schedule\"][om_agenda display_speakers=\"\"][om_agenda_day title=\"Small Business Live: TV Broadcast\" date=\"23 February 2017\"][om_agenda_item time=\"08:50 \" room=\" \" title=\"All delegates to be seated\"] [/om_agenda_item][om_agenda_item time=\"09:00-09:05\" room=\" \" title=\"Broadcast Commences with Opening &amp; Welcome\"] [/om_agenda_item][om_agenda_item time=\"09:05-09:20\" room=\" \" title=\"Access to Finance: First Presentation\"] .[/om_agenda_item][om_agenda_item time=\"09:20-09:35\" title=\"Access to Finance: Second Presentation\"][/om_agenda_item][om_agenda_item time=\"09:35-09:50\" title=\"Access to Finance: Third Presentation\"][/om_agenda_item][om_agenda_item time=\"09:50-10:05\" title=\"Access to Finance: Fourth Presentation\"][/om_agenda_item][om_agenda_item time=\"10:05-10:20\" title=\"Access to Finance: Fifth Presentation\"][/om_agenda_item][om_agenda_item time=\"10.20-10.30\" title=\"Delegates\' Questions &amp; Answers\"][/om_agenda_item][om_agenda_item time=\"10:30-10:50\" title=\"Networking Break\"][/om_agenda_item][om_agenda_item time=\"10:50-11:05\" title=\"Access to Finance: Sixth Presentation \"][/om_agenda_item][om_agenda_item time=\"11:05-11:20\" title=\"Access to Finance: Seventh Presentation\"][/om_agenda_item][om_agenda_item time=\"11:20-11:55\" title=\"The Best Advice Ever: Panel Discussion\"][/om_agenda_item][om_agenda_item time=\"11:55-12:00\" title=\"Broadcast Ends\"][/om_agenda_item][/om_agenda_day][om_agenda_day][/om_agenda_day][/om_agenda][vc_cta h2=\"Number of participants is limited!\" h4=\"Don\'t miss your seat!\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"2em\"][vc_custom_heading text=\"Our (color1)Sponsors(/color1) and Partners\" uppercase=\"yes\" text_additional=\"If you would like to become a Sponsoring Partner to Small Business Live, contact Gerrit on Cell. 082 496 1657 or gerrit@taranisco.co.za\" font_container=\"tag:h1|text_align:center\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','12-revision-v1','','','2016-12-12 20:06:10','2016-12-12 20:06:10','',12,'http://www.taranisco.co.za/2016/12/12/12-revision-v1/',0,'revision','',0),(689,1,'2016-12-12 16:22:58','2016-12-12 16:22:58','[vc_row][vc_column][vc_column_text]<span style=\"color: #333399;\"><strong>Watch the Small Business Live TV broadcast at your local venue!</strong></span>\n<p style=\"text-align: justify;\"><em><span style=\"color: #333399;\"><strong>Small Business Live</strong></span> </em>will take place on Thursday 23 February 2017 and will kick off with the <span style=\"color: #333399;\"><em><strong>Small Business Live Budget Breakfast</strong></em></span> and followed by an exclusive national TV broadcast, via satellite to locations across the country.</p>\n<p style=\"text-align: justify;\">The broadcast is a groundbreaking initiative aimed at presenting all of government\'s small business support programs to thousands of entrepreneurs at hundreds of venues countrywide.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong><em>Small Business Live</em></strong></span> aims to feature \"how to presentations\" on government\'s key support programs like the Small Enterprise Development Agency (Seda); Small Enterprise Finance Agency (SEFA); National Empowerment Fund (NEF); Industrial Development Corporation (IDC); National Youth Development Agency (NYDA); Land Bank, MAFISA and corporate B-BBEE Enterprise Development Programs as well as Access to Finance from the major banks.</p>\n<p style=\"text-align: justify;\">Thousands of entrepreneurs will be hosted at venues in their local communities by municipalities, provincial economic development departments, corporates and agencies as well as independent small business support organisations.</p>\n<p style=\"text-align: justify;\">Delegates attending <span style=\"color: #333399;\"><em><strong>Small Business Live</strong></em></span> will be able to interact with the presenters via SMS, Twitter and Facebook respectively.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Ticket Options</strong></span></p>\n<span style=\"color: #ff0000;\"><strong>Free Ticket</strong></span>\n- Free Entry only to watch Small Business Live Broadcast on site\n- Lunch not included\n<span style=\"color: #333399;\"><strong>Price:</strong> </span>Not Applicable\n\n<span style=\"color: #ff0000;\"><strong>Gold Ticket</strong></span>\n- Attend the Small Business Budget Breakfast\n- Watch Small Business Live TV Broadcast on site\n- Lunch not included\n<strong><span style=\"color: #333399;\">Price:</span></strong> R990.00\n\n<strong><span style=\"color: #ff0000;\">Platinum Ticket</span></strong>\n- Watch Small Business Live TV Broadcast on site\n- Special Seating Arrangements\n- Attend Masterclass\n- Lunch included\n<span style=\"color: #333399;\"><strong>Price:</strong> </span>R1950.00\n\n<span style=\"color: #ff0000;\"><strong>Diamond Package</strong></span>\n- Attend Small Business Budget Breakfast\n- Watch Small Business Live TV on site\n- Attend Small Business Masterclass\n- Early Entrance\n- Special Seating Arrangements at both the Breakfast, TV Broadcast, Lunch &amp; Masterclass\n- Lunch with Speakers &amp; VVIP’s\n- Small Business Live Goody Bag\n<span style=\"color: #333399;\"><strong>Price:</strong></span> 2950.00\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Host a Small Business Live Viewing Site</strong></span></p>\n<p style=\"text-align: justify;\">If you are a municipality, provincial economic development department, private or state small business support agency and would like to host a view ing site: <a href=\"mailto:gerrit@taranisco.co.za?subject=We%20are%20interested%20to%20host%20a%20Small%20Business%20Live%20Viewing%20Site\">Click Here</a></p>\n[/vc_column_text][/vc_column][/vc_row]','Watch it Live!','','inherit','closed','closed','','618-autosave-v1','','','2016-12-12 16:22:58','2016-12-12 16:22:58','',618,'http://www.taranisco.co.za/2016/12/12/618-autosave-v1/',0,'revision','',0),(691,1,'2016-12-12 16:00:25','2016-12-12 16:00:25','[vc_row][vc_column][vc_column_text]<span style=\"color: #333399;\"><strong>Watch the Small Business Live TV broadcast at your local venue!</strong></span>\n<p style=\"text-align: justify;\"><em><span style=\"color: #333399;\"><strong>Small Business Live</strong></span> </em>will take place on Thursday 23 February 2017 and will kick off with the <span style=\"color: #333399;\"><em><strong>Small Business Live Budget Breakfast</strong></em></span> and followed by an exclusive national TV broadcast, via satellite to locations across the country.</p>\n<p style=\"text-align: justify;\">The broadcast is a groundbreaking initiative aimed at presenting all of government\'s small business support programs to thousands of entrepreneurs at hundreds of venues countrywide.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong><em>Small Business Live</em></strong></span> aims to feature \"how to presentations\" on government\'s key support programs like the Small Enterprise Development Agency (Seda); Small Enterprise Finance Agency (SEFA); National Empowerment Fund (NEF); Industrial Development Corporation (IDC); National Youth Development Agency (NYDA); Land Bank, MAFISA and corporate B-BBEE Enterprise Development Programs as well as Access to Finance from the major banks.</p>\n<p style=\"text-align: justify;\">Thousands of entrepreneurs will be hosted at venues in their local communities by municipalities, provincial economic development departments, corporates and agencies as well as independent small business support organisations.</p>\n<p style=\"text-align: justify;\">Delegates attending <span style=\"color: #333399;\"><em><strong>Small Business Live</strong></em></span> will be able to interact with the presenters via SMS, Twitter and Facebook respectively.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Host a Small Business Live Viewing Site</strong></span></p>\n<p style=\"text-align: justify;\">If you are a municipality, provincial economic development department, private or state small business support agency and would like to host a view ing site: <a href=\"mailto:gerrit@taranisco.co.za?subject=We%20are%20interested%20to%20host%20a%20Small%20Business%20Live%20Viewing%20Site\">Click Here</a></p>\n[/vc_column_text][vc_column_text]<span style=\"color: #ff0000;\"><strong>Free Ticket</strong></span>\n\nFree Entry only to watch Small Business Live Broadcast on site\n\nLunch not included\n\n<span style=\"color: #333399;\"><strong>Price:</strong></span> Not Applicable[/vc_column_text][vc_column_text]<span style=\"color: #ff0000;\"><strong>Gold Package</strong></span>\n\nSmall Business Budget Breakfast\n\nWatch Small Business Live TV Broadcast on site\n\nLunch not included\n\n<span style=\"color: #333399;\"><strong>Price:</strong> </span>R990.00\n\n&nbsp;\n\n&nbsp;[/vc_column_text][vc_column_text]<span style=\"color: #ff0000;\"><strong>Gold Package</strong></span>\n\nSmall Business Budget Breakfast\n\nWatch Small Business Live TV Broadcast on site\n\nLunch not included\n\n<span style=\"color: #333399;\"><strong>Price:</strong> </span>R990.00\n\n&nbsp;\n\n&nbsp;[/vc_column_text][/vc_column][/vc_row]','Watch it Live!','','inherit','closed','closed','','618-revision-v1','','','2016-12-12 16:00:25','2016-12-12 16:00:25','',618,'http://www.taranisco.co.za/2016/12/12/618-revision-v1/',0,'revision','',0),(690,1,'2016-12-12 15:55:45','2016-12-12 15:55:45','[vc_row][vc_column][vc_column_text]<span style=\"color: #333399;\"><strong>Watch the Small Business Live TV broadcast at your local venue!</strong></span>\r\n<p style=\"text-align: justify;\"><em><span style=\"color: #333399;\"><strong>Small Business Live</strong></span> </em>will take place on Thursday 23 February 2017 and will kick off with the <span style=\"color: #333399;\"><em><strong>Small Business Live Budget Breakfast</strong></em></span> and followed by an exclusive national TV broadcast, via satellite to locations across the country.</p>\r\n<p style=\"text-align: justify;\">The broadcast is a groundbreaking initiative aimed at presenting all of government\'s small business support programs to thousands of entrepreneurs at hundreds of venues countrywide.</p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong><em>Small Business Live</em></strong></span> aims to feature \"how to presentations\" on government\'s key support programs like the Small Enterprise Development Agency (Seda); Small Enterprise Finance Agency (SEFA); National Empowerment Fund (NEF); Industrial Development Corporation (IDC); National Youth Development Agency (NYDA); Land Bank, MAFISA and corporate B-BBEE Enterprise Development Programs as well as Access to Finance from the major banks.</p>\r\n<p style=\"text-align: justify;\">Thousands of entrepreneurs will be hosted at venues in their local communities by municipalities, provincial economic development departments, corporates and agencies as well as independent small business support organisations.</p>\r\n<p style=\"text-align: justify;\">Delegates attending <span style=\"color: #333399;\"><em><strong>Small Business Live</strong></em></span> will be able to interact with the presenters via SMS, Twitter and Facebook respectively.</p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Host a Small Business Live Viewing Site</strong></span></p>\r\n<p style=\"text-align: justify;\">If you are a municipality, provincial economic development department, private or state small business support agency and would like to host a view ing site: <a href=\"mailto:gerrit@taranisco.co.za?subject=We%20are%20interested%20to%20host%20a%20Small%20Business%20Live%20Viewing%20Site\">Click Here</a></p>\r\n[/vc_column_text][vc_column_text]<span style=\"color: #333399;\"><strong>Free Ticket</strong></span>\r\n\r\nFree Entry only to watch Small Business Live Broadcast on site\r\n\r\nLunch not included\r\n\r\n<span style=\"color: #333399;\"><strong>Price:</strong></span> Not Applicable[/vc_column_text][vc_column_text]<span style=\"color: #333399;\"><strong>Free Ticket</strong></span>\r\n\r\nFree Entry only to watch Small Business Live Broadcast on site\r\n\r\nLunch not included\r\n\r\n<span style=\"color: #333399;\"><strong>Price:</strong></span> Not Applicable[/vc_column_text][vc_column_text]<span style=\"color: #333399;\"><strong>Free Ticket</strong></span>\r\n\r\nFree Entry only to watch Small Business Live Broadcast on site\r\n\r\nLunch not included\r\n\r\n<span style=\"color: #333399;\"><strong>Price:</strong></span> Not Applicable[/vc_column_text][vc_column_text]<span style=\"color: #333399;\"><strong>Free Ticket</strong></span>\r\n\r\nFree Entry only to watch Small Business Live Broadcast on site\r\n\r\nLunch not included\r\n\r\n<span style=\"color: #333399;\"><strong>Price:</strong></span> Not Applicable[/vc_column_text][/vc_column][/vc_row]','Watch it Live!','','inherit','closed','closed','','618-revision-v1','','','2016-12-12 15:55:45','2016-12-12 15:55:45','',618,'http://www.taranisco.co.za/2016/12/12/618-revision-v1/',0,'revision','',0),(694,1,'2016-12-12 16:06:50','2016-12-12 16:06:50','[vc_row][vc_column][vc_column_text]<span style=\"color: #333399;\"><strong>Watch the Small Business Live TV broadcast at your local venue!</strong></span>\n<p style=\"text-align: justify;\"><em><span style=\"color: #333399;\"><strong>Small Business Live</strong></span> </em>will take place on Thursday 23 February 2017 and will kick off with the <span style=\"color: #333399;\"><em><strong>Small Business Live Budget Breakfast</strong></em></span> and followed by an exclusive national TV broadcast, via satellite to locations across the country.</p>\n<p style=\"text-align: justify;\">The broadcast is a groundbreaking initiative aimed at presenting all of government\'s small business support programs to thousands of entrepreneurs at hundreds of venues countrywide.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong><em>Small Business Live</em></strong></span> aims to feature \"how to presentations\" on government\'s key support programs like the Small Enterprise Development Agency (Seda); Small Enterprise Finance Agency (SEFA); National Empowerment Fund (NEF); Industrial Development Corporation (IDC); National Youth Development Agency (NYDA); Land Bank, MAFISA and corporate B-BBEE Enterprise Development Programs as well as Access to Finance from the major banks.</p>\n<p style=\"text-align: justify;\">Thousands of entrepreneurs will be hosted at venues in their local communities by municipalities, provincial economic development departments, corporates and agencies as well as independent small business support organisations.</p>\n<p style=\"text-align: justify;\">Delegates attending <span style=\"color: #333399;\"><em><strong>Small Business Live</strong></em></span> will be able to interact with the presenters via SMS, Twitter and Facebook respectively.</p>\n<p style=\"text-align: justify;\">Ticket Options</p>\n<span style=\"color: #ff0000;\"><strong>Free Ticket</strong></span>\n\nFree Entry only to watch Small Business Live Broadcast on site\n\nLunch not included\n\n<span style=\"color: #333399;\"><strong>Price:</strong></span> Not Applicable\n\n<span style=\"color: #ff0000;\"><strong>Gold Ticket</strong></span>\n\nSmall Business Budget Breakfast\n\nWatch Small Business Live TV Broadcast on site\n\nLunch not included\n\n<span style=\"color: #333399;\"><strong>Price:</strong> </span>R990.00\n\n<strong><span style=\"color: #ff0000;\">Platinum Ticket</span></strong>\n\nWatch Small Business Live TV Broadcast on site\n\nSpecial Seating Arrangements\n\nAttend Masterclass\n\nLunch included\n\n<span style=\"color: #333399;\"><strong>Price:</strong> </span>R1950.00\n\n<span style=\"color: #ff0000;\"><strong>Diamond Package</strong></span>\n\nAttend Small Business Budget Breakfast\n\nWatch Small Business Live TV on site\n\nAttend Small Business Masterclass\n\nEarly Entrance\n\nSpecial Seating Arrangements at both the Breakfast, TV Broadcast, Lunch &amp; Masterclass\n\nLunch with Speakers &amp; VVIP’s\n\nSmall Business Live Goody Bag\n\n<strong><span style=\"color: #333399;\">Price:</span> </strong>2950.00\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Host a Small Business Live Viewing Site</strong></span></p>\n<p style=\"text-align: justify;\">If you are a municipality, provincial economic development department, private or state small business support agency and would like to host a view ing site: <a href=\"mailto:gerrit@taranisco.co.za?subject=We%20are%20interested%20to%20host%20a%20Small%20Business%20Live%20Viewing%20Site\">Click Here</a></p>\n[/vc_column_text][/vc_column][/vc_row]','Watch it Live!','','inherit','closed','closed','','618-revision-v1','','','2016-12-12 16:06:50','2016-12-12 16:06:50','',618,'http://www.taranisco.co.za/2016/12/12/618-revision-v1/',0,'revision','',0),(692,1,'2016-12-12 16:05:09','2016-12-12 16:05:09','[vc_row][vc_column][vc_column_text]<span style=\"color: #333399;\"><strong>Watch the Small Business Live TV broadcast at your local venue!</strong></span>\n<p style=\"text-align: justify;\"><em><span style=\"color: #333399;\"><strong>Small Business Live</strong></span> </em>will take place on Thursday 23 February 2017 and will kick off with the <span style=\"color: #333399;\"><em><strong>Small Business Live Budget Breakfast</strong></em></span> and followed by an exclusive national TV broadcast, via satellite to locations across the country.</p>\n<p style=\"text-align: justify;\">The broadcast is a groundbreaking initiative aimed at presenting all of government\'s small business support programs to thousands of entrepreneurs at hundreds of venues countrywide.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong><em>Small Business Live</em></strong></span> aims to feature \"how to presentations\" on government\'s key support programs like the Small Enterprise Development Agency (Seda); Small Enterprise Finance Agency (SEFA); National Empowerment Fund (NEF); Industrial Development Corporation (IDC); National Youth Development Agency (NYDA); Land Bank, MAFISA and corporate B-BBEE Enterprise Development Programs as well as Access to Finance from the major banks.</p>\n<p style=\"text-align: justify;\">Thousands of entrepreneurs will be hosted at venues in their local communities by municipalities, provincial economic development departments, corporates and agencies as well as independent small business support organisations.</p>\n<p style=\"text-align: justify;\">Delegates attending <span style=\"color: #333399;\"><em><strong>Small Business Live</strong></em></span> will be able to interact with the presenters via SMS, Twitter and Facebook respectively.</p>\n<p style=\"text-align: justify;\">Ticket Options</p>\n<span style=\"color: #ff0000;\"><strong>Free Ticket</strong></span>\n\nFree Entry only to watch Small Business Live Broadcast on site\n\nLunch not included\n\n<span style=\"color: #333399;\"><strong>Price:</strong></span> Not Applicable\n\n<span style=\"color: #ff0000;\"><strong>Gold Ticket</strong></span>\n\n&nbsp;\n\nSmall Business Budget Breakfast\n\nWatch Small Business Live TV Broadcast on site\n\nLunch not included\n\n<span style=\"color: #333399;\"><strong>Price:</strong> </span>R990.00\n\n<strong><span style=\"color: #ff0000;\">Platinum Ticket</span></strong>\n\nWatch Small Business Live TV Broadcast on site\n\nSpecial Seating Arrangements\n\nAttend Masterclass\n\nLunch included\n\n<span style=\"color: #333399;\"><strong>Price:</strong> </span>R1950.00\n\n<span style=\"color: #ff0000;\"><strong>Diamond Package</strong></span>\n\nAttend Small Business Budget Breakfast\n\nWatch Small Business Live TV on site\n\nAttend Small Business Masterclass\n\nEarly Entrance\n\nSpecial Seating Arrangements at both the Breakfast, TV Broadcast, Lunch &amp; Masterclass\n\nLunch with Speakers &amp; VVIP’s\n\nSmall Business Live Goody Bag\n\n<strong><span style=\"color: #333399;\">Price:</span> </strong>2950.00\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Host a Small Business Live Viewing Site</strong></span></p>\n<p style=\"text-align: justify;\">If you are a municipality, provincial economic development department, private or state small business support agency and would like to host a view ing site: <a href=\"mailto:gerrit@taranisco.co.za?subject=We%20are%20interested%20to%20host%20a%20Small%20Business%20Live%20Viewing%20Site\">Click Here</a></p>\n[/vc_column_text][vc_column_text]<span style=\"color: #ff0000;\"><strong>Free Ticket</strong></span>\n\nFree Entry only to watch Small Business Live Broadcast on site\n\nLunch not included\n\n<span style=\"color: #333399;\"><strong>Price:</strong></span> Not Applicable[/vc_column_text][vc_column_text]<span style=\"color: #ff0000;\"><strong>Gold Package</strong></span>\n\nSmall Business Budget Breakfast\n\nWatch Small Business Live TV Broadcast on site\n\nLunch not included\n\n<span style=\"color: #333399;\"><strong>Price:</strong> </span>R990.00\n\n&nbsp;\n\n&nbsp;[/vc_column_text][vc_column_text]<span style=\"color: #ff0000;\"><strong>Gold Package</strong></span>\n\nSmall Business Budget Breakfast\n\nWatch Small Business Live TV Broadcast on site\n\nLunch not included\n\n<span style=\"color: #333399;\"><strong>Price:</strong> </span>R990.00\n\n&nbsp;\n\n&nbsp;[/vc_column_text][/vc_column][/vc_row]','Watch it Live!','','inherit','closed','closed','','618-revision-v1','','','2016-12-12 16:05:09','2016-12-12 16:05:09','',618,'http://www.taranisco.co.za/2016/12/12/618-revision-v1/',0,'revision','',0),(693,1,'2016-12-12 16:06:09','2016-12-12 16:06:09','[vc_row][vc_column][vc_column_text]<span style=\"color: #333399;\"><strong>Watch the Small Business Live TV broadcast at your local venue!</strong></span>\n<p style=\"text-align: justify;\"><em><span style=\"color: #333399;\"><strong>Small Business Live</strong></span> </em>will take place on Thursday 23 February 2017 and will kick off with the <span style=\"color: #333399;\"><em><strong>Small Business Live Budget Breakfast</strong></em></span> and followed by an exclusive national TV broadcast, via satellite to locations across the country.</p>\n<p style=\"text-align: justify;\">The broadcast is a groundbreaking initiative aimed at presenting all of government\'s small business support programs to thousands of entrepreneurs at hundreds of venues countrywide.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong><em>Small Business Live</em></strong></span> aims to feature \"how to presentations\" on government\'s key support programs like the Small Enterprise Development Agency (Seda); Small Enterprise Finance Agency (SEFA); National Empowerment Fund (NEF); Industrial Development Corporation (IDC); National Youth Development Agency (NYDA); Land Bank, MAFISA and corporate B-BBEE Enterprise Development Programs as well as Access to Finance from the major banks.</p>\n<p style=\"text-align: justify;\">Thousands of entrepreneurs will be hosted at venues in their local communities by municipalities, provincial economic development departments, corporates and agencies as well as independent small business support organisations.</p>\n<p style=\"text-align: justify;\">Delegates attending <span style=\"color: #333399;\"><em><strong>Small Business Live</strong></em></span> will be able to interact with the presenters via SMS, Twitter and Facebook respectively.</p>\n<p style=\"text-align: justify;\">Ticket Options</p>\n<span style=\"color: #ff0000;\"><strong>Free Ticket</strong></span>\n\nFree Entry only to watch Small Business Live Broadcast on site\n\nLunch not included\n\n<span style=\"color: #333399;\"><strong>Price:</strong></span> Not Applicable\n\n<span style=\"color: #ff0000;\"><strong>Gold Ticket</strong></span>\n\nSmall Business Budget Breakfast\n\nWatch Small Business Live TV Broadcast on site\n\nLunch not included\n\n<span style=\"color: #333399;\"><strong>Price:</strong> </span>R990.00\n\n<strong><span style=\"color: #ff0000;\">Platinum Ticket</span></strong>\n\nWatch Small Business Live TV Broadcast on site\n\nSpecial Seating Arrangements\n\nAttend Masterclass\n\nLunch included\n\n<span style=\"color: #333399;\"><strong>Price:</strong> </span>R1950.00\n\n<span style=\"color: #ff0000;\"><strong>Diamond Package</strong></span>\n\nAttend Small Business Budget Breakfast\n\nWatch Small Business Live TV on site\n\nAttend Small Business Masterclass\n\nEarly Entrance\n\nSpecial Seating Arrangements at both the Breakfast, TV Broadcast, Lunch &amp; Masterclass\n\nLunch with Speakers &amp; VVIP’s\n\nSmall Business Live Goody Bag\n\n<strong><span style=\"color: #333399;\">Price:</span> </strong>2950.00\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Host a Small Business Live Viewing Site</strong></span></p>\n<p style=\"text-align: justify;\">If you are a municipality, provincial economic development department, private or state small business support agency and would like to host a view ing site: <a href=\"mailto:gerrit@taranisco.co.za?subject=We%20are%20interested%20to%20host%20a%20Small%20Business%20Live%20Viewing%20Site\">Click Here</a></p>\n[/vc_column_text][vc_column_text]<span style=\"color: #ff0000;\"><strong>Free Ticket</strong></span>\n\nFree Entry only to watch Small Business Live Broadcast on site\n\nLunch not included\n\n<span style=\"color: #333399;\"><strong>Price:</strong></span> Not Applicable[/vc_column_text][vc_column_text]<span style=\"color: #ff0000;\"><strong>Gold Package</strong></span>\n\nSmall Business Budget Breakfast\n\nWatch Small Business Live TV Broadcast on site\n\nLunch not included\n\n<span style=\"color: #333399;\"><strong>Price:</strong> </span>R990.00\n\n&nbsp;\n\n&nbsp;[/vc_column_text][vc_column_text]<span style=\"color: #ff0000;\"><strong>Gold Package</strong></span>\n\nSmall Business Budget Breakfast\n\nWatch Small Business Live TV Broadcast on site\n\nLunch not included\n\n<span style=\"color: #333399;\"><strong>Price:</strong> </span>R990.00\n\n&nbsp;\n\n&nbsp;[/vc_column_text][/vc_column][/vc_row]','Watch it Live!','','inherit','closed','closed','','618-revision-v1','','','2016-12-12 16:06:09','2016-12-12 16:06:09','',618,'http://www.taranisco.co.za/2016/12/12/618-revision-v1/',0,'revision','',0),(695,1,'2016-12-12 16:21:48','2016-12-12 16:21:48','[vc_row][vc_column][vc_column_text]<span style=\"color: #333399;\"><strong>Watch the Small Business Live TV broadcast at your local venue!</strong></span>\r\n<p style=\"text-align: justify;\"><em><span style=\"color: #333399;\"><strong>Small Business Live</strong></span> </em>will take place on Thursday 23 February 2017 and will kick off with the <span style=\"color: #333399;\"><em><strong>Small Business Live Budget Breakfast</strong></em></span> and followed by an exclusive national TV broadcast, via satellite to locations across the country.</p>\r\n<p style=\"text-align: justify;\">The broadcast is a groundbreaking initiative aimed at presenting all of government\'s small business support programs to thousands of entrepreneurs at hundreds of venues countrywide.</p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong><em>Small Business Live</em></strong></span> aims to feature \"how to presentations\" on government\'s key support programs like the Small Enterprise Development Agency (Seda); Small Enterprise Finance Agency (SEFA); National Empowerment Fund (NEF); Industrial Development Corporation (IDC); National Youth Development Agency (NYDA); Land Bank, MAFISA and corporate B-BBEE Enterprise Development Programs as well as Access to Finance from the major banks.</p>\r\n<p style=\"text-align: justify;\">Thousands of entrepreneurs will be hosted at venues in their local communities by municipalities, provincial economic development departments, corporates and agencies as well as independent small business support organisations.</p>\r\n<p style=\"text-align: justify;\">Delegates attending <span style=\"color: #333399;\"><em><strong>Small Business Live</strong></em></span> will be able to interact with the presenters via SMS, Twitter and Facebook respectively.</p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Ticket Options</strong></span></p>\r\n<span style=\"color: #ff0000;\"><strong>Free Ticket</strong></span>\r\n- Free Entry only to watch Small Business Live Broadcast on site\r\n- Lunch not included\r\n<span style=\"color: #333399;\"><strong>Price:</strong> </span>Not Applicable\r\n\r\n<span style=\"color: #ff0000;\"><strong>Gold Ticket</strong></span>\r\nSmall Business Budget Breakfast\r\nWatch Small Business Live TV Broadcast on site\r\nLunch not included\r\n<strong><span style=\"color: #333399;\">Price:</span></strong> R990.00\r\n\r\n<strong><span style=\"color: #ff0000;\">Platinum Ticket</span></strong>\r\n- Watch Small Business Live TV Broadcast on site\r\n- Special Seating Arrangements\r\n- Attend Masterclass\r\n- Lunch included\r\n<span style=\"color: #333399;\"><strong>Price:</strong> </span>R1950.00\r\n\r\n<span style=\"color: #ff0000;\"><strong>Diamond Package</strong></span>\r\n- Attend Small Business Budget Breakfast\r\n- Watch Small Business Live TV on site\r\n- Attend Small Business Masterclass\r\n- Early Entrance\r\n- Special Seating Arrangements at both the Breakfast, TV Broadcast, Lunch &amp; Masterclass\r\n- Lunch with Speakers &amp; VVIP’s\r\n- Small Business Live Goody Bag\r\n<span style=\"color: #333399;\"><strong>Price:</strong></span> 2950.00\r\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Host a Small Business Live Viewing Site</strong></span></p>\r\n<p style=\"text-align: justify;\">If you are a municipality, provincial economic development department, private or state small business support agency and would like to host a view ing site: <a href=\"mailto:gerrit@taranisco.co.za?subject=We%20are%20interested%20to%20host%20a%20Small%20Business%20Live%20Viewing%20Site\">Click Here</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Watch it Live!','','inherit','closed','closed','','618-revision-v1','','','2016-12-12 16:21:48','2016-12-12 16:21:48','',618,'http://www.taranisco.co.za/2016/12/12/618-revision-v1/',0,'revision','',0),(696,1,'2016-12-12 16:23:47','2016-12-12 16:23:47','[vc_row][vc_column][vc_column_text]<span style=\"color: #333399;\"><strong>Watch the Small Business Live TV broadcast at your local venue!</strong></span>\r\n<p style=\"text-align: justify;\"><em><span style=\"color: #333399;\"><strong>Small Business Live</strong></span> </em>will take place on Thursday 23 February 2017 and will kick off with the <span style=\"color: #333399;\"><em><strong>Small Business Live Budget Breakfast</strong></em></span> and followed by an exclusive national TV broadcast, via satellite to locations across the country.</p>\r\n<p style=\"text-align: justify;\">The broadcast is a groundbreaking initiative aimed at presenting all of government\'s small business support programs to thousands of entrepreneurs at hundreds of venues countrywide.</p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong><em>Small Business Live</em></strong></span> aims to feature \"how to presentations\" on government\'s key support programs like the Small Enterprise Development Agency (Seda); Small Enterprise Finance Agency (SEFA); National Empowerment Fund (NEF); Industrial Development Corporation (IDC); National Youth Development Agency (NYDA); Land Bank, MAFISA and corporate B-BBEE Enterprise Development Programs as well as Access to Finance from the major banks.</p>\r\n<p style=\"text-align: justify;\">Thousands of entrepreneurs will be hosted at venues in their local communities by municipalities, provincial economic development departments, corporates and agencies as well as independent small business support organisations.</p>\r\n<p style=\"text-align: justify;\">Delegates attending <span style=\"color: #333399;\"><em><strong>Small Business Live</strong></em></span> will be able to interact with the presenters via SMS, Twitter and Facebook respectively.</p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Ticket Options</strong></span></p>\r\n<span style=\"color: #ff0000;\"><strong>Free Ticket</strong></span>\r\n- Free Entry only to watch Small Business Live Broadcast on site\r\n- Lunch not included\r\n<span style=\"color: #333399;\"><strong>Price:</strong> </span>Not Applicable\r\n\r\n<span style=\"color: #ff0000;\"><strong>Bronze Ticket</strong></span>\r\n- Attend the Small Business Budget Breakfast\r\n- Watch Small Business Live TV Broadcast on site\r\n- Lunch not included\r\n<strong><span style=\"color: #333399;\">Price:</span></strong> R990.00\r\n\r\n<strong><span style=\"color: #ff0000;\">Silver Ticket</span></strong>\r\n- Watch Small Business Live TV Broadcast on site\r\n- Special Seating Arrangements\r\n- Attend Masterclass\r\n- Lunch included\r\n<span style=\"color: #333399;\"><strong>Price:</strong> </span>R1950.00\r\n\r\n<span style=\"color: #ff0000;\"><strong>Gold Package</strong></span>\r\n- Attend Small Business Budget Breakfast\r\n- Watch Small Business Live TV on site\r\n- Attend Small Business Masterclass\r\n- Early Entrance\r\n- Special Seating Arrangements at both the Breakfast, TV Broadcast, Lunch &amp; Masterclass\r\n- Lunch with Speakers &amp; VVIP’s\r\n- Small Business Live Goody Bag\r\n<span style=\"color: #333399;\"><strong>Price:</strong></span> 2950.00\r\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Host a Small Business Live Viewing Site</strong></span></p>\r\n<p style=\"text-align: justify;\">If you are a municipality, provincial economic development department, private or state small business support agency and would like to host a view ing site: <a href=\"mailto:gerrit@taranisco.co.za?subject=We%20are%20interested%20to%20host%20a%20Small%20Business%20Live%20Viewing%20Site\">Click Here</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Watch it Live!','','inherit','closed','closed','','618-revision-v1','','','2016-12-12 16:23:47','2016-12-12 16:23:47','',618,'http://www.taranisco.co.za/2016/12/12/618-revision-v1/',0,'revision','',0),(697,1,'2016-12-12 16:28:30','2016-12-12 16:28:30','[vc_row][vc_column][vc_column_text]<span style=\"color: #333399;\"><strong>Watch the Small Business Live TV broadcast at your local venue!</strong></span>\n<p style=\"text-align: justify;\"><em><span style=\"color: #333399;\"><strong>Small Business Live</strong></span> </em>will take place on Thursday 23 February 2017 and will kick off with the <span style=\"color: #333399;\"><em><strong>Small Business Live Budget Breakfast</strong></em></span> and followed by an exclusive national TV broadcast, via satellite to locations across the country.</p>\n<p style=\"text-align: justify;\">The broadcast is a groundbreaking initiative aimed at presenting all of government\'s small business support programs to thousands of entrepreneurs at hundreds of venues countrywide.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong><em>Small Business Live</em></strong></span> aims to feature \"how to presentations\" on government\'s key support programs like the Small Enterprise Development Agency (Seda); Small Enterprise Finance Agency (SEFA); National Empowerment Fund (NEF); Industrial Development Corporation (IDC); National Youth Development Agency (NYDA); Land Bank, MAFISA and corporate B-BBEE Enterprise Development Programs as well as Access to Finance from the major banks.</p>\n<p style=\"text-align: justify;\">Thousands of entrepreneurs will be hosted at venues in their local communities by municipalities, provincial economic development departments, corporates and agencies as well as independent small business support organisations.</p>\n<p style=\"text-align: justify;\">Delegates attending <span style=\"color: #333399;\"><em><strong>Small Business Live</strong></em></span> will be able to interact with the presenters via SMS, Twitter and Facebook respectively.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><em><strong>Small Business Live Empower Your Business!</strong></em></span> A powerful Masterclass will be held after lunch wherein delegates will hear from our industry thought leaders on How to Supply Big Businesses and How to Tender for Government Contracts.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Ticket Options</strong></span></p>\n<span style=\"color: #ff0000;\"><strong>Free Ticket</strong></span>\n- Free Entry only to watch Small Business Live Broadcast on site\n- Lunch not included\n<span style=\"color: #333399;\"><strong>Price:</strong> </span>Not Applicable\n\n<span style=\"color: #ff0000;\"><strong>Bronze Ticket</strong></span>\n- Attend the Small Business Budget Breakfast\n- Watch Small Business Live TV Broadcast on site\n- Lunch not included\n<strong><span style=\"color: #333399;\">Price:</span></strong> R990.00\n\n<strong><span style=\"color: #ff0000;\">Silver Ticket</span></strong>\n- Watch Small Business Live TV Broadcast on site\n- Special Seating Arrangements\n- Attend Masterclass\n- Lunch included\n<span style=\"color: #333399;\"><strong>Price:</strong> </span>R1950.00\n\n<span style=\"color: #ff0000;\"><strong>Gold Package</strong></span>\n- Attend Small Business Budget Breakfast\n- Watch Small Business Live TV on site\n- Attend Small Business Masterclass\n- Early Entrance\n- Special Seating Arrangements at both the Breakfast, TV Broadcast, Lunch &amp; Masterclass\n- Lunch with Speakers &amp; VVIP’s\n- Small Business Live Goody Bag\n<span style=\"color: #333399;\"><strong>Price:</strong></span> 2950.00\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Host a Small Business Live Viewing Site</strong></span></p>\n<p style=\"text-align: justify;\">If you are a municipality, provincial economic development department, private or state small business support agency and would like to host a view ing site: <a href=\"mailto:gerrit@taranisco.co.za?subject=We%20are%20interested%20to%20host%20a%20Small%20Business%20Live%20Viewing%20Site\">Click Here</a></p>\n[/vc_column_text][/vc_column][/vc_row]','Watch it Live!','','inherit','closed','closed','','618-revision-v1','','','2016-12-12 16:28:30','2016-12-12 16:28:30','',618,'http://www.taranisco.co.za/2016/12/12/618-revision-v1/',0,'revision','',0),(698,1,'2016-12-12 16:30:10','2016-12-12 16:30:10','[vc_row][vc_column][vc_column_text]<span style=\"color: #333399;\"><strong>Watch the Small Business Live TV broadcast at your local venue!</strong></span>\n<p style=\"text-align: justify;\"><em><span style=\"color: #333399;\"><strong>Small Business Live</strong></span> </em>will take place on Thursday 23 February 2017 and will kick off with the <span style=\"color: #333399;\"><em><strong>Small Business Live Budget Breakfast</strong></em></span> and followed by an exclusive national TV broadcast, via satellite to locations across the country.</p>\n<p style=\"text-align: justify;\">The broadcast is a groundbreaking initiative aimed at presenting all of government\'s small business support programs to thousands of entrepreneurs at hundreds of venues countrywide.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong><em>Small Business Live</em></strong></span> aims to feature \"how to presentations\" on government\'s key support programs like the Small Enterprise Development Agency (Seda); Small Enterprise Finance Agency (SEFA); National Empowerment Fund (NEF); Industrial Development Corporation (IDC); National Youth Development Agency (NYDA); Land Bank, MAFISA and corporate B-BBEE Enterprise Development Programs as well as Access to Finance from the major banks.</p>\n<p style=\"text-align: justify;\">Thousands of entrepreneurs will be hosted at venues in their local communities by municipalities, provincial economic development departments, corporates and agencies as well as independent small business support organisations.</p>\n<p style=\"text-align: justify;\">Delegates attending <span style=\"color: #333399;\"><em><strong>Small Business Live</strong></em></span> will be able to interact with the presenters via SMS, Twitter and Facebook respectively.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><em><strong>Small Business Live will Empower Your Business!</strong></em></span> A powerful Masterclass will be held after lunch wherein delegates will hear from our industry thought leaders on How to Supply Big Businesses and How to Tender for Government Contracts.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Ticket Options</strong></span></p>\n<span style=\"color: #ff0000;\"><strong>Free Ticket</strong></span>\n- Free Entry only to watch Small Business Live Broadcast on site\n- Lunch not included\n<span style=\"color: #333399;\"><strong>Price:</strong> </span>Not Applicable\n\n<span style=\"color: #ff0000;\"><strong>Bronze Ticket</strong></span>\n- Attend the Small Business Budget Breakfast\n- Watch Small Business Live TV Broadcast on site\n- Lunch not included\n<strong><span style=\"color: #333399;\">Price:</span></strong> R990.00\n\n<strong><span style=\"color: #ff0000;\">Silver Ticket</span></strong>\n- Watch Small Business Live TV Broadcast on site\n- Special Seating Arrangements\n- Attend Masterclass\n- Lunch included\n<span style=\"color: #333399;\"><strong>Price:</strong> </span>R1950.00\n\n<span style=\"color: #ff0000;\"><strong>Gold Package</strong></span>\n- Attend Small Business Budget Breakfast\n- Watch Small Business Live TV on site\n- Attend Small Business Masterclass\n- Early Entrance\n- Special Seating Arrangements at both the Breakfast, TV Broadcast, Lunch &amp; Masterclass\n- Lunch with Speakers &amp; VVIP’s\n- Small Business Live Goody Bag\n<span style=\"color: #333399;\"><strong>Price:</strong></span> 2950.00\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Host a Small Business Live Viewing Site</strong></span></p>\n<p style=\"text-align: justify;\">If you are a municipality, provincial economic development department, private or state small business support agency and would like to host a view ing site: <a href=\"mailto:gerrit@taranisco.co.za?subject=We%20are%20interested%20to%20host%20a%20Small%20Business%20Live%20Viewing%20Site\">Click Here</a></p>\n[/vc_column_text][/vc_column][/vc_row]','Watch it Live!','','inherit','closed','closed','','618-revision-v1','','','2016-12-12 16:30:10','2016-12-12 16:30:10','',618,'http://www.taranisco.co.za/2016/12/12/618-revision-v1/',0,'revision','',0),(699,1,'2016-12-12 16:31:45','2016-12-12 16:31:45','[vc_row][vc_column][vc_column_text]<span style=\"color: #333399;\"><strong>Watch the Small Business Live TV broadcast at your local venue!</strong></span>\n<p style=\"text-align: justify;\"><em><span style=\"color: #333399;\"><strong>Small Business Live</strong></span> </em>will take place on Thursday 23 February 2017 and will kick off with the <span style=\"color: #333399;\"><em><strong>Small Business Live Budget Breakfast</strong></em></span> and followed by an exclusive national TV broadcast, via satellite to locations across the country.</p>\n<p style=\"text-align: justify;\">The broadcast is a groundbreaking initiative aimed at presenting all of government\'s small business support programs to thousands of entrepreneurs at hundreds of venues countrywide.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong><em>Small Business Live</em></strong></span> aims to feature \"how to presentations\" on government\'s key support programs like the Small Enterprise Development Agency (Seda); Small Enterprise Finance Agency (SEFA); National Empowerment Fund (NEF); Industrial Development Corporation (IDC); National Youth Development Agency (NYDA); Land Bank, MAFISA and corporate B-BBEE Enterprise Development Programs as well as Access to Finance from the major banks.</p>\n<p style=\"text-align: justify;\">Thousands of entrepreneurs will be hosted at venues in their local communities by municipalities, provincial economic development departments, corporates and agencies as well as independent small business support organisations.</p>\n<p style=\"text-align: justify;\">Delegates attending <span style=\"color: #333399;\"><em><strong>Small Business Live</strong></em></span> will be able to interact with the presenters via SMS, Twitter and Facebook respectively.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><em><strong>Small Business Live will Empower Your Business!</strong></em></span> A powerful Masterclass will be held after lunch wherein delegates will hear from our industry thought leaders on how to supply big business and also how to tender for government contracts.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Ticket Options</strong></span></p>\n<span style=\"color: #ff0000;\"><strong>Free Ticket</strong></span>\n- Free Entry only to watch Small Business Live Broadcast on site\n- Lunch not included\n<span style=\"color: #333399;\"><strong>Price:</strong> </span>Not Applicable\n\n<span style=\"color: #ff0000;\"><strong>Bronze Ticket</strong></span>\n- Attend the Small Business Budget Breakfast\n- Watch Small Business Live TV Broadcast on site\n- Lunch not included\n<strong><span style=\"color: #333399;\">Price:</span></strong> R990.00\n\n<strong><span style=\"color: #ff0000;\">Silver Ticket</span></strong>\n- Watch Small Business Live TV Broadcast on site\n- Special Seating Arrangements\n- Attend Masterclass\n- Lunch included\n<span style=\"color: #333399;\"><strong>Price:</strong> </span>R1950.00\n\n<span style=\"color: #ff0000;\"><strong>Gold Package</strong></span>\n- Attend Small Business Budget Breakfast\n- Watch Small Business Live TV on site\n- Attend Small Business Masterclass\n- Early Entrance\n- Special Seating Arrangements at both the Breakfast, TV Broadcast, Lunch &amp; Masterclass\n- Lunch with Speakers &amp; VVIP’s\n- Small Business Live Goody Bag\n<span style=\"color: #333399;\"><strong>Price:</strong></span> 2950.00\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Host a Small Business Live Viewing Site</strong></span></p>\n<p style=\"text-align: justify;\">If you are a municipality, provincial economic development department, private or state small business support agency and would like to host a view ing site: <a href=\"mailto:gerrit@taranisco.co.za?subject=We%20are%20interested%20to%20host%20a%20Small%20Business%20Live%20Viewing%20Site\">Click Here</a></p>\n[/vc_column_text][/vc_column][/vc_row]','Watch it Live!','','inherit','closed','closed','','618-revision-v1','','','2016-12-12 16:31:45','2016-12-12 16:31:45','',618,'http://www.taranisco.co.za/2016/12/12/618-revision-v1/',0,'revision','',0),(700,1,'2016-12-12 16:34:45','2016-12-12 16:34:45','[vc_row][vc_column][vc_column_text]<span style=\"color: #333399;\"><strong>Watch the Small Business Live TV broadcast at your local venue!</strong></span>\n<p style=\"text-align: justify;\"><em><span style=\"color: #333399;\"><strong>Small Business Live</strong></span> </em>will take place on Thursday 23 February 2017 and will kick off with the <span style=\"color: #333399;\"><em><strong>Small Business Live Budget Breakfast</strong></em></span> and followed by an exclusive national TV broadcast, via satellite to locations across the country.</p>\n<p style=\"text-align: justify;\">The broadcast is a groundbreaking initiative aimed at presenting all of government\'s small business support programs to thousands of entrepreneurs at hundreds of venues countrywide.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong><em>Small Business Live</em></strong></span> aims to feature \"how to presentations\" on government\'s key support programs like the Small Enterprise Development Agency (Seda); Small Enterprise Finance Agency (SEFA); National Empowerment Fund (NEF); Industrial Development Corporation (IDC); National Youth Development Agency (NYDA); Land Bank, MAFISA and corporate B-BBEE Enterprise Development Programs as well as Access to Finance from the major banks.</p>\n<p style=\"text-align: justify;\">Thousands of entrepreneurs will be hosted at venues in their local communities by municipalities, provincial economic development departments, corporates and agencies as well as independent small business support organisations.</p>\n<p style=\"text-align: justify;\">Delegates attending <span style=\"color: #333399;\"><em><strong>Small Business Live</strong></em></span> will be able to interact with the presenters via SMS, Twitter and Facebook respectively.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><em><strong>Small Business Live will Empower Your Business!</strong></em></span> A powerful Masterclass will be held after lunch wherein delegates will hear from our industry thought leaders on how to supply big business and also how to tender for government contracts.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Ticket Options</strong></span></p>\n<span style=\"color: #ff0000;\"><strong>Free Ticket</strong></span>\n- Free Entry only to watch Small Business Live Broadcast on site\n- Lunch not included\n<span style=\"color: #333399;\"><strong>Price:</strong> </span>Not Applicable\n\n<span style=\"color: #ff0000;\"><strong>Bronze Ticket</strong></span>\n- Attend the Small Business Budget Breakfast\n- Watch Small Business Live TV Broadcast on site\n- Lunch not included\n<strong><span style=\"color: #333399;\">Price:</span></strong> R990.00\n\n<strong><span style=\"color: #ff0000;\">Silver Ticket</span></strong>\n- Watch the Small Business Live TV Broadcast on site\n- Special Seating Arrangements\n- Attend the Masterclass\n- Lunch included\n<span style=\"color: #333399;\"><strong>Price:</strong> </span>R1950.00\n\n<span style=\"color: #ff0000;\"><strong>Gold Package</strong></span>\n- Attend the Small Business Budget Breakfast\n- Watch the Small Business Live TV on site\n- Attend the Small Business Masterclass\n- Early Entrance\n- Special Seating Arrangements at both the Breakfast, TV Broadcast, Lunch &amp; Masterclass\n- Lunch with Speakers &amp; VVIP’s\n- Small Business Live Goody Bag\n<span style=\"color: #333399;\"><strong>Price:</strong></span> 2950.00\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Host a Small Business Live Viewing Site</strong></span></p>\n<p style=\"text-align: justify;\">If you are a municipality, provincial economic development department, private or state small business support agency and would like to host a view ing site: <a href=\"mailto:gerrit@taranisco.co.za?subject=We%20are%20interested%20to%20host%20a%20Small%20Business%20Live%20Viewing%20Site\">Click Here</a></p>\n[/vc_column_text][/vc_column][/vc_row]','Watch it Live!','','inherit','closed','closed','','618-revision-v1','','','2016-12-12 16:34:45','2016-12-12 16:34:45','',618,'http://www.taranisco.co.za/2016/12/12/618-revision-v1/',0,'revision','',0),(701,1,'2016-12-12 18:05:20','2016-12-12 18:05:20','<iframe src=\"https://docs.google.com/forms/d/e/1FAIpQLSflyxd5kHKWBZfqpoixWA0JaOCs7ACQXTr_yDT5Rl5EGM6sxw/viewform?embedded=true\" width=\"760\" height=\"500\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\">Loading...</iframe>','Small Business Live Booking Form','','publish','closed','closed','','small-business-live-booking','','','2016-12-12 18:35:50','2016-12-12 18:35:50','',0,'http://www.taranisco.co.za/?page_id=701',0,'page','',0),(702,1,'2016-12-12 18:05:20','2016-12-12 18:05:20','&lt;iframe src=\"https://docs.google.com/forms/d/e/1FAIpQLSflyxd5kHKWBZfqpoixWA0JaOCs7ACQXTr_yDT5Rl5EGM6sxw/viewform?embedded=true\" width=\"760\" height=\"500\" frameborder=\"0\" marginheight=\"0\" marginwidth=\"0\"&gt;Loading...&lt;/iframe&gt;','Small Business Live Booking','','inherit','closed','closed','','701-revision-v1','','','2016-12-12 18:05:20','2016-12-12 18:05:20','',701,'http://www.taranisco.co.za/2016/12/12/701-revision-v1/',0,'revision','',0),(704,1,'2016-12-12 18:08:01','2016-12-12 18:08:01','https://docs.google.com/forms/d/1vAhhVfBxgV-CHAaYyj0iosBkc_AIM-Y5_nHlFnM4cUc/prefill','Small Business Live Booking','','inherit','closed','closed','','701-revision-v1','','','2016-12-12 18:08:01','2016-12-12 18:08:01','',701,'http://www.taranisco.co.za/2016/12/12/701-revision-v1/',0,'revision','',0),(703,1,'2016-12-12 18:06:54','2016-12-12 18:06:54','<a href=\"https://docs.google.com/forms/d/1vAhhVfBxgV-CHAaYyj0iosBkc_AIM-Y5_nHlFnM4cUc/prefill\">&lt;iframe src=\"https://docs.google.com/forms/d/e/1FAIpQLSflyxd5kHKWBZfqpoixWA0JaOCs7ACQXTr_yDT5Rl5EGM6sxw/viewform?embedded=true\" width=\"760\" height=\"500\" frameborder=\"0\" marginheight=\"0\" marginwidth=\"0\"&gt;Loading...&lt;/iframe&gt;</a>','Small Business Live Booking','','inherit','closed','closed','','701-revision-v1','','','2016-12-12 18:06:54','2016-12-12 18:06:54','',701,'http://www.taranisco.co.za/2016/12/12/701-revision-v1/',0,'revision','',0),(708,1,'2016-12-12 18:21:56','2016-12-12 18:21:56','&lt;iframe &lt;iframe src=\"https://docs.google.com/forms/d/e/1FAIpQLSflyxd5kHKWBZfqpoixWA0JaOCs7ACQXTr_yDT5Rl5EGM6sxw/viewform?embedded=true\" width=\"760\" height=\"500\" frameborder=\"0\" marginheight=\"0\" marginwidth=\"0\"&gt;Loading...&lt;/iframe&gt;','Small Business Live Booking','','inherit','closed','closed','','701-revision-v1','','','2016-12-12 18:21:56','2016-12-12 18:21:56','',701,'http://www.taranisco.co.za/2016/12/12/701-revision-v1/',0,'revision','',0),(705,1,'2016-12-12 18:09:07','2016-12-12 18:09:07','<a href=\"http://&lt;iframe src=&quot;https://docs.google.com/forms/d/e/1FAIpQLSflyxd5kHKWBZfqpoixWA0JaOCs7ACQXTr_yDT5Rl5EGM6sxw/viewform?embedded=true&quot; width=&quot;760&quot; height=&quot;500&quot; frameborder=&quot;0&quot; marginheight=&quot;0&quot; marginwidth=&quot;0&quot;&gt;Loading...&lt;/iframe&gt;\">&lt;iframe src=\"https://docs.google.com/forms/d/e/1FAIpQLSflyxd5kHKWBZfqpoixWA0JaOCs7ACQXTr_yDT5Rl5EGM6sxw/viewform?embedded=true\" width=\"760\" height=\"500\" frameborder=\"0\" marginheight=\"0\" marginwidth=\"0\"&gt;Loading...&lt;/iframe&gt;</a>','Small Business Live Booking','','inherit','closed','closed','','701-revision-v1','','','2016-12-12 18:09:07','2016-12-12 18:09:07','',701,'http://www.taranisco.co.za/2016/12/12/701-revision-v1/',0,'revision','',0),(706,1,'2016-12-12 18:17:45','2016-12-12 18:17:45','<a href=\"http://&lt;iframe src=&quot;https://docs.google.com/forms/d/e/1FAIpQLSflyxd5kHKWBZfqpoixWA0JaOCs7ACQXTr_yDT5Rl5EGM6sxw/viewform?embedded=true&quot; width=&quot;760&quot; height=&quot;500&quot; frameborder=&quot;0&quot; marginheight=&quot;0&quot; marginwidth=&quot;0&quot;&gt;Loading...&lt;/iframe&gt;\">&lt;</a>iframe src=\"https://docs.google.com/forms/d/e/1FAIpQLSflyxd5kHKWBZfqpoixWA0JaOCs7ACQXTr_yDT5Rl5EGM6sxw/viewform?embedded=true\" width=\"760\" height=\"500\" frameborder=\"0\" marginheight=\"0\" marginwidth=\"0\"&gt;Loading...&lt;/iframe&gt;','Small Business Live Booking','','inherit','closed','closed','','701-revision-v1','','','2016-12-12 18:17:45','2016-12-12 18:17:45','',701,'http://www.taranisco.co.za/2016/12/12/701-revision-v1/',0,'revision','',0),(707,1,'2016-12-12 18:19:02','2016-12-12 18:19:02','<a href=\"http://&lt;iframe src=&quot;https://docs.google.com/forms/d/e/1FAIpQLSflyxd5kHKWBZfqpoixWA0JaOCs7ACQXTr_yDT5Rl5EGM6sxw/viewform?embedded=true&quot; width=&quot;760&quot; height=&quot;500&quot; frameborder=&quot;0&quot; marginheight=&quot;0&quot; marginwidth=&quot;0&quot;&gt;Loading...&lt;/iframe&gt;\">&lt;iframe src=\"https://docs.google.com/forms/d/e/1FAIpQLSflyxd5kHKWBZfqpoixWA0JaOCs7ACQXTr_yDT5Rl5EGM6sxw/viewform?embedded=true\" width=\"760\" height=\"500\" frameborder=\"0\" marginheight=\"0\" marginwidth=\"0\"&gt;Loading...&lt;/iframe&gt;</a>','Small Business Live Booking','','inherit','closed','closed','','701-revision-v1','','','2016-12-12 18:19:02','2016-12-12 18:19:02','',701,'http://www.taranisco.co.za/2016/12/12/701-revision-v1/',0,'revision','',0),(709,1,'2016-12-12 18:24:06','2016-12-12 18:24:06','&lt;iframe src=\"https://docs.google.com/forms/d/e/1FAIpQLSflyxd5kHKWBZfqpoixWA0JaOCs7ACQXTr_yDT5Rl5EGM6sxw/viewform?embedded=true\" width=\"760\" height=\"500\" frameborder=\"0\" marginheight=\"0\" marginwidth=\"0\"&gt;Loading...&lt;/iframe&gt;&gt;','Small Business Live Booking','','inherit','closed','closed','','701-revision-v1','','','2016-12-12 18:24:06','2016-12-12 18:24:06','',701,'http://www.taranisco.co.za/2016/12/12/701-revision-v1/',0,'revision','',0),(717,1,'2016-12-12 18:33:53','2016-12-12 18:33:53','<iframe src=\"https://docs.google.com/forms/d/e/1FAIpQLSflyxd5kHKWBZfqpoixWA0JaOCs7ACQXTr_yDT5Rl5EGM6sxw/viewform?embedded=true\" width=\"760\" height=\"500\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\">Loading...</iframe>','Small Business Live Booking Form','','inherit','closed','closed','','701-revision-v1','','','2016-12-12 18:33:53','2016-12-12 18:33:53','',701,'http://www.taranisco.co.za/2016/12/12/701-revision-v1/',0,'revision','',0),(716,1,'2016-12-12 18:32:45','2016-12-12 18:32:45','<video controls=\"controls\" width=\"300\" height=\"150\">\r\n<source src=\"&lt;iframe src=&quot;https://docs.google.com/forms/d/e/1FAIpQLSflyxd5kHKWBZfqpoixWA0JaOCs7ACQXTr_yDT5Rl5EGM6sxw/viewform?embedded=true&quot; width=&quot;760&quot; height=&quot;500&quot; frameborder=&quot;0&quot; marginheight=&quot;0&quot; marginwidth=&quot;0&quot;&gt;Loading...&lt;/iframe&gt;\" /></video><iframe src=\"https://docs.google.com/forms/d/e/1FAIpQLSflyxd5kHKWBZfqpoixWA0JaOCs7ACQXTr_yDT5Rl5EGM6sxw/viewform?embedded=true\" width=\"760\" height=\"500\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\">Loading...</iframe>','Small Business Live Booking Form','','inherit','closed','closed','','701-revision-v1','','','2016-12-12 18:32:45','2016-12-12 18:32:45','',701,'http://www.taranisco.co.za/2016/12/12/701-revision-v1/',0,'revision','',0),(711,1,'2016-12-12 18:25:31','2016-12-12 18:25:31','&lt;iframe src=\"https://docs.google.com/forms/d/e/1FAIpQLSflyxd5kHKWBZfqpoixWA0JaOCs7ACQXTr_yDT5Rl5EGM6sxw/viewform?embedded=true\" width=\"760\" height=\"500\" frameborder=\"0\" marginheight=\"0\" marginwidth=\"0\"&gt;Loading...&lt;/iframe&gt;&gt;','Small Business Live Booking Form','','inherit','closed','closed','','701-revision-v1','','','2016-12-12 18:25:31','2016-12-12 18:25:31','',701,'http://www.taranisco.co.za/2016/12/12/701-revision-v1/',0,'revision','',0),(713,1,'2016-12-12 18:28:19','2016-12-12 18:28:19','<iframe src=\"https://docs.google.com/forms/d/e/1FAIpQLSflyxd5kHKWBZfqpoixWA0JaOCs7ACQXTr_yDT5Rl5EGM6sxw/viewform?embedded=true\" width=\"760\" height=\"500\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\">Loading...</iframe>','Small Business Live Booking Form','','inherit','closed','closed','','701-revision-v1','','','2016-12-12 18:28:19','2016-12-12 18:28:19','',701,'http://www.taranisco.co.za/2016/12/12/701-revision-v1/',0,'revision','',0),(712,1,'2016-12-12 18:26:14','2016-12-12 18:26:14','<p style=\"text-align: justify;\">&lt;iframe src=\"https://docs.google.com/forms/d/e/1FAIpQLSflyxd5kHKWBZfqpoixWA0JaOCs7ACQXTr_yDT5Rl5EGM6sxw/viewform?embedded=true\" width=\"760\" height=\"500\" frameborder=\"0\" marginheight=\"0\" marginwidth=\"0\"&gt;Loading...&lt;/iframe&gt;&gt;</p>','Small Business Live Booking Form','','inherit','closed','closed','','701-revision-v1','','','2016-12-12 18:26:14','2016-12-12 18:26:14','',701,'http://www.taranisco.co.za/2016/12/12/701-revision-v1/',0,'revision','',0),(723,1,'2017-01-17 12:13:50','2017-01-17 12:13:50','','SmallBusinessLive3','','inherit','open','closed','','smallbusinesslive3','','','2017-01-17 12:13:50','2017-01-17 12:13:50','',0,'http://www.taranisco.co.za/wp-content/uploads/2017/01/SmallBusinessLive3.png',0,'attachment','image/png',0),(718,1,'2016-12-12 19:37:12','2016-12-12 19:37:12','[vc_row][vc_column][vc_column_text]<span style=\"color: #333399;\"><strong>Watch the Small Business Live TV broadcast at your local venue!</strong></span>\n<p style=\"text-align: justify;\"><em><span style=\"color: #333399;\"><strong>Small Business Live</strong></span> </em>will take place on Thursday 23 February 2017 and will kick off with the <span style=\"color: #333399;\"><em><strong>Small Business Live Budget Breakfast</strong></em></span> and followed by an exclusive national TV broadcast, via satellite to locations across the country.</p>\n<p style=\"text-align: justify;\">The broadcast is a groundbreaking initiative aimed at presenting all of government\'s small business support programs to thousands of entrepreneurs at hundreds of venues countrywide.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong><em>Small Business Live</em></strong></span> aims to feature \"how to presentations\" on government\'s key support programs like the Small Enterprise Development Agency (Seda); Small Enterprise Finance Agency (SEFA); National Empowerment Fund (NEF); Industrial Development Corporation (IDC); National Youth Development Agency (NYDA); Land Bank, MAFISA and corporate B-BBEE Enterprise Development Programs as well as Access to Finance from the major banks.</p>\n<p style=\"text-align: justify;\">Thousands of entrepreneurs will be hosted at venues in their local communities by municipalities, provincial economic development departments, corporates and agencies as well as independent small business support organisations.</p>\n<p style=\"text-align: justify;\">Delegates attending <span style=\"color: #333399;\"><em><strong>Small Business Live</strong></em></span> will be able to interact with the presenters via SMS, Twitter and Facebook respectively.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><em><strong>Small Business Live will Empower Your Business!</strong></em></span> A powerful Masterclass will be held after lunch wherein delegates will hear from our industry thought leaders on how to supply big business and also how to tender for government contracts.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Ticket Options</strong></span></p>\n<span style=\"color: #ff0000;\"><strong>Free Ticket</strong></span>\n- Free Entry only to watch the Small Business Live Broadcast on site\n- Lunch not included\n<span style=\"color: #333399;\"><strong>Price:</strong> </span>Not Applicable\n\n<span style=\"color: #ff0000;\"><strong>Bronze Ticket</strong></span>\n- Attend the Small Business Budget Breakfast\n- Watch the Small Business Live TV Broadcast on site\n- Lunch not included\n<strong><span style=\"color: #333399;\">Price:</span></strong> R990.00\n\n<strong><span style=\"color: #ff0000;\">Silver Ticket</span></strong>\n- Watch the Small Business Live TV Broadcast on site\n- Special Seating Arrangements\n- Attend the Masterclass\n- Lunch included\n<span style=\"color: #333399;\"><strong>Price:</strong> </span>R1950.00\n\n<span style=\"color: #ff0000;\"><strong>Gold Package</strong></span>\n- Attend the Small Business Budget Breakfast\n- Watch the Small Business Live TV on site\n- Attend the Small Business Masterclass\n- Early Entrance\n- Special Seating Arrangements at both the Breakfast, TV Broadcast, Lunch &amp; Masterclass\n- Lunch with Speakers &amp; VVIP’s\n- Small Business Live Goody Bag\n<span style=\"color: #333399;\"><strong>Price:</strong></span> 2950.00\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Host a Small Business Live Viewing Site</strong></span></p>\n<p style=\"text-align: justify;\">If you are a municipality, provincial economic development department, private or state small business support agency and would like to host a view ing site: <a href=\"mailto:gerrit@taranisco.co.za?subject=We%20are%20interested%20to%20host%20a%20Small%20Business%20Live%20Viewing%20Site\">Click Here</a></p>\n[/vc_column_text][/vc_column][/vc_row]','Watch it Live!','','inherit','closed','closed','','618-revision-v1','','','2016-12-12 19:37:12','2016-12-12 19:37:12','',618,'http://www.taranisco.co.za/2016/12/12/618-revision-v1/',0,'revision','',0),(719,1,'2016-12-12 19:39:30','2016-12-12 19:39:30','[vc_row][vc_column][vc_column_text]<span style=\"color: #333399;\"><strong>Watch the Small Business Live TV broadcast at your local venue!</strong></span>\n<p style=\"text-align: justify;\"><em><span style=\"color: #333399;\"><strong>Small Business Live</strong></span> </em>will take place on Thursday 23 February 2017 and will kick off with the <span style=\"color: #333399;\"><em><strong>Small Business Live Budget Breakfast</strong></em></span> and followed by an exclusive national TV broadcast, via satellite to locations across the country.</p>\n<p style=\"text-align: justify;\">The broadcast is a groundbreaking initiative aimed at presenting all of government\'s small business support programs to thousands of entrepreneurs at hundreds of venues countrywide.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong><em>Small Business Live</em></strong></span> aims to feature \"how to presentations\" on government\'s key support programs like the Small Enterprise Development Agency (Seda); Small Enterprise Finance Agency (SEFA); National Empowerment Fund (NEF); Industrial Development Corporation (IDC); National Youth Development Agency (NYDA); Land Bank, MAFISA and corporate B-BBEE Enterprise Development Programs as well as Access to Finance from the major banks.</p>\n<p style=\"text-align: justify;\">Thousands of entrepreneurs will be hosted at venues in their local communities by municipalities, provincial economic development departments, corporates and agencies as well as independent small business support organisations.</p>\n<p style=\"text-align: justify;\">Delegates attending <span style=\"color: #333399;\"><em><strong>Small Business Live</strong></em></span> will be able to interact with the presenters via SMS, Twitter and Facebook respectively.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><em><strong>Small Business Live will Empower Your Business!</strong></em></span> A powerful Masterclass will be held after lunch wherein delegates will hear from our industry thought leaders on how to supply big business and also how to tender for government contracts.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Ticket Options</strong></span></p>\n<span style=\"color: #ff0000;\"><strong>Free Ticket</strong></span>\n- Free Entry only to watch the Small Business Live Broadcast on site\n- Lunch not included\n<span style=\"color: #333399;\"><strong>Price:</strong> </span>Not Applicable\n\n<span style=\"color: #ff0000;\"><strong>Bronze Ticket</strong></span>\n- Attend the Small Business Budget Breakfast\n- Watch the Small Business Live TV Broadcast on site\n- Lunch not included\n<strong><span style=\"color: #333399;\">Price:</span></strong> R990.00\n\n<strong><span style=\"color: #ff0000;\">Silver Ticket</span></strong>\n- Watch the Small Business Live TV Broadcast on site\n- Special Seating Arrangements\n- Attend the Masterclass\n- Lunch included\n<span style=\"color: #333399;\"><strong>Price:</strong> </span>R1950.00\n\n<span style=\"color: #ff0000;\"><strong>Gold Package</strong></span>\n- Attend the Small Business Budget Breakfast\n- Watch the Small Business Live TV on site\n- Attend the Small Business Masterclass\n- Early Entrance\n- Special Seating Arrangements at the Small Business Budget Breakfast, TV Broadcast, Lunch &amp; Masterclass\n- Lunch with Speakers &amp; VIP’s\n- Small Business Live Goody Bag\n<span style=\"color: #333399;\"><strong>Price:</strong></span> 2950.00\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Host a Small Business Live Viewing Site</strong></span></p>\n<p style=\"text-align: justify;\">If you are a municipality, provincial economic development department, private or state small business support agency and would like to host a view ing site: <a href=\"mailto:gerrit@taranisco.co.za?subject=We%20are%20interested%20to%20host%20a%20Small%20Business%20Live%20Viewing%20Site\">Click Here</a></p>\n[/vc_column_text][/vc_column][/vc_row]','Watch it Live!','','inherit','closed','closed','','618-revision-v1','','','2016-12-12 19:39:30','2016-12-12 19:39:30','',618,'http://www.taranisco.co.za/2016/12/12/618-revision-v1/',0,'revision','',0),(724,1,'2017-01-17 12:28:20','2017-01-17 12:28:20','[vc_row][vc_column][vc_column_text]\n<p style=\"text-align: justify;\"><img class=\"size-medium wp-image-602 alignleft\" src=\"http://www.taranisco.co.za/wp-content/uploads/2016/10/human-475667_1920-300x212.jpg\" alt=\"\" width=\"300\" height=\"212\" /><span style=\"color: #333399;\"><strong>Debating Small Business Support through Government Funded Agencies and Enterprise Development under the B-BBEE Codes.</strong></span></p>\n<p style=\"text-align: justify;\">The inaugural <span style=\"color: #333399;\"><strong><em>Small Business Live Breakfast</em></strong></span> will take place in Johannesburg on Thursday 21 February 2019 with a specific focus on the  impact of the country\'s current economic landscape and how it impacts on the levels of supported afforded to the small business sector.</p>\n<p style=\"text-align: justify;\">The Breakfast will unpack the key indicators relevant to the economy outlook for the medium term and how corporates react on their key mandate to support the growth of SMMEs as prescribed by the B-BBEE Codes of Good Practice under the Supplier and Enterprise Development (SED) elements respectively.</p>\n<p style=\"text-align: justify;\">An interactive panel discussion featuring B-BBEE thought leaders and verification agencies will unpack key strategies for corporates on how to optimize their SED elements on the Scorecard.</p>\n<p style=\"text-align: justify;\">Government funding allocated for supporting SMMEs over the next year will also be unpacked and in particular how its agencies will deliver on expanding their programs for this sector. Representatives from  government\'s various small business support agencies will share their programs and how it aligns with that of the private sector and vice a versa.</p>\n<p style=\"text-align: justify;\">The Breakfast will be attended by corporate SED decision-makers as well as service providers and government agencies to engage each other in a much needed debate on how to effectively deliver sustainable interventions to support growth and job creation within this sector.</p>\n<span style=\"color: #333399;\"><strong>Who Should Attend</strong></span>\n- Private Sector Agencies involved in Enterprise &amp; Supplier Development Programmes\n- Business Chambers\n- Government Small Business Development Agencies and State Owned Enterprises\n- Enterprise Development Service Providers\n- Incubators\n- B-BBEE Consultants and Verification Agencies\n- Supply Chain Practitioners\n- Industry Associations\n- All other Small Business Development Stakeholders\n<p style=\"text-align: justify;\"><strong>To receive a booking form, </strong><a href=\"mailto:gerrit@taranisco.co.za?subject=Please%20send%20us%20Booking%20Details%20for%20the%20Small%20Business%20Live%20Breakfast.\"> Click Here</a></p>\n<span style=\"color: #333399;\"><strong>For further details contact: </strong></span>\n\n<strong>Gerrit Davids | Lead Consultant</strong>\n\n<span style=\"color: #333399;\"><strong>TaranisCo Advisory CC</strong></span>\n<strong><span style=\"color: #333399;\">Tel</span>.</strong> 011-026 4891\n<span style=\"color: #333399;\"><strong>Fax.</strong></span> 086 698 7882\n<span style=\"color: #333399;\"><strong>Cell.</strong> </span>+27 (0)82 496 1657\n<span style=\"color: #333399;\"><strong>Email:</strong></span> <a href=\"mailto:gerrit@taranisco.co.za\">gerrit@taranisco.co.za</a>[/vc_column_text][/vc_column][/vc_row]','Small Business Live Breakfast','','publish','closed','closed','','budget-breakfast','','','2018-11-15 10:19:32','2018-11-15 10:19:32','',0,'http://www.taranisco.co.za/?page_id=724',0,'page','',0),(841,1,'2018-11-15 10:18:53','2018-11-15 10:18:53','[vc_row][vc_column][vc_column_text]\n<p style=\"text-align: justify;\"><img class=\"size-medium wp-image-602 alignleft\" src=\"http://www.taranisco.co.za/wp-content/uploads/2016/10/human-475667_1920-300x212.jpg\" alt=\"\" width=\"300\" height=\"212\" /><span style=\"color: #333399;\"><strong>Debating Small Business Support through Government Funded Agencies and Enterprise Development under the B-BBEE Codes.</strong></span></p>\n<p style=\"text-align: justify;\">The inaugural <span style=\"color: #333399;\"><strong><em>Small Business Live Breakfast</em></strong></span> will take place in Johannesburg on Thursday 21 February 2019 with a specific focus on the  impact of the country\'s current economic landscape and how it impacts on the levels of supported afforded to the small business sector.</p>\n<p style=\"text-align: justify;\">The Breakfast will unpack the key indicators relevant to the economy outlook for the medium term and how corporates react on their key mandate to support the growth of SMMEs as prescribed by the B-BBEE Codes of Good Practice under the Supplier and Enterprise Development (SED) elements respectively.</p>\n<p style=\"text-align: justify;\">An interactive panel discussion featuring B-BBEE thought leaders and verification agencies will unpack key strategies for corporates on how to optimize their SED elements on the Scorecard.</p>\n<p style=\"text-align: justify;\">Government funding allocated for supporting SMMEs over the next year will also be unpacked and in particular how its agencies will deliver on expanding their programs for this sector. Representatives from  government\'s various small business support agencies will share their programs and how it aligns with that of the private sector and vice a versa.</p>\n<p style=\"text-align: justify;\">The Breakfast will be attended by corporate SED decision-makers as well as service providers and government agencies to engage each other in a much needed debate on how to effectively deliver sustainable interventions to support growth and job creation within this sector.</p>\n<span style=\"color: #333399;\"><strong>Who Should Attend</strong></span>\n- Private Sector Agencies involved in Enterprise &amp; Supplier Development Programmes\n- Business Chambers\n- Government Small Business Development Agencies and State Owned Enterprises\n- Enterprise Development Service Providers\n- Incubators\n- B-BBEE Consultants and Verification Agencies\n- Supply Chain Practitioners\n- Industry Associations\n- All other Small Business Development Stakeholders\n\n&nbsp;\n<p style=\"text-align: justify;\"><strong>To receive a booking form, </strong><a href=\"mailto:gerrit@taranisco.co.za?subject=Please%20send%20us%20Booking%20Details%20for%20the%20Small%20Business%20Live%20Breakfast.\"> Click Here</a></p>\n<span style=\"color: #333399;\"><strong>For further details contact: </strong></span>\n\n<strong>Gerrit Davids | Lead Consultant</strong>\n\n<span style=\"color: #333399;\"><strong>TaranisCo Advisory CC</strong></span>\n<strong><span style=\"color: #333399;\">Tel</span>.</strong> 011-026 4891\n<span style=\"color: #333399;\"><strong>Fax.</strong></span> 086 698 7882\n<span style=\"color: #333399;\"><strong>Cell.</strong> </span>+27 (0)82 496 1657\n<span style=\"color: #333399;\"><strong>Email:</strong></span> <a href=\"mailto:gerrit@taranisco.co.za\">gerrit@taranisco.co.za</a>[/vc_column_text][/vc_column][/vc_row]','Small Business Live Breakfast','','inherit','closed','closed','','724-revision-v1','','','2018-11-15 10:18:53','2018-11-15 10:18:53','',724,'http://www.taranisco.co.za/2018/11/15/724-revision-v1/',0,'revision','',0),(725,1,'2017-01-17 12:28:20','2017-01-17 12:28:20','<p style=\"text-align: justify;\">The inaugural <span style=\"color: #333399;\"><strong><em>Small Business Live Budget Breakfast</em></strong></span> will take place in Johannesburg on Thursday 23 February 2017, the morning after the Minister of Finance has delivered the national budget speech with a specific focus on its impact on the country’s small business sector.</p>\r\n<p style=\"text-align: justify;\">The Breakfast will unpack the key indicators relevant to the economy at large as well as how it impacts on our outlook for the medium term and how corporates will react on their key mandate to support the growth of SMMEs as prescribed by the B-BBEE Codes of Good Practice under the Supplier and Enterprise Development (SED) elements respectively.</p>\r\n<p style=\"text-align: justify;\">An interactive panel discussion featuring B-BBEE thought leaders and verification agencies will unpack key strategies for corporates on how to optimize their SED elements on the Scorecard.</p>\r\n<p style=\"text-align: justify;\">The Budget will also indicate as to the levels of government funding allocated for supporting SMMEs over the next year and in particular how its agencies will deliver on expanding their programs for this sector. Representatives from various government small business support agencies will share their programs and how it aligns with that of the private sector and vice a versa.</p>\r\n<p style=\"text-align: justify;\">The Breakfast will be attended by corporate SED decision-makers as well as service providers and government agencies to engage each other in a much needed debate as to how to effectively deliver sustainable interventions to support growth and job creation within this sector.</p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong><em>The Small Business Live SED Summit and Awards</em></strong></span> will also be launched at the Breakfast in support of the <span style=\"color: #333399;\"><strong><em>Small Business Live TV Broadcast</em></strong></span>, which will be held on 30 and 31 March respectively. The Summit will gather all key stakeholders involved in the SED arena and it will debate the best practices and sustainable interventions that work within this sector. <span style=\"color: #333399;\"><strong><em>The Small Business Live TV Broadcast</em></strong></span> will be a countrywide initiative with thousands of SMMEs watching it at local sites showing them as to which financial programs are available for their businesses and how to access it.</p>\r\n<p style=\"text-align: justify;\">It is with the above in mind that we are invited potential Sponsors to partner us in this initiative and to assist with the much needed development within this most challenging segment of our economy.</p>\r\n<p style=\"text-align: justify;\">To receive a booking form <a href=\"mailto:gerrit@taranisco.co.za?subject=Please%20send%20us%20a%20Budget%20Breakfast%20Booking%20Form\">Click Here</a></p>\r\n\r\n<h4 class=\"vc_custom_heading\"></h4>\r\n<div class=\"wpb_text_column wpb_content_element \"></div>\r\n<div class=\"wpb_text_column wpb_content_element \"></div>','Budget Breakfast','','inherit','closed','closed','','724-revision-v1','','','2017-01-17 12:28:20','2017-01-17 12:28:20','',724,'http://www.taranisco.co.za/2017/01/17/724-revision-v1/',0,'revision','',0),(743,1,'2017-04-20 18:05:31','2017-04-20 18:05:31','<p style=\"text-align: justify;\">The inaugural <span style=\"color: #333399;\"><strong><em>Small Business Live Breakfast</em></strong></span> will take place in Johannesburg on Wednesday 26 July 2017 with a specific focus on  impact of the country\'s current economic landscape and how it impacts on the small business sector.</p>\r\n<p style=\"text-align: justify;\">The Breakfast will unpack the key indicators relevant to the economy outlook for the medium term and how corporates react on their key mandate to support the growth of SMMEs as prescribed by the B-BBEE Codes of Good Practice under the Supplier and Enterprise Development (SED) elements respectively.</p>\r\n<p style=\"text-align: justify;\">An interactive panel discussion featuring B-BBEE thought leaders and verification agencies will unpack key strategies for corporates on how to optimize their SED elements on the Scorecard.</p>\r\n<p style=\"text-align: justify;\">Government funding allocated for supporting SMMEs over the next year will also be unpacked and in particular how its agencies will deliver on expanding their programs for this sector. Representatives from various government\'s small business support agencies will share their programs and how it aligns with that of the private sector and vice a versa.</p>\r\n<p style=\"text-align: justify;\">The Breakfast will be attended by corporate SED decision-makers as well as service providers and government agencies to engage each other in a much needed debate on how to effectively deliver sustainable interventions to support growth and job creation within this sector.</p>\r\n<p style=\"text-align: justify;\"></p>\r\n<p style=\"text-align: justify;\">To receive a booking form <a href=\"mailto:gerrit@taranisco.co.za?subject=Please%20send%20us%20a%20SBL%20Breakfast%20Booking%20Form\">Click Here</a></p>\r\n<span style=\"color: #333399;\"><strong>For further details contact: </strong></span>\r\n\r\n<strong>Gerrit Davids | Lead Consultant</strong>\r\n\r\n<span style=\"color: #333399;\"><strong>TaranisCo Advisory CC</strong></span>\r\nWebsite: <a href=\"http://www.taranis.co.za/\">www.taranis.co.za</a>\r\n\r\n<strong><span style=\"color: #333399;\">Tel</span>.</strong> 011-026 4891\r\n<span style=\"color: #333399;\"><strong>Fax.</strong></span> 086 698 7882\r\n<span style=\"color: #333399;\"><strong>Cell.</strong> </span>+27 (0)82 496 1657\r\n<span style=\"color: #333399;\"><strong>Email:</strong></span> <a href=\"mailto:gerrit@taranisco.co.za\">gerrit@taranisco.co.za</a>','Small Business Live Breakfast','','inherit','closed','closed','','724-revision-v1','','','2017-04-20 18:05:31','2017-04-20 18:05:31','',724,'http://www.taranisco.co.za/2017/04/20/724-revision-v1/',0,'revision','',0),(726,1,'2017-01-17 12:30:48','2017-01-17 12:30:48','<p style=\"text-align: justify;\">The inaugural <span style=\"color: #333399;\"><strong><em>Small Business Live Budget Breakfast</em></strong></span> will take place in Johannesburg on Thursday 23 February 2017, the morning after the Minister of Finance has delivered the national budget speech with a specific focus on its impact on the country’s small business sector.</p>\r\n<p style=\"text-align: justify;\">The Breakfast will unpack the key indicators relevant to the economy at large as well as how it impacts on our outlook for the medium term and how corporates will react on their key mandate to support the growth of SMMEs as prescribed by the B-BBEE Codes of Good Practice under the Supplier and Enterprise Development (SED) elements respectively.</p>\r\n<p style=\"text-align: justify;\">An interactive panel discussion featuring B-BBEE thought leaders and verification agencies will unpack key strategies for corporates on how to optimize their SED elements on the Scorecard.</p>\r\n<p style=\"text-align: justify;\">The Budget will also indicate as to the levels of government funding allocated for supporting SMMEs over the next year and in particular how its agencies will deliver on expanding their programs for this sector. Representatives from various government small business support agencies will share their programs and how it aligns with that of the private sector and vice a versa.</p>\r\n<p style=\"text-align: justify;\">The Breakfast will be attended by corporate SED decision-makers as well as service providers and government agencies to engage each other in a much needed debate as to how to effectively deliver sustainable interventions to support growth and job creation within this sector.</p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong><em>The Small Business Live SED Summit and Awards</em></strong></span> will also be launched at the Breakfast in support of the <span style=\"color: #333399;\"><strong><em>Small Business Live TV Broadcast</em></strong></span>, which will be held on 30 and 31 March respectively. The Summit will gather all key stakeholders involved in the SED arena and it will debate the best practices and sustainable interventions that work within this sector. <span style=\"color: #333399;\"><strong><em>The Small Business Live TV Broadcast</em></strong></span> will be a countrywide initiative with thousands of SMMEs watching it at local sites showing them as to which financial programs are available for their businesses and how to access it.</p>\r\n<p style=\"text-align: justify;\">It is with the above in mind that we are invited potential Sponsors to partner us in this initiative and to assist with the much needed development within this most challenging segment of our economy.</p>\r\n<p style=\"text-align: justify;\">To receive a booking form <a href=\"mailto:gerrit@taranisco.co.za?subject=Please%20send%20us%20a%20Budget%20Breakfast%20Booking%20Form\">Click Here</a></p>\r\n<span style=\"color: #333399;\"><strong>For further details contact: </strong></span>\r\n\r\n<strong>Gerrit Davids | Lead Consultant</strong>\r\n\r\n<span style=\"color: #333399;\"><strong>TaranisCo Advisory CC</strong></span>\r\nWebsite: <a href=\"http://www.taranis.co.za/\">www.taranis.co.za</a>\r\n\r\n<strong><span style=\"color: #333399;\">Tel</span>.</strong> 011-026 4891\r\n<span style=\"color: #333399;\"><strong>Fax.</strong></span> 086 698 7882\r\n<span style=\"color: #333399;\"><strong>Cell.</strong> </span>+27 (0)82 496 1657\r\n<span style=\"color: #333399;\"><strong>Email:</strong></span> <a href=\"mailto:gerrit@taranisco.co.za\">gerrit@taranisco.co.za</a>\r\n<h4 class=\"vc_custom_heading\"></h4>','Budget Breakfast','','inherit','closed','closed','','724-revision-v1','','','2017-01-17 12:30:48','2017-01-17 12:30:48','',724,'http://www.taranisco.co.za/2017/01/17/724-revision-v1/',0,'revision','',0),(727,1,'2017-01-17 12:31:12','2017-01-17 12:31:12','<p style=\"text-align: justify;\">The inaugural <span style=\"color: #333399;\"><strong><em>Small Business Live Budget Breakfast</em></strong></span> will take place in Johannesburg on Thursday 23 February 2017, the morning after the Minister of Finance has delivered the national budget speech with a specific focus on its impact on the country’s small business sector.</p>\r\n<p style=\"text-align: justify;\">The Breakfast will unpack the key indicators relevant to the economy at large as well as how it impacts on our outlook for the medium term and how corporates will react on their key mandate to support the growth of SMMEs as prescribed by the B-BBEE Codes of Good Practice under the Supplier and Enterprise Development (SED) elements respectively.</p>\r\n<p style=\"text-align: justify;\">An interactive panel discussion featuring B-BBEE thought leaders and verification agencies will unpack key strategies for corporates on how to optimize their SED elements on the Scorecard.</p>\r\n<p style=\"text-align: justify;\">The Budget will also indicate as to the levels of government funding allocated for supporting SMMEs over the next year and in particular how its agencies will deliver on expanding their programs for this sector. Representatives from various government small business support agencies will share their programs and how it aligns with that of the private sector and vice a versa.</p>\r\n<p style=\"text-align: justify;\">The Breakfast will be attended by corporate SED decision-makers as well as service providers and government agencies to engage each other in a much needed debate as to how to effectively deliver sustainable interventions to support growth and job creation within this sector.</p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong><em>The Small Business Live SED Summit and Awards</em></strong></span> will also be launched at the Breakfast in support of the <span style=\"color: #333399;\"><strong><em>Small Business Live TV Broadcast</em></strong></span>, which will be held on 30 and 31 March respectively. The Summit will gather all key stakeholders involved in the SED arena and it will debate the best practices and sustainable interventions that work within this sector. <span style=\"color: #333399;\"><strong><em>The Small Business Live TV Broadcast</em></strong></span> will be a countrywide initiative with thousands of SMMEs watching it at local sites showing them as to which financial programs are available for their businesses and how to access it.</p>\r\n<p style=\"text-align: justify;\">It is with the above in mind that we are invited potential Sponsors to partner us in this initiative and to assist with the much needed development within this most challenging segment of our economy.</p>\r\n<p style=\"text-align: justify;\">To receive a booking form <a href=\"mailto:gerrit@taranisco.co.za?subject=Please%20send%20us%20a%20Budget%20Breakfast%20Booking%20Form\">Click Here</a></p>\r\n<span style=\"color: #333399;\"><strong>For further details contact: </strong></span>\r\n\r\n<strong>Gerrit Davids | Lead Consultant</strong>\r\n\r\n<span style=\"color: #333399;\"><strong>TaranisCo Advisory CC</strong></span>\r\nWebsite: <a href=\"http://www.taranis.co.za/\">www.taranis.co.za</a>\r\n\r\n<strong><span style=\"color: #333399;\">Tel</span>.</strong> 011-026 4891\r\n<span style=\"color: #333399;\"><strong>Fax.</strong></span> 086 698 7882\r\n<span style=\"color: #333399;\"><strong>Cell.</strong> </span>+27 (0)82 496 1657\r\n<span style=\"color: #333399;\"><strong>Email:</strong></span> <a href=\"mailto:gerrit@taranisco.co.za\">gerrit@taranisco.co.za</a>','Budget Breakfast','','inherit','closed','closed','','724-revision-v1','','','2017-01-17 12:31:12','2017-01-17 12:31:12','',724,'http://www.taranisco.co.za/2017/01/17/724-revision-v1/',0,'revision','',0),(728,1,'2017-01-17 12:32:00','2017-01-17 12:32:00',' ','','','publish','closed','closed','','728','','','2018-04-26 08:40:18','2018-04-26 08:40:18','',0,'http://www.taranisco.co.za/?p=728',3,'nav_menu_item','',0),(759,1,'2017-04-20 21:04:25','2017-04-20 21:04:25','[vc_row][vc_column][vc_column_text]<span style=\"color: #333399;\"><strong>Watch the Small Business Live TV broadcast at your local venue!</strong></span>\n<p style=\"text-align: justify;\"><em><span style=\"color: #333399;\"><strong>Small Business Live</strong></span> </em>will take place on Wednesday 26 July 2017 and will kick off with the <span style=\"color: #333399;\"><em><strong>Small Business Live Icon\'s Breakfast</strong></em></span> and followed by an exclusive national TV broadcast, via satellite to locations across the country.</p>\n<p style=\"text-align: justify;\">The broadcast is a groundbreaking initiative aimed at presenting all of government\'s small business support programs to thousands of entrepreneurs at hundreds of venues countrywide.</p>\n<p style=\"text-align: justify;\">The day will kick-off with the <span style=\"color: #333399;\"><em><strong>Small Business Live Icon\'s Breakfast</strong></em><span style=\"color: #000000;\">, which will feature panel discussions with successful business people sharing their strategies with guests in a highly interactive environment.</span></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong><em>The Small Business Live TV Broadcast</em></strong></span> aims to feature \"how to presentations\" on government\'s key support programs like the Small Enterprise Development Agency (Seda); Small Enterprise Finance Agency (SEFA); National Empowerment Fund (NEF); Industrial Development Corporation (IDC); National Youth Development Agency (NYDA); Land Bank, MAFISA and corporate B-BBEE Enterprise Development Programs as well as Access to Finance from the major banks.</p>\n<p style=\"text-align: justify;\">Thousands of entrepreneurs will be hosted at venues in their local communities by municipalities, provincial economic development departments, corporates and agencies as well as independent small business support organisations.</p>\n<p style=\"text-align: justify;\">Delegates attending <span style=\"color: #333399;\"><em><strong>Small Business Live TV Broadcast</strong></em></span> will be able to interact with the presenters via SMS, Twitter and Facebook respectively.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><em><strong>Small Business Live will Empower Your Business!</strong></em></span> A powerful Masterclass will be held after lunch wherein delegates will hear from our industry thought leaders on how to supply big business and also how to tender for government contracts.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Ticket Options</strong></span></p>\n<span style=\"color: #ff0000;\"><strong>Free Ticket</strong></span>\n- Free Entry only to watch the Small Business Live Broadcast on site\n- Lunch not included\n<span style=\"color: #333399;\"><strong>Price:</strong> </span>Not Applicable\n\n<span style=\"color: #ff0000;\"><strong>Bronze Ticket</strong></span>\n- Attend the Small Business Budget Breakfast\n- Watch the Small Business Live TV Broadcast on site\n- Lunch not included\n<strong><span style=\"color: #333399;\">Price:</span></strong> R990.00\n\n<strong><span style=\"color: #ff0000;\">Silver Ticket</span></strong>\n- Watch the Small Business Live TV Broadcast on site\n- Special Seating Arrangements\n- Attend the Masterclass\n- Lunch included\n<span style=\"color: #333399;\"><strong>Price:</strong> </span>R1950.00\n\n<span style=\"color: #ff0000;\"><strong>Gold Package</strong></span>\n- Attend the Small Business Budget Breakfast\n- Watch the Small Business Live TV on site\n- Attend the Small Business Masterclass\n- Early Entrance\n- Special Seating Arrangements at the Small Business Budget Breakfast, TV Broadcast, Lunch &amp; Masterclass\n- Lunch with Speakers &amp; VIP’s\n- Small Business Live Goody Bag\n<span style=\"color: #333399;\"><strong>Price:</strong></span> 2950.00\n\nTo receive a booking form <a href=\"http://www.taranisco.co.za/registration/\">Click Here</a>\n\n<p style=\"text-align: justify;\">[/vc_column_text][/vc_column][/vc_row]','Watch it Live!','','inherit','closed','closed','','618-revision-v1','','','2017-04-20 21:04:25','2017-04-20 21:04:25','',618,'http://www.taranisco.co.za/2017/04/20/618-revision-v1/',0,'revision','',0),(729,1,'2017-01-17 12:42:09','2017-01-17 12:42:09','[vc_row][vc_column][vc_column_text]<span style=\"color: #333399;\"><strong>Watch the Small Business Live TV broadcast at your local venue!</strong></span>\n<p style=\"text-align: justify;\"><em><span style=\"color: #333399;\"><strong>Small Business Live</strong></span> </em>will take place on Thursday 30 March 2017 and will kick off with the <span style=\"color: #333399;\"><em><strong>Small Business Live Icon\'s Breakfast</strong></em></span> and followed by an exclusive national TV broadcast, via satellite to locations across the country.</p>\n<p style=\"text-align: justify;\">The broadcast is a groundbreaking initiative aimed at presenting all of government\'s small business support programs to thousands of entrepreneurs at hundreds of venues countrywide.</p>\n<p style=\"text-align: justify;\">The day will kick-off with the <span style=\"color: #333399;\"><em><strong>Small Business Live Icon\'s Breakfast</strong></em><span style=\"color: #000000;\">, which will feature panel discussions with successful business people sharing their strategies with guests in a highly interactive environment.</span></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong><em>The Small Business Live TV Broadcast</em></strong></span> aims to feature \"how to presentations\" on government\'s key support programs like the Small Enterprise Development Agency (Seda); Small Enterprise Finance Agency (SEFA); National Empowerment Fund (NEF); Industrial Development Corporation (IDC); National Youth Development Agency (NYDA); Land Bank, MAFISA and corporate B-BBEE Enterprise Development Programs as well as Access to Finance from the major banks.</p>\n<p style=\"text-align: justify;\">Thousands of entrepreneurs will be hosted at venues in their local communities by municipalities, provincial economic development departments, corporates and agencies as well as independent small business support organisations.</p>\n<p style=\"text-align: justify;\">Delegates attending <span style=\"color: #333399;\"><em><strong>Small Business Live TV Broadcast</strong></em></span> will be able to interact with the presenters via SMS, Twitter and Facebook respectively.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><em><strong>Small Business Live will Empower Your Business!</strong></em></span> A powerful Masterclass will be held after lunch wherein delegates will hear from our industry thought leaders on how to supply big business and also how to tender for government contracts.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Ticket Options</strong></span></p>\n<span style=\"color: #ff0000;\"><strong>Free Ticket</strong></span>\n- Free Entry only to watch the Small Business Live Broadcast on site\n- Lunch not included\n<span style=\"color: #333399;\"><strong>Price:</strong> </span>Not Applicable\n\n<span style=\"color: #ff0000;\"><strong>Bronze Ticket</strong></span>\n- Attend the Small Business Budget Breakfast\n- Watch the Small Business Live TV Broadcast on site\n- Lunch not included\n<strong><span style=\"color: #333399;\">Price:</span></strong> R990.00\n\n<strong><span style=\"color: #ff0000;\">Silver Ticket</span></strong>\n- Watch the Small Business Live TV Broadcast on site\n- Special Seating Arrangements\n- Attend the Masterclass\n- Lunch included\n<span style=\"color: #333399;\"><strong>Price:</strong> </span>R1950.00\n\n<span style=\"color: #ff0000;\"><strong>Gold Package</strong></span>\n- Attend the Small Business Budget Breakfast\n- Watch the Small Business Live TV on site\n- Attend the Small Business Masterclass\n- Early Entrance\n- Special Seating Arrangements at the Small Business Budget Breakfast, TV Broadcast, Lunch &amp; Masterclass\n- Lunch with Speakers &amp; VIP’s\n- Small Business Live Goody Bag\n<span style=\"color: #333399;\"><strong>Price:</strong></span> 2950.00\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Host a Small Business Live Viewing Site</strong></span></p>\n<p style=\"text-align: justify;\">If you are a municipality, provincial economic development department, private or state small business support agency and would like to host a view ing site: <a href=\"mailto:gerrit@taranisco.co.za?subject=We%20are%20interested%20to%20host%20a%20Small%20Business%20Live%20Viewing%20Site\">Click Here</a></p>\n[/vc_column_text][/vc_column][/vc_row]','Watch it Live!','','inherit','closed','closed','','618-revision-v1','','','2017-01-17 12:42:09','2017-01-17 12:42:09','',618,'http://www.taranisco.co.za/2017/01/17/618-revision-v1/',0,'revision','',0),(800,1,'2018-04-24 08:37:33','2018-04-24 08:37:33','[vc_row][vc_column][vc_column_text]\n<p style=\"text-align: justify;\">The inaugural <strong><span style=\"color: #333399;\"><em>Enterprise Development Summit</em></span></strong> will take place on Tuesday 26 June 2017<span style=\"color: #333399;\"><strong> </strong><span style=\"color: #000000;\">a day before the <em><strong><span style=\"color: #333399;\">Small Business Live TV Broadcast</span></strong></em> event and it will<strong><em> </em></strong></span></span>afford both public and private sector stakeholders the opportunity to partner this auspicious occasion, which will create an interactive platform to debate the real impact of the support rendered to the country’s SMME segment.</p>\n<p style=\"text-align: justify;\">The Summit will cover the essential issues pertaining to the challenges facing Enterprise Development support programs and more in particular a discussion that will centre on forging closer cooperation between the respective stakeholders.</p>\n<p style=\"text-align: justify;\">The Summit will aim to ensure that this sector of the economy indeed receive its fair share of growth opportunities through sustainable interventions leading to much needed growth in GDP coupled with the key priority economic challenges faced by the country as a whole.</p>\n<p style=\"text-align: justify;\">The first ever <span style=\"color: #333399;\"><em><strong>Enterprise &amp; Supplier Development Awards (ESDA\'s)</strong></em></span> will also form part of the Summit and stakeholders will reach recognition for their unselfish passion and commitment towards the developmental needs of small businesses in general. Awards will handed out in three different categories inclusive of government, business support organisations and corporate enterprise development programmes respectively.</p>\n<p style=\"text-align: justify;\">The Summit will be followed by the <span style=\"color: #333399;\"><strong><em>Small Business Live Icons Breakfast and the Small Business Live TV Broadcast </em></strong><span style=\"color: #000000;\">on Wednesday 27 June 2018 </span></span><span style=\"color: #000000;\">respectively</span>, of which the latter will be screened countrywide to venue’s hosted by municipalities, NGO’s an support agencies as well as other government entities hosting 1000’s of small businesses. The Broadcast will share with them as to how to go about accessing both government and private sector support programs to grow their enterprises.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong> Schedule:</strong></span></p>\n<span style=\"color: #333399;\"><strong>Tuesday 26 June 2018:</strong></span> Enterprise Development Summit &amp; Awards\' Dinner\n\n<span style=\"color: #333399;\"><strong>Wednesday 27 June 2018:</strong></span> Small Business Live Breakfast and Small Business Live TV Broadcast (Studio Audience &amp; Site Viewing)[/vc_column_text][/vc_column][/vc_row]','Enterprise Development Summit','','inherit','closed','closed','','611-revision-v1','','','2018-04-24 08:37:33','2018-04-24 08:37:33','',611,'http://www.taranisco.co.za/2018/04/24/611-revision-v1/',0,'revision','',0),(730,1,'2017-01-17 12:52:16','2017-01-17 12:52:16','[vc_row][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]</p>\r\n<p style=\"text-align: justify;\">The inaugural <strong><span style=\"color: #333399;\"><em>Supplier &amp;</em></span> <span style=\"color: #333399;\"><em>Enterprise Development Summit</em></span></strong> will take place on Wednesday 29 March 2017<span style=\"color: #333399;\"><strong> </strong><span style=\"color: #000000;\">a day before the <em><strong><span style=\"color: #333399;\">Small Business Live TV Broadcast</span></strong></em> event and it will<strong><em> </em></strong></span></span>afford both public and private sector stakeholders the opportunity to partner this auspicious occasion, which will create an interactive platform to debate the real impact of the support rendered to the country’s SMME segment.</p>\r\n<p style=\"text-align: justify;\">The Summit will cover the essential issues pertaining to the challenges facing Supplier &amp; Enterprise Development programs and more in particular a discussion that will centre on forging closer cooperation between the respective stakeholders.</p>\r\n<p style=\"text-align: justify;\">The Summit will aim to ensure that this sector of the economy indeed receive its fair share of growth opportunities through sustainable interventions leading to much needed growth in GDP coupled with the key priority economic challenges faced by the country as a whole.</p>\r\n<p style=\"text-align: justify;\">The first ever <span style=\"color: #333399;\"><em><strong>Supplier &amp; Enterprise Development Awards</strong></em></span> will also form part of the Summit and stakeholders will reach recognition for their unselfish passion and commitment towards the developmental needs of small businesses in general. Awards will handed out in three different categories inclusive of government, business support organisations and corporate enterprise development programmes respectively.</p>\r\n<p style=\"text-align: justify;\">The Summit will be followed by the <span style=\"color: #333399;\"><strong><em>Small Business Live Icons Breakfast and the Small Business Live TV Broadcast </em></strong><span style=\"color: #000000;\">on Thursday 30 March 2017 </span></span><span style=\"color: #000000;\">respectively</span>, of which the latter will be screened countrywide to venue’s hosted by municipalities, NGO’s an support agencies as well as other government entities hosting 1000’s of small businesses. The Broadcast will share with them as to how to go about accessing both government and private sector support programs to grow their enterprises.</p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong> Schedule:</strong></span></p>\r\n<span style=\"color: #333399;\"><strong>29 March 2017:</strong></span> Supplier &amp; Enterprise Development Summit &amp; Awards\' Dinner\r\n\r\n<span style=\"color: #333399;\"><strong>30 March 2017:</strong></span> Small Business Live Icons Breakfast and Small Business Live TV Broadcast (Studio Audience &amp; Site Viewing)\r\n\r\n<span style=\"color: #333399;\"><strong>Further Details coming soon.</strong></span>[/vc_column_text][/vc_column][/vc_row]','Enterprise Development Indaba','','inherit','closed','closed','','611-revision-v1','','','2017-01-17 12:52:16','2017-01-17 12:52:16','',611,'http://www.taranisco.co.za/2017/01/17/611-revision-v1/',0,'revision','',0),(731,1,'2017-01-17 12:53:51','2017-01-17 12:53:51','[vc_row][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]</p>\r\n<p style=\"text-align: justify;\">The inaugural <strong><span style=\"color: #333399;\"><em>Supplier &amp;</em></span> <span style=\"color: #333399;\"><em>Enterprise Development Summit</em></span></strong> will take place on Wednesday 29 March 2017<span style=\"color: #333399;\"><strong> </strong><span style=\"color: #000000;\">a day before the <em><strong><span style=\"color: #333399;\">Small Business Live TV Broadcast</span></strong></em> event and it will<strong><em> </em></strong></span></span>afford both public and private sector stakeholders the opportunity to partner this auspicious occasion, which will create an interactive platform to debate the real impact of the support rendered to the country’s SMME segment.</p>\r\n<p style=\"text-align: justify;\">The Summit will cover the essential issues pertaining to the challenges facing Supplier &amp; Enterprise Development programs and more in particular a discussion that will centre on forging closer cooperation between the respective stakeholders.</p>\r\n<p style=\"text-align: justify;\">The Summit will aim to ensure that this sector of the economy indeed receive its fair share of growth opportunities through sustainable interventions leading to much needed growth in GDP coupled with the key priority economic challenges faced by the country as a whole.</p>\r\n<p style=\"text-align: justify;\">The first ever <span style=\"color: #333399;\"><em><strong>Supplier &amp; Enterprise Development Awards</strong></em></span> will also form part of the Summit and stakeholders will reach recognition for their unselfish passion and commitment towards the developmental needs of small businesses in general. Awards will handed out in three different categories inclusive of government, business support organisations and corporate enterprise development programmes respectively.</p>\r\n<p style=\"text-align: justify;\">The Summit will be followed by the <span style=\"color: #333399;\"><strong><em>Small Business Live Icons Breakfast and the Small Business Live TV Broadcast </em></strong><span style=\"color: #000000;\">on Thursday 30 March 2017 </span></span><span style=\"color: #000000;\">respectively</span>, of which the latter will be screened countrywide to venue’s hosted by municipalities, NGO’s an support agencies as well as other government entities hosting 1000’s of small businesses. The Broadcast will share with them as to how to go about accessing both government and private sector support programs to grow their enterprises.</p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong> Schedule:</strong></span></p>\r\n<span style=\"color: #333399;\"><strong>29 March 2017:</strong></span> Supplier &amp; Enterprise Development Summit &amp; Awards\' Dinner\r\n\r\n<span style=\"color: #333399;\"><strong>30 March 2017:</strong></span> Small Business Live Icons Breakfast and Small Business Live TV Broadcast (Studio Audience &amp; Site Viewing)\r\n\r\n<span style=\"color: #333399;\"><strong>Further Details coming soon.</strong></span>[/vc_column_text][/vc_column][/vc_row]','SED Summit','','inherit','closed','closed','','611-revision-v1','','','2017-01-17 12:53:51','2017-01-17 12:53:51','',611,'http://www.taranisco.co.za/2017/01/17/611-revision-v1/',0,'revision','',0),(732,1,'2017-01-17 12:57:47','2017-01-17 12:57:47','[vc_row padding_top=\"1em\"][vc_column width=\"1/2\"][vc_custom_heading text=\"How to register\" uppercase=\"yes\" font_container=\"tag:h3|text_align:left\"][vc_column_text]<span style=\"color: #333399;\"><strong>Small Business Live TV Broadcast: Registration</strong></span>\n\nAll participants must fill out the form below. An email confirming your registration will be sent to you once the process is complete.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Notice\" uppercase=\"yes\" font_container=\"tag:h3|text_align:left\"][vc_column_text]Once we\'ve received your details, we will check it against our list of participating venues and advise you accordingly. Where no participating venue is found when registering, we will endeavour to contact your local municipality to consider hosting a site.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"16px\"][contact-form-7 id=\"7\"][/vc_column][/vc_row]','Registration','','inherit','closed','closed','','334-revision-v1','','','2017-01-17 12:57:47','2017-01-17 12:57:47','',334,'http://www.taranisco.co.za/2017/01/17/334-revision-v1/',0,'revision','',0),(735,1,'2017-01-17 13:12:56','2017-01-17 13:12:56','[vc_row margin_top=\"-1em\"][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">SMALL BUSINESS LIVE, TV BROADCAST TO REACH 1000\'s!</span></h2>\n<p style=\"text-align: justify;\">Be part of this groundbreaking TV Broadcast, which will be watched countrywide in a three-hour long presentation on how to successfully access small business support programmes offered by both the government and the private sector respectively.</p>\n<p style=\"text-align: justify;\">Small Business Live will partner with local municipalities and provincial government departments to host venue\'s in their areas allowing local small businesses to attend and watch the broadcast. The broadcast will eliminate the need for rural small businesses to travel to bigger towns and cities since they can watch the presentations in the comfort of a local venue.</p>\n<p style=\"text-align: justify;\"><strong>BOOK YOUR SEAT NOW!</strong></p>\n[/vc_column_text][vc_btn title=\"Registration\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F|||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">GROW YOUR BUSINESS TODAY!</span></h2>\n<p style=\"text-align: justify;\">By attending Small Business Live you will be empowered on how to submit effective applications for support programmes available in the market and improve the capacity of your enterprise to serve your clients more efficiently.</p>\n<p style=\"text-align: justify;\">Government\'s tendering laws are in the process of being changed and all big companies will now be forced to sub-contract with small businesses that are owned by youth, women and people living in rural areas.</p>\n<p style=\"text-align: justify;\">Companies will also be looking to build the capacity of small businesses through Supplier &amp; Enterprise Development Programmes and by attending Small Business Live, you will put yourself in the frontline of these support initiatives.</p>\n<p style=\"text-align: justify;\"><strong>BENEFIT FROM TOP ADVISE!</strong></p>\n[/vc_column_text][vc_btn title=\"Registration\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F|||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">WATCH IT LIVE AND WIN GREAT PRIZES!</span></h2>\n<p style=\"text-align: justify;\">All delegates watching the Small Business Live broadcast at any participating venue will be in line to win exciting prizes! <strong>Please Note:</strong> <em>The broadcast can only be watched at participating venue\'s. Please call us if your area is not listed.</em></p>\n<p style=\"text-align: justify;\"><strong>WIN!</strong></p>\n\n<ul style=\"text-align: justify;\">\n 	<li>An exclusive lunch with some of SA\'s top self made business icons</li>\n 	<li>Win Business Support Vouchers to grow your business</li>\n 	<li>Win web site design-vouchers to market your business</li>\n 	<li>Win Online/Digital Marketing Campaign-vouchers</li>\n 	<li>Win Mobile Data-vouchers</li>\n 	<li>Win Radio Exposure-vouchers</li>\n 	<li>Win Print Media Exposure-vouchers</li>\n</ul>\n<p style=\"text-align: justify;\"><strong>WATCH LIVE AND WIN!</strong></p>\n[/vc_column_text][vc_btn title=\"Registration\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F|||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\"][/vc_column][/vc_row][vc_row][vc_column][om_reduce_space height=\"1em\"][vc_cta h2=\"Don\'t miss this unique business support opportunity!\" h4=\"Join the discussion on the future of Small Business in South Africa!\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Interact with Our (color1)Speakers(/color1)\n\nLive via SMS, Twitter &amp; Facebook!\" uppercase=\"yes\" text_additional=\"Get a Front Row Seat and Get Empowered!\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Speakers\"][om_reduce_space height=\"1em\"][/vc_column][/vc_row][vc_row bg_type=\"gradient\" gradient_type=\"diagonal2\" bg_color=\"#676767\" bg_color2=\"#313131\" font_color=\"#ffffff\"][vc_column][om_testimonials filter=\"category\" categories=\"group-1\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"(color1)Broadcast(/color1) Schedule:\n\n(color2)10:00-13:00(/color2) \" uppercase=\"yes\" text_additional=\"Arrive early to avoid disappointment!\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Schedule\"][om_agenda display_speakers=\"\"][om_agenda_day title=\"Small Business Live: TV Broadcast\" date=\"30 March 2017\"][om_agenda_item time=\"09:50 \" room=\" \" title=\"All delegates to be seated\"] [/om_agenda_item][om_agenda_item time=\"10:00-10:05\" room=\" \" title=\"Broadcast Commences with Opening & Welcome\"] [/om_agenda_item][om_agenda_item time=\"10:05-10:20\" room=\" \" title=\"Access to Finance: First Presentation\"] .[/om_agenda_item][om_agenda_item time=\"10:20-10:35\" title=\"Access to Finance: Second Presentation\"][/om_agenda_item][om_agenda_item time=\"10:35-10:50\" title=\"Access to Finance: Third Presentation\"][/om_agenda_item][om_agenda_item time=\"10:50-11:05\" title=\"Access to Finance: Fourth Presentation\"][/om_agenda_item][om_agenda_item time=\"11:05-11:20\" title=\"Access to Finance: Fifth Presentation\"][/om_agenda_item][om_agenda_item time=\"11.20-11.30\" title=\"Delegates\' Questions & Answers\"][/om_agenda_item][om_agenda_item time=\"11:30-11:50\" title=\"Networking Break\"][/om_agenda_item][om_agenda_item time=\"11:50-12:05\" title=\"Access to Finance: Sixth Presentation \"][/om_agenda_item][om_agenda_item time=\"11:05-11:20\" title=\"Access to Finance: Seventh Presentation\"][/om_agenda_item][om_agenda_item time=\"12:20-12:55\" title=\"The Best Advice Ever: Panel Discussion\"][/om_agenda_item][om_agenda_item time=\"12:55-13:00\" title=\"Broadcast Ends\"][/om_agenda_item][/om_agenda_day][om_agenda_day][/om_agenda_day][/om_agenda][vc_cta h2=\"Number of participants is limited!\" h4=\"Don\'t miss your seat!\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"2em\"][vc_custom_heading text=\"Our (color1)Sponsors(/color1) and Partners\" uppercase=\"yes\" text_additional=\"If you would like to become a Sponsoring Partner to Small Business Live, contact Gerrit on Cell. 082 496 1657 or gerrit@taranisco.co.za\" font_container=\"tag:h1|text_align:center\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','12-revision-v1','','','2017-01-17 13:12:56','2017-01-17 13:12:56','',12,'http://www.taranisco.co.za/2017/01/17/12-revision-v1/',0,'revision','',0),(734,1,'2017-01-17 13:07:11','2017-01-17 13:07:11','[vc_row margin_top=\"-1em\"][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\r\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">SMALL BUSINESS LIVE, TV BROADCAST TO REACH 1000\'s!</span></h2>\r\n<p style=\"text-align: justify;\">Be part of this groundbreaking TV Broadcast, which will be watched countrywide in a three-hour long presentation on how to successfully access small business support programmes offered by both the government and the private sector respectively.</p>\r\n<p style=\"text-align: justify;\">Small Business Live will partner with local municipalities and provincial government departments to host venue\'s in their areas allowing local small businesses to attend and watch the broadcast. The broadcast will eliminate the need for rural small businesses to travel to bigger towns and cities since they can watch the presentations in the comfort of a local venue.</p>\r\n<p style=\"text-align: justify;\"><strong>BOOK YOUR SEAT NOW!</strong></p>\r\n[/vc_column_text][vc_btn title=\"Registration\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F|||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\r\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">GROW YOUR BUSINESS TODAY!</span></h2>\r\n<p style=\"text-align: justify;\">By attending Small Business Live you will be empowered on how to submit effective applications for support programmes available in the market and improve the capacity of your enterprise to serve your clients more efficiently.</p>\r\n<p style=\"text-align: justify;\">Government\'s tendering laws are in the process of being changed and all big companies will now be forced to sub-contract with small businesses that are owned by youth, women and people living in rural areas.</p>\r\n<p style=\"text-align: justify;\">Companies will also be looking to build the capacity of small businesses through Supplier &amp; Enterprise Development Programmes and by attending Small Business Live, you will put yourself in the frontline of these support initiatives.</p>\r\n<p style=\"text-align: justify;\"><strong>BENEFIT FROM TOP ADVISE!</strong></p>\r\n[/vc_column_text][vc_btn title=\"Registration\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F|||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space height=\"2em\"][vc_column_text]\r\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">WATCH IT LIVE AND WIN GREAT PRIZES!</span></h2>\r\n<p style=\"text-align: justify;\">All delegates watching the Small Business Live broadcast at any participating venue will be in line to win exciting prizes! <strong>Please Note:</strong> <em>The broadcast can only be watched at participating venue\'s. Please call us if your area is not listed.</em></p>\r\n<p style=\"text-align: justify;\"><strong>WIN!</strong></p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n 	<li>An exclusive lunch with some of SA\'s top self made business icons</li>\r\n 	<li>Win Business Support Vouchers to grow your business</li>\r\n 	<li>Win web site design-vouchers to market your business</li>\r\n 	<li>Win Online/Digital Marketing Campaign-vouchers</li>\r\n 	<li>Win Mobile Data-vouchers</li>\r\n 	<li>Win Radio Exposure-vouchers</li>\r\n 	<li>Win Print Media Exposure-vouchers</li>\r\n</ul>\r\n<p style=\"text-align: justify;\"><strong>WATCH LIVE AND WIN!</strong></p>\r\n[/vc_column_text][vc_btn title=\"Registration\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F|||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\"][/vc_column][/vc_row][vc_row][vc_column][om_reduce_space height=\"1em\"][vc_cta h2=\"Don\'t miss this unique business support opportunity!\" h4=\"Join the discussion on the future of Small Business in South Africa!\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Interact with Our (color1)Speakers(/color1)\r\n\r\nLive via SMS, Twitter &amp; Facebook!\" uppercase=\"yes\" text_additional=\"Get a Front Row Seat and Get Empowered!\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Speakers\"][om_reduce_space height=\"1em\"][/vc_column][/vc_row][vc_row bg_type=\"gradient\" gradient_type=\"diagonal2\" bg_color=\"#676767\" bg_color2=\"#313131\" font_color=\"#ffffff\"][vc_column][om_testimonials filter=\"category\" categories=\"group-1\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"(color1)Broadcast(/color1) Schedule:\r\n\r\n(color2)10:00-13:00(/color2) \" uppercase=\"yes\" text_additional=\"Arrive early to avoid disappointment!\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Schedule\"][om_agenda display_speakers=\"\"][om_agenda_day title=\"Small Business Live: TV Broadcast\" date=\"30 March 2017\"][om_agenda_item time=\"08:50 \" room=\" \" title=\"All delegates to be seated\"] [/om_agenda_item][om_agenda_item time=\"09:00-09:05\" room=\" \" title=\"Broadcast Commences with Opening &amp; Welcome\"] [/om_agenda_item][om_agenda_item time=\"09:05-09:20\" room=\" \" title=\"Access to Finance: First Presentation\"] .[/om_agenda_item][om_agenda_item time=\"09:20-09:35\" title=\"Access to Finance: Second Presentation\"][/om_agenda_item][om_agenda_item time=\"09:35-09:50\" title=\"Access to Finance: Third Presentation\"][/om_agenda_item][om_agenda_item time=\"09:50-10:05\" title=\"Access to Finance: Fourth Presentation\"][/om_agenda_item][om_agenda_item time=\"10:05-10:20\" title=\"Access to Finance: Fifth Presentation\"][/om_agenda_item][om_agenda_item time=\"10.20-10.30\" title=\"Delegates\' Questions &amp; Answers\"][/om_agenda_item][om_agenda_item time=\"10:30-10:50\" title=\"Networking Break\"][/om_agenda_item][om_agenda_item time=\"10:50-11:05\" title=\"Access to Finance: Sixth Presentation \"][/om_agenda_item][om_agenda_item time=\"11:05-11:20\" title=\"Access to Finance: Seventh Presentation\"][/om_agenda_item][om_agenda_item time=\"11:20-11:55\" title=\"The Best Advice Ever: Panel Discussion\"][/om_agenda_item][om_agenda_item time=\"11:55-12:00\" title=\"Broadcast Ends\"][/om_agenda_item][/om_agenda_day][om_agenda_day][/om_agenda_day][/om_agenda][vc_cta h2=\"Number of participants is limited!\" h4=\"Don\'t miss your seat!\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"2em\"][vc_custom_heading text=\"Our (color1)Sponsors(/color1) and Partners\" uppercase=\"yes\" text_additional=\"If you would like to become a Sponsoring Partner to Small Business Live, contact Gerrit on Cell. 082 496 1657 or gerrit@taranisco.co.za\" font_container=\"tag:h1|text_align:center\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','12-revision-v1','','','2017-01-17 13:07:11','2017-01-17 13:07:11','',12,'http://www.taranisco.co.za/2017/01/17/12-revision-v1/',0,'revision','',0),(736,1,'2017-01-17 13:13:52','2017-01-17 13:13:52','[vc_row margin_top=\"-1em\"][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">SMALL BUSINESS LIVE, TV BROADCAST TO REACH 1000\'s!</span></h2>\n<p style=\"text-align: justify;\">Be part of this groundbreaking TV Broadcast, which will be watched countrywide in a three-hour long presentation on how to successfully access small business support programmes offered by both the government and the private sector respectively.</p>\n<p style=\"text-align: justify;\">Small Business Live will partner with local municipalities and provincial government departments to host venue\'s in their areas allowing local small businesses to attend and watch the broadcast. The broadcast will eliminate the need for rural small businesses to travel to bigger towns and cities since they can watch the presentations in the comfort of a local venue.</p>\n<p style=\"text-align: justify;\"><strong>BOOK YOUR SEAT NOW!</strong></p>\n[/vc_column_text][vc_btn title=\"Registration\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F|||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">GROW YOUR BUSINESS TODAY!</span></h2>\n<p style=\"text-align: justify;\">By attending Small Business Live you will be empowered on how to submit effective applications for support programmes available in the market and improve the capacity of your enterprise to serve your clients more efficiently.</p>\n<p style=\"text-align: justify;\">Government\'s tendering laws are in the process of being changed and all big companies will now be forced to sub-contract with small businesses that are owned by youth, women and people living in rural areas.</p>\n<p style=\"text-align: justify;\">Companies will also be looking to build the capacity of small businesses through Supplier &amp; Enterprise Development Programmes and by attending Small Business Live, you will put yourself in the frontline of these support initiatives.</p>\n<p style=\"text-align: justify;\"><strong>BENEFIT FROM TOP ADVISE!</strong></p>\n[/vc_column_text][vc_btn title=\"Registration\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F|||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">WATCH IT LIVE AND WIN GREAT PRIZES!</span></h2>\n<p style=\"text-align: justify;\">All delegates watching the Small Business Live broadcast at any participating venue will be in line to win exciting prizes! <strong>Please Note:</strong> <em>The broadcast can only be watched at participating venue\'s. Please call us if your area is not listed.</em></p>\n<p style=\"text-align: justify;\"><strong>WIN!</strong></p>\n\n<ul style=\"text-align: justify;\">\n 	<li>An exclusive lunch with some of SA\'s top self made business icons</li>\n 	<li>Win Business Support Vouchers to grow your business</li>\n 	<li>Win web site design-vouchers to market your business</li>\n 	<li>Win Online/Digital Marketing Campaign-vouchers</li>\n 	<li>Win Mobile Data-vouchers</li>\n 	<li>Win Radio Exposure-vouchers</li>\n 	<li>Win Print Media Exposure-vouchers</li>\n</ul>\n<p style=\"text-align: justify;\"><strong>WATCH LIVE AND WIN!</strong></p>\n[/vc_column_text][vc_btn title=\"Registration\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F|||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\"][/vc_column][/vc_row][vc_row][vc_column][om_reduce_space height=\"1em\"][vc_cta h2=\"Don\'t miss this unique business support opportunity!\" h4=\"Join the discussion on the future of Small Business in South Africa!\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Interact with Our (color1)Speakers(/color1)\n\nLive via SMS, Twitter &amp; Facebook!\" uppercase=\"yes\" text_additional=\"Get a Front Row Seat and Get Empowered!\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Speakers\"][om_reduce_space height=\"1em\"][/vc_column][/vc_row][vc_row bg_type=\"gradient\" gradient_type=\"diagonal2\" bg_color=\"#676767\" bg_color2=\"#313131\" font_color=\"#ffffff\"][vc_column][om_testimonials filter=\"category\" categories=\"group-1\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"(color1)Broadcast(/color1) Schedule:\n\n(color2)10:00-13:00(/color2) \" uppercase=\"yes\" text_additional=\"Arrive early to avoid disappointment!\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Schedule\"][om_agenda display_speakers=\"\"][om_agenda_day title=\"Small Business Live: TV Broadcast\" date=\"30 March 2017\"][om_agenda_item time=\"09:50 \" room=\" \" title=\"All delegates to be seated\"] [/om_agenda_item][om_agenda_item time=\"10:00-10:05\" room=\" \" title=\"Broadcast Commences with Opening & Welcome\"] [/om_agenda_item][om_agenda_item time=\"10:05-10:20\" room=\" \" title=\"Access to Finance: First Presentation\"] .[/om_agenda_item][om_agenda_item time=\"10:20-10:35\" title=\"Access to Finance: Second Presentation\"][/om_agenda_item][om_agenda_item time=\"10:35-10:50\" title=\"Access to Finance: Third Presentation\"][/om_agenda_item][om_agenda_item time=\"10:50-11:05\" title=\"Access to Finance: Fourth Presentation\"][/om_agenda_item][om_agenda_item time=\"11:05-11:20\" title=\"Access to Finance: Fifth Presentation\"][/om_agenda_item][om_agenda_item time=\"11.20-11.30\" title=\"Delegates\' Questions & Answers\"][/om_agenda_item][om_agenda_item time=\"11:30-11:50\" title=\"Networking Break\"][/om_agenda_item][om_agenda_item time=\"11:50-12:05\" title=\"Access to Finance: Sixth Presentation \"][/om_agenda_item][om_agenda_item time=\"12:05-12:20\" title=\"Access to Finance: Seventh Presentation\"][/om_agenda_item][om_agenda_item time=\"12:20-12:55\" title=\"The Best Advice Ever: Panel Discussion\"][/om_agenda_item][om_agenda_item time=\"12:55-13:00\" title=\"Broadcast Ends\"][/om_agenda_item][/om_agenda_day][om_agenda_day][/om_agenda_day][/om_agenda][vc_cta h2=\"Number of participants is limited!\" h4=\"Don\'t miss your seat!\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"2em\"][vc_custom_heading text=\"Our (color1)Sponsors(/color1) and Partners\" uppercase=\"yes\" text_additional=\"If you would like to become a Sponsoring Partner to Small Business Live, contact Gerrit on Cell. 082 496 1657 or gerrit@taranisco.co.za\" font_container=\"tag:h1|text_align:center\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','12-revision-v1','','','2017-01-17 13:13:52','2017-01-17 13:13:52','',12,'http://www.taranisco.co.za/2017/01/17/12-revision-v1/',0,'revision','',0),(739,1,'2017-04-20 16:10:43','2017-04-20 16:10:43','','SmallBusinessLive2','','inherit','open','closed','','smallbusinesslive2','','','2018-04-26 11:47:50','2018-04-26 11:47:50','',753,'http://www.taranisco.co.za/wp-content/uploads/2017/04/SmallBusinessLive2.png',0,'attachment','image/png',0),(740,1,'2017-04-20 17:48:38','2017-04-20 17:48:38','[vc_row margin_top=\"-1em\"][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\r\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">SMALL BUSINESS LIVE, TV BROADCAST TO REACH 1000\'s!</span></h2>\r\n<p style=\"text-align: justify;\">Be part of this groundbreaking TV Broadcast, which will be watched countrywide in a three-hour long presentation on how to successfully access small business support programmes offered by both the government and the private sector respectively.</p>\r\n<p style=\"text-align: justify;\">Small Business Live will partner with local municipalities and provincial government departments to host venue\'s in their areas allowing local small businesses to attend and watch the broadcast. The broadcast will eliminate the need for rural small businesses to travel to bigger towns and cities since they can watch the presentations in the comfort of a local venue.</p>\r\n<p style=\"text-align: justify;\"><strong>BOOK YOUR SEAT NOW!</strong></p>\r\n[/vc_column_text][vc_btn title=\"Registration\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F|||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\r\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">GROW YOUR BUSINESS TODAY!</span></h2>\r\n<p style=\"text-align: justify;\">By attending Small Business Live you will be empowered on how to submit effective applications for support programmes available in the market and improve the capacity of your enterprise to serve your clients more efficiently.</p>\r\n<p style=\"text-align: justify;\">Government\'s tendering laws are in the process of being changed and all big companies will now be forced to sub-contract with small businesses that are owned by youth, women and people living in rural areas.</p>\r\n<p style=\"text-align: justify;\">Companies will also be looking to build the capacity of small businesses through Supplier &amp; Enterprise Development Programmes and by attending Small Business Live, you will put yourself in the frontline of these support initiatives.</p>\r\n<p style=\"text-align: justify;\"><strong>BENEFIT FROM TOP ADVISE!</strong></p>\r\n[/vc_column_text][vc_btn title=\"Registration\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F|||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space height=\"2em\"][vc_column_text]\r\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">WATCH IT LIVE AND WIN GREAT PRIZES!</span></h2>\r\n<p style=\"text-align: justify;\">All delegates watching the Small Business Live broadcast at any participating venue will be in line to win exciting prizes! <strong>Please Note:</strong> <em>The broadcast can only be watched at participating venue\'s. Please call us if your area is not listed.</em></p>\r\n<p style=\"text-align: justify;\"><strong>WIN!</strong></p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n 	<li>An exclusive lunch with some of SA\'s top self made business icons</li>\r\n 	<li>Win Business Support Vouchers to grow your business</li>\r\n 	<li>Win web site design-vouchers to market your business</li>\r\n 	<li>Win Online/Digital Marketing Campaign-vouchers</li>\r\n 	<li>Win Mobile Data-vouchers</li>\r\n 	<li>Win Radio Exposure-vouchers</li>\r\n 	<li>Win Print Media Exposure-vouchers</li>\r\n</ul>\r\n<p style=\"text-align: justify;\"><strong>WATCH LIVE AND WIN!</strong></p>\r\n[/vc_column_text][vc_btn title=\"Registration\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F|||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\"][/vc_column][/vc_row][vc_row][vc_column][om_reduce_space height=\"1em\"][vc_cta h2=\"Don\'t miss this unique business support opportunity!\" h4=\"Join the discussion on the future of Small Business in South Africa!\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Interact with Our (color1)Speakers(/color1)\r\n\r\nLive via SMS, Twitter &amp; Facebook!\" uppercase=\"yes\" text_additional=\"Get a Front Row Seat and Get Empowered!\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Speakers\"][om_reduce_space height=\"1em\"][/vc_column][/vc_row][vc_row bg_type=\"gradient\" gradient_type=\"diagonal2\" bg_color=\"#676767\" bg_color2=\"#313131\" font_color=\"#ffffff\"][vc_column][om_testimonials filter=\"category\" categories=\"group-1\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"(color1)Broadcast(/color1) Schedule:\r\n\r\n(color2)10:00-13:00(/color2) \" uppercase=\"yes\" text_additional=\"Arrive early to avoid disappointment!\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Schedule\"][om_agenda display_speakers=\"\"][om_agenda_day title=\"Small Business Live: TV Broadcast\"][om_agenda_item time=\"09:50 \" room=\" \" title=\"All delegates to be seated\"] [/om_agenda_item][om_agenda_item time=\"10:00-10:05\" room=\" \" title=\"Broadcast Commences with Opening &amp; Welcome\"] [/om_agenda_item][om_agenda_item time=\"10:05-10:20\" room=\" \" title=\"Access to Finance: First Presentation\"] .[/om_agenda_item][om_agenda_item time=\"10:20-10:35\" title=\"Access to Finance: Second Presentation\"][/om_agenda_item][om_agenda_item time=\"10:35-10:50\" title=\"Access to Finance: Third Presentation\"][/om_agenda_item][om_agenda_item time=\"10:50-11:05\" title=\"Access to Finance: Fourth Presentation\"][/om_agenda_item][om_agenda_item time=\"11:05-11:20\" title=\"Access to Finance: Fifth Presentation\"][/om_agenda_item][om_agenda_item time=\"11.20-11.30\" title=\"Delegates\' Questions &amp; Answers\"][/om_agenda_item][om_agenda_item time=\"11:30-11:50\" title=\"Networking Break\"][/om_agenda_item][om_agenda_item time=\"11:50-12:05\" title=\"Access to Finance: Sixth Presentation \"][/om_agenda_item][om_agenda_item time=\"12:05-12:20\" title=\"Access to Finance: Seventh Presentation\"][/om_agenda_item][om_agenda_item time=\"12:20-12:55\" title=\"The Best Advice Ever: Panel Discussion\"][/om_agenda_item][om_agenda_item time=\"12:55-13:00\" title=\"Broadcast Ends\"][/om_agenda_item][/om_agenda_day][om_agenda_day][/om_agenda_day][/om_agenda][vc_cta h2=\"Number of participants is limited!\" h4=\"Don\'t miss your seat!\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"2em\"][vc_custom_heading text=\"Our (color1)Sponsors(/color1) and Partners\" uppercase=\"yes\" text_additional=\"If you would like to become a Sponsoring Partner to Small Business Live, contact Gerrit on Cell. 082 496 1657 or gerrit@taranisco.co.za\" font_container=\"tag:h1|text_align:center\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','12-revision-v1','','','2017-04-20 17:48:38','2017-04-20 17:48:38','',12,'http://www.taranisco.co.za/2017/04/20/12-revision-v1/',0,'revision','',0),(741,1,'2017-04-20 17:57:02','2017-04-20 17:57:02','[vc_row][vc_column][vc_column_text]<span style=\"color: #333399;\"><strong>Watch the Small Business Live TV broadcast at your local venue!</strong></span>\n<p style=\"text-align: justify;\"><em><span style=\"color: #333399;\"><strong>Small Business Live</strong></span> </em>will take place on Wednesday 26 July 2017 and will kick off with the <span style=\"color: #333399;\"><em><strong>Small Business Live Icon\'s Breakfast</strong></em></span> and followed by an exclusive national TV broadcast, via satellite to locations across the country.</p>\n<p style=\"text-align: justify;\">The broadcast is a groundbreaking initiative aimed at presenting all of government\'s small business support programs to thousands of entrepreneurs at hundreds of venues countrywide.</p>\n<p style=\"text-align: justify;\">The day will kick-off with the <span style=\"color: #333399;\"><em><strong>Small Business Live Icon\'s Breakfast</strong></em><span style=\"color: #000000;\">, which will feature panel discussions with successful business people sharing their strategies with guests in a highly interactive environment.</span></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong><em>The Small Business Live TV Broadcast</em></strong></span> aims to feature \"how to presentations\" on government\'s key support programs like the Small Enterprise Development Agency (Seda); Small Enterprise Finance Agency (SEFA); National Empowerment Fund (NEF); Industrial Development Corporation (IDC); National Youth Development Agency (NYDA); Land Bank, MAFISA and corporate B-BBEE Enterprise Development Programs as well as Access to Finance from the major banks.</p>\n<p style=\"text-align: justify;\">Thousands of entrepreneurs will be hosted at venues in their local communities by municipalities, provincial economic development departments, corporates and agencies as well as independent small business support organisations.</p>\n<p style=\"text-align: justify;\">Delegates attending <span style=\"color: #333399;\"><em><strong>Small Business Live TV Broadcast</strong></em></span> will be able to interact with the presenters via SMS, Twitter and Facebook respectively.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><em><strong>Small Business Live will Empower Your Business!</strong></em></span> A powerful Masterclass will be held after lunch wherein delegates will hear from our industry thought leaders on how to supply big business and also how to tender for government contracts.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Ticket Options</strong></span></p>\n<span style=\"color: #ff0000;\"><strong>Free Ticket</strong></span>\n- Free Entry only to watch the Small Business Live Broadcast on site\n- Lunch not included\n<span style=\"color: #333399;\"><strong>Price:</strong> </span>Not Applicable\n\n<span style=\"color: #ff0000;\"><strong>Bronze Ticket</strong></span>\n- Attend the Small Business Budget Breakfast\n- Watch the Small Business Live TV Broadcast on site\n- Lunch not included\n<strong><span style=\"color: #333399;\">Price:</span></strong> R990.00\n\n<strong><span style=\"color: #ff0000;\">Silver Ticket</span></strong>\n- Watch the Small Business Live TV Broadcast on site\n- Special Seating Arrangements\n- Attend the Masterclass\n- Lunch included\n<span style=\"color: #333399;\"><strong>Price:</strong> </span>R1950.00\n\n<span style=\"color: #ff0000;\"><strong>Gold Package</strong></span>\n- Attend the Small Business Budget Breakfast\n- Watch the Small Business Live TV on site\n- Attend the Small Business Masterclass\n- Early Entrance\n- Special Seating Arrangements at the Small Business Budget Breakfast, TV Broadcast, Lunch &amp; Masterclass\n- Lunch with Speakers &amp; VIP’s\n- Small Business Live Goody Bag\n<span style=\"color: #333399;\"><strong>Price:</strong></span> 2950.00\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Host a Small Business Live Viewing Site</strong></span></p>\n<p style=\"text-align: justify;\">If you are a municipality, provincial economic development department, private or state small business support agency and would like to host a view ing site: <a href=\"mailto:gerrit@taranisco.co.za?subject=We%20are%20interested%20to%20host%20a%20Small%20Business%20Live%20Viewing%20Site\">Click Here</a></p>\n[/vc_column_text][/vc_column][/vc_row]','Watch it Live!','','inherit','closed','closed','','618-revision-v1','','','2017-04-20 17:57:02','2017-04-20 17:57:02','',618,'http://www.taranisco.co.za/2017/04/20/618-revision-v1/',0,'revision','',0),(742,1,'2017-04-20 18:04:21','2017-04-20 18:04:21','<p style=\"text-align: justify;\">The inaugural <span style=\"color: #333399;\"><strong><em>Small Business Live Breakfast</em></strong></span> will take place in Johannesburg on Wednesday 26 July 2017 with a specific focus on  impact of the country\'s current economic landscape and how it impacts on small business sector.</p>\n<p style=\"text-align: justify;\">The Breakfast will unpack the key indicators relevant to the economy outlook for the medium term and how corporates will react on their key mandate to support the growth of SMMEs as prescribed by the B-BBEE Codes of Good Practice under the Supplier and Enterprise Development (SED) elements respectively.</p>\n<p style=\"text-align: justify;\">An interactive panel discussion featuring B-BBEE thought leaders and verification agencies will unpack key strategies for corporates on how to optimize their SED elements on the Scorecard.</p>\n<p style=\"text-align: justify;\">Government funding allocated for supporting SMMEs over the next year will also be unpacked and in particular how its agencies will deliver on expanding their programs for this sector. Representatives from various government\'s small business support agencies will share their programs and how it aligns with that of the private sector and vice a versa.</p>\n<p style=\"text-align: justify;\">The Breakfast will be attended by corporate SED decision-makers as well as service providers and government agencies to engage each other in a much needed debate on how to effectively deliver sustainable interventions to support growth and job creation within this sector.</p>\n<p style=\"text-align: justify;\"></p>\n<p style=\"text-align: justify;\">To receive a booking form <a href=\"mailto:gerrit@taranisco.co.za?subject=Please%20send%20us%20a%20SBL%20Breakfast%20Booking%20Form\">Click Here</a></p>\n<span style=\"color: #333399;\"><strong>For further details contact: </strong></span>\n\n<strong>Gerrit Davids | Lead Consultant</strong>\n\n<span style=\"color: #333399;\"><strong>TaranisCo Advisory CC</strong></span>\nWebsite: <a href=\"http://www.taranis.co.za/\">www.taranis.co.za</a>\n\n<strong><span style=\"color: #333399;\">Tel</span>.</strong> 011-026 4891\n<span style=\"color: #333399;\"><strong>Fax.</strong></span> 086 698 7882\n<span style=\"color: #333399;\"><strong>Cell.</strong> </span>+27 (0)82 496 1657\n<span style=\"color: #333399;\"><strong>Email:</strong></span> <a href=\"mailto:gerrit@taranisco.co.za\">gerrit@taranisco.co.za</a>','Small Business Live Breakfast','','inherit','closed','closed','','724-autosave-v1','','','2017-04-20 18:04:21','2017-04-20 18:04:21','',724,'http://www.taranisco.co.za/2017/04/20/724-autosave-v1/',0,'revision','',0),(744,1,'2017-04-20 18:06:33','2017-04-20 18:06:33','','SED Summit','','publish','closed','closed','','sed-summit','','','2017-04-20 18:06:33','2017-04-20 18:06:33','',0,'http://www.taranisco.co.za/?page_id=744',0,'page','',0),(745,1,'2017-04-20 18:06:33','2017-04-20 18:06:33','','SED Summit','','inherit','closed','closed','','744-revision-v1','','','2017-04-20 18:06:33','2017-04-20 18:06:33','',744,'http://www.taranisco.co.za/2017/04/20/744-revision-v1/',0,'revision','',0),(746,1,'2017-04-20 18:07:40','2017-04-20 18:07:40','','African Summit','','publish','closed','closed','','746','','','2018-04-26 08:40:18','2018-04-26 08:40:18','',0,'http://www.taranisco.co.za/?p=746',6,'nav_menu_item','',0),(747,1,'2017-04-20 18:11:47','2017-04-20 18:11:47','[vc_row][vc_column][vc_column_text]\n<p style=\"text-align: justify;\">[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]</p>\n<p style=\"text-align: justify;\">The inaugural <strong><span style=\"color: #333399;\"><em>Supplier &amp;</em></span> <span style=\"color: #333399;\"><em>Enterprise Development Summit</em></span></strong> will take place on Tuesday 25 July 2017<span style=\"color: #333399;\"><strong> </strong><span style=\"color: #000000;\">a day before the <em><strong><span style=\"color: #333399;\">Small Business Live TV Broadcast</span></strong></em> event and it will<strong><em> </em></strong></span></span>afford both public and private sector stakeholders the opportunity to partner this auspicious occasion, which will create an interactive platform to debate the real impact of the support rendered to the country’s SMME segment.</p>\n<p style=\"text-align: justify;\">The Summit will cover the essential issues pertaining to the challenges facing Supplier &amp; Enterprise Development programs and more in particular a discussion that will centre on forging closer cooperation between the respective stakeholders.</p>\n<p style=\"text-align: justify;\">The Summit will aim to ensure that this sector of the economy indeed receive its fair share of growth opportunities through sustainable interventions leading to much needed growth in GDP coupled with the key priority economic challenges faced by the country as a whole.</p>\n<p style=\"text-align: justify;\">The first ever <span style=\"color: #333399;\"><em><strong>Supplier &amp; Enterprise Development Awards</strong></em></span> will also form part of the Summit and stakeholders will reach recognition for their unselfish passion and commitment towards the developmental needs of small businesses in general. Awards will handed out in three different categories inclusive of government, business support organisations and corporate enterprise development programmes respectively.</p>\n<p style=\"text-align: justify;\">The Summit will be followed by the <span style=\"color: #333399;\"><strong><em>Small Business Live Icons Breakfast and the Small Business Live TV Broadcast </em></strong><span style=\"color: #000000;\">on Thursday 27 July 2017 </span></span><span style=\"color: #000000;\">respectively</span>, of which the latter will be screened countrywide to venue’s hosted by municipalities, NGO’s an support agencies as well as other government entities hosting 1000’s of small businesses. The Broadcast will share with them as to how to go about accessing both government and private sector support programs to grow their enterprises.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong> Schedule:</strong></span></p>\n<span style=\"color: #333399;\"><strong>25 July 2017:</strong></span> Supplier &amp; Enterprise Development Summit &amp; Awards\' Dinner\n\n<span style=\"color: #333399;\"><strong>26 July 2017:</strong></span> Small Business Live Icons Breakfast and Small Business Live TV Broadcast (Studio Audience &amp; Site Viewing)\n\n<span style=\"color: #333399;\"><strong>Further Details coming soon.</strong></span>[/vc_column_text][/vc_column][/vc_row]','SED Summit','','inherit','closed','closed','','611-revision-v1','','','2017-04-20 18:11:47','2017-04-20 18:11:47','',611,'http://www.taranisco.co.za/2017/04/20/611-revision-v1/',0,'revision','',0),(748,1,'2017-04-20 18:16:10','2017-04-20 18:16:10','[vc_row][vc_column][vc_column_text]\n<p style=\"text-align: justify;\">[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]</p>\n<p style=\"text-align: justify;\">The inaugural <strong><span style=\"color: #333399;\"><em>Supplier &amp;</em></span> <span style=\"color: #333399;\"><em>Enterprise Development Summit</em></span></strong> will take place on Tuesday 25 July 2017<span style=\"color: #333399;\"><strong> </strong><span style=\"color: #000000;\">a day before the <em><strong><span style=\"color: #333399;\">Small Business Live TV Broadcast</span></strong></em> event and it will<strong><em> </em></strong></span></span>afford both public and private sector stakeholders the opportunity to partner this auspicious occasion, which will create an interactive platform to debate the real impact of the support rendered to the country’s SMME segment.</p>\n<p style=\"text-align: justify;\">The Summit will cover the essential issues pertaining to the challenges facing Supplier &amp; Enterprise Development programs and more in particular a discussion that will centre on forging closer cooperation between the respective stakeholders.</p>\n<p style=\"text-align: justify;\">The Summit will aim to ensure that this sector of the economy indeed receive its fair share of growth opportunities through sustainable interventions leading to much needed growth in GDP coupled with the key priority economic challenges faced by the country as a whole.</p>\n<p style=\"text-align: justify;\">The first ever <span style=\"color: #333399;\"><em><strong>Supplier &amp; Enterprise Development Awards</strong></em></span> will also form part of the Summit and stakeholders will reach recognition for their unselfish passion and commitment towards the developmental needs of small businesses in general. Awards will handed out in three different categories inclusive of government, business support organisations and corporate enterprise development programmes respectively.</p>\n<p style=\"text-align: justify;\">The Summit will be followed by the <span style=\"color: #333399;\"><strong><em>Small Business Live Icons Breakfast and the Small Business Live TV Broadcast </em></strong><span style=\"color: #000000;\">on Wednesday 26 July 2017 </span></span><span style=\"color: #000000;\">respectively</span>, of which the latter will be screened countrywide to venue’s hosted by municipalities, NGO’s an support agencies as well as other government entities hosting 1000’s of small businesses. The Broadcast will share with them as to how to go about accessing both government and private sector support programs to grow their enterprises.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong> Schedule:</strong></span></p>\n<span style=\"color: #333399;\"><strong>25 July 2017:</strong></span> Supplier &amp; Enterprise Development Summit &amp; Awards\' Dinner\n\n<span style=\"color: #333399;\"><strong>26 July 2017:</strong></span> Small Business Live Icons Breakfast and Small Business Live TV Broadcast (Studio Audience &amp; Site Viewing)\n\n<span style=\"color: #333399;\"><strong>Further Details coming soon.</strong></span>[/vc_column_text][/vc_column][/vc_row]','SED Summit','','inherit','closed','closed','','611-revision-v1','','','2017-04-20 18:16:10','2017-04-20 18:16:10','',611,'http://www.taranisco.co.za/2017/04/20/611-revision-v1/',0,'revision','',0),(760,1,'2017-04-20 21:06:16','2017-04-20 21:06:16','[vc_row][vc_column][vc_column_text]\n<p style=\"text-align: justify;\">The inaugural <span style=\"color: #333399;\"><strong><em>Small Business Live Breakfast</em></strong></span> will take place in Johannesburg on Wednesday 26 July 2017 with a specific focus on  impact of the country\'s current economic landscape and how it impacts on the small business sector.</p>\n<p style=\"text-align: justify;\">The Breakfast will unpack the key indicators relevant to the economy outlook for the medium term and how corporates react on their key mandate to support the growth of SMMEs as prescribed by the B-BBEE Codes of Good Practice under the Supplier and Enterprise Development (SED) elements respectively.</p>\n<p style=\"text-align: justify;\">An interactive panel discussion featuring B-BBEE thought leaders and verification agencies will unpack key strategies for corporates on how to optimize their SED elements on the Scorecard.</p>\n<p style=\"text-align: justify;\">Government funding allocated for supporting SMMEs over the next year will also be unpacked and in particular how its agencies will deliver on expanding their programs for this sector. Representatives from  government\'s various small business support agencies will share their programs and how it aligns with that of the private sector and vice a versa.</p>\n<p style=\"text-align: justify;\">The Breakfast will be attended by corporate SED decision-makers as well as service providers and government agencies to engage each other in a much needed debate on how to effectively deliver sustainable interventions to support growth and job creation within this sector.</p>\n<p style=\"text-align: justify;\">To receive a booking form <a href=\"http://www.taranisco.co.za/registration/\">Click Here</a></p>\n<span style=\"color: #333399;\"><strong>For further details contact: </strong></span>\n\n<strong>Gerrit Davids | Lead Consultant</strong>\n\n<span style=\"color: #333399;\"><strong>TaranisCo Advisory CC</strong></span>\nWebsite: <a href=\"http://www.taranis.co.za/\">www.taranis.co.za</a>\n\n<strong><span style=\"color: #333399;\">Tel</span>.</strong> 011-026 4891\n<span style=\"color: #333399;\"><strong>Fax.</strong></span> 086 698 7882\n<span style=\"color: #333399;\"><strong>Cell.</strong> </span>+27 (0)82 496 1657\n<span style=\"color: #333399;\"><strong>Email:</strong></span> <a href=\"mailto:gerrit@taranisco.co.za\">gerrit@taranisco.co.za</a>[/vc_column_text][/vc_column][/vc_row]','Small Business Live Breakfast','','inherit','closed','closed','','724-revision-v1','','','2017-04-20 21:06:16','2017-04-20 21:06:16','',724,'http://www.taranisco.co.za/2017/04/20/724-revision-v1/',0,'revision','',0),(750,1,'2017-04-20 18:32:48','2017-04-20 18:32:48','[vc_row][vc_column][vc_column_text]\n<p style=\"text-align: justify;\">The inaugural <span style=\"color: #333399;\"><strong><em>Small Business Live Breakfast</em></strong></span> will take place in Johannesburg on Wednesday 26 July 2017 with a specific focus on  impact of the country\'s current economic landscape and how it impacts on the small business sector.</p>\n<p style=\"text-align: justify;\">The Breakfast will unpack the key indicators relevant to the economy outlook for the medium term and how corporates react on their key mandate to support the growth of SMMEs as prescribed by the B-BBEE Codes of Good Practice under the Supplier and Enterprise Development (SED) elements respectively.</p>\n<p style=\"text-align: justify;\">An interactive panel discussion featuring B-BBEE thought leaders and verification agencies will unpack key strategies for corporates on how to optimize their SED elements on the Scorecard.</p>\n<p style=\"text-align: justify;\">Government funding allocated for supporting SMMEs over the next year will also be unpacked and in particular how its agencies will deliver on expanding their programs for this sector. Representatives from  government\'s various small business support agencies will share their programs and how it aligns with that of the private sector and vice a versa.</p>\n<p style=\"text-align: justify;\">The Breakfast will be attended by corporate SED decision-makers as well as service providers and government agencies to engage each other in a much needed debate on how to effectively deliver sustainable interventions to support growth and job creation within this sector.</p>\n<p style=\"text-align: justify;\">To receive a booking form <a href=\"mailto:gerrit@taranisco.co.za?subject=Please%20send%20us%20a%20SBL%20Breakfast%20Booking%20Form\">Click Here</a></p>\n<span style=\"color: #333399;\"><strong>For further details contact: </strong></span>\n\n<strong>Gerrit Davids | Lead Consultant</strong>\n\n<span style=\"color: #333399;\"><strong>TaranisCo Advisory CC</strong></span>\nWebsite: <a href=\"http://www.taranis.co.za/\">www.taranis.co.za</a>\n\n<strong><span style=\"color: #333399;\">Tel</span>.</strong> 011-026 4891\n<span style=\"color: #333399;\"><strong>Fax.</strong></span> 086 698 7882\n<span style=\"color: #333399;\"><strong>Cell.</strong> </span>+27 (0)82 496 1657\n<span style=\"color: #333399;\"><strong>Email:</strong></span> <a href=\"mailto:gerrit@taranisco.co.za\">gerrit@taranisco.co.za</a>[/vc_column_text][/vc_column][/vc_row]','Small Business Live Breakfast','','inherit','closed','closed','','724-revision-v1','','','2017-04-20 18:32:48','2017-04-20 18:32:48','',724,'http://www.taranisco.co.za/2017/04/20/724-revision-v1/',0,'revision','',0),(752,1,'2017-04-20 20:44:16','2017-04-20 20:44:16','[vc_row][vc_column][vc_column_text]<span style=\"color: #333399;\"><strong>Watch the Small Business Live TV broadcast at your local venue!</strong></span>\n<p style=\"text-align: justify;\"><em><span style=\"color: #333399;\"><strong>Small Business Live</strong></span> </em>will take place on Wednesday 26 July 2017 and will kick off with the <span style=\"color: #333399;\"><em><strong>Small Business Live Icon\'s Breakfast</strong></em></span> and followed by an exclusive national TV broadcast, via satellite to locations across the country.</p>\n<p style=\"text-align: justify;\">The broadcast is a groundbreaking initiative aimed at presenting all of government\'s small business support programs to thousands of entrepreneurs at hundreds of venues countrywide.</p>\n<p style=\"text-align: justify;\">The day will kick-off with the <span style=\"color: #333399;\"><em><strong>Small Business Live Icon\'s Breakfast</strong></em><span style=\"color: #000000;\">, which will feature panel discussions with successful business people sharing their strategies with guests in a highly interactive environment.</span></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong><em>The Small Business Live TV Broadcast</em></strong></span> aims to feature \"how to presentations\" on government\'s key support programs like the Small Enterprise Development Agency (Seda); Small Enterprise Finance Agency (SEFA); National Empowerment Fund (NEF); Industrial Development Corporation (IDC); National Youth Development Agency (NYDA); Land Bank, MAFISA and corporate B-BBEE Enterprise Development Programs as well as Access to Finance from the major banks.</p>\n<p style=\"text-align: justify;\">Thousands of entrepreneurs will be hosted at venues in their local communities by municipalities, provincial economic development departments, corporates and agencies as well as independent small business support organisations.</p>\n<p style=\"text-align: justify;\">Delegates attending <span style=\"color: #333399;\"><em><strong>Small Business Live TV Broadcast</strong></em></span> will be able to interact with the presenters via SMS, Twitter and Facebook respectively.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><em><strong>Small Business Live will Empower Your Business!</strong></em></span> A powerful Masterclass will be held after lunch wherein delegates will hear from our industry thought leaders on how to supply big business and also how to tender for government contracts.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Ticket Options</strong></span></p>\n<span style=\"color: #ff0000;\"><strong>Free Ticket</strong></span>\n- Free Entry only to watch the Small Business Live Broadcast on site\n- Lunch not included\n<span style=\"color: #333399;\"><strong>Price:</strong> </span>Not Applicable\n\n<span style=\"color: #ff0000;\"><strong>Bronze Ticket</strong></span>\n- Attend the Small Business Budget Breakfast\n- Watch the Small Business Live TV Broadcast on site\n- Lunch not included\n<strong><span style=\"color: #333399;\">Price:</span></strong> R990.00\n\n<strong><span style=\"color: #ff0000;\">Silver Ticket</span></strong>\n- Watch the Small Business Live TV Broadcast on site\n- Special Seating Arrangements\n- Attend the Masterclass\n- Lunch included\n<span style=\"color: #333399;\"><strong>Price:</strong> </span>R1950.00\n\n<span style=\"color: #ff0000;\"><strong>Gold Package</strong></span>\n- Attend the Small Business Budget Breakfast\n- Watch the Small Business Live TV on site\n- Attend the Small Business Masterclass\n- Early Entrance\n- Special Seating Arrangements at the Small Business Budget Breakfast, TV Broadcast, Lunch &amp; Masterclass\n- Lunch with Speakers &amp; VIP’s\n- Small Business Live Goody Bag\n<span style=\"color: #333399;\"><strong>Price:</strong></span> 2950.00\n\nTo receive a booking form <a href=\"mailto:gerrit@taranisco.co.za?subject=Please%20send%20us%20a%20SBL%20Breakfast%20Booking%20Form\">Click Here</a>\n\n<p style=\"text-align: justify;\">[/vc_column_text][/vc_column][/vc_row]','Watch it Live!','','inherit','closed','closed','','618-revision-v1','','','2017-04-20 20:44:16','2017-04-20 20:44:16','',618,'http://www.taranisco.co.za/2017/04/20/618-revision-v1/',0,'revision','',0),(751,1,'2017-04-20 20:42:22','2017-04-20 20:42:22','[vc_row][vc_column][vc_column_text]<span style=\"color: #333399;\"><strong>Watch the Small Business Live TV broadcast at your local venue!</strong></span>\n<p style=\"text-align: justify;\"><em><span style=\"color: #333399;\"><strong>Small Business Live</strong></span> </em>will take place on Wednesday 26 July 2017 and will kick off with the <span style=\"color: #333399;\"><em><strong>Small Business Live Icon\'s Breakfast</strong></em></span> and followed by an exclusive national TV broadcast, via satellite to locations across the country.</p>\n<p style=\"text-align: justify;\">The broadcast is a groundbreaking initiative aimed at presenting all of government\'s small business support programs to thousands of entrepreneurs at hundreds of venues countrywide.</p>\n<p style=\"text-align: justify;\">The day will kick-off with the <span style=\"color: #333399;\"><em><strong>Small Business Live Icon\'s Breakfast</strong></em><span style=\"color: #000000;\">, which will feature panel discussions with successful business people sharing their strategies with guests in a highly interactive environment.</span></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong><em>The Small Business Live TV Broadcast</em></strong></span> aims to feature \"how to presentations\" on government\'s key support programs like the Small Enterprise Development Agency (Seda); Small Enterprise Finance Agency (SEFA); National Empowerment Fund (NEF); Industrial Development Corporation (IDC); National Youth Development Agency (NYDA); Land Bank, MAFISA and corporate B-BBEE Enterprise Development Programs as well as Access to Finance from the major banks.</p>\n<p style=\"text-align: justify;\">Thousands of entrepreneurs will be hosted at venues in their local communities by municipalities, provincial economic development departments, corporates and agencies as well as independent small business support organisations.</p>\n<p style=\"text-align: justify;\">Delegates attending <span style=\"color: #333399;\"><em><strong>Small Business Live TV Broadcast</strong></em></span> will be able to interact with the presenters via SMS, Twitter and Facebook respectively.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><em><strong>Small Business Live will Empower Your Business!</strong></em></span> A powerful Masterclass will be held after lunch wherein delegates will hear from our industry thought leaders on how to supply big business and also how to tender for government contracts.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Ticket Options</strong></span></p>\n<span style=\"color: #ff0000;\"><strong>Free Ticket</strong></span>\n- Free Entry only to watch the Small Business Live Broadcast on site\n- Lunch not included\n<span style=\"color: #333399;\"><strong>Price:</strong> </span>Not Applicable\n\n<span style=\"color: #ff0000;\"><strong>Bronze Ticket</strong></span>\n- Attend the Small Business Budget Breakfast\n- Watch the Small Business Live TV Broadcast on site\n- Lunch not included\n<strong><span style=\"color: #333399;\">Price:</span></strong> R990.00\n\n<strong><span style=\"color: #ff0000;\">Silver Ticket</span></strong>\n- Watch the Small Business Live TV Broadcast on site\n- Special Seating Arrangements\n- Attend the Masterclass\n- Lunch included\n<span style=\"color: #333399;\"><strong>Price:</strong> </span>R1950.00\n\n<span style=\"color: #ff0000;\"><strong>Gold Package</strong></span>\n- Attend the Small Business Budget Breakfast\n- Watch the Small Business Live TV on site\n- Attend the Small Business Masterclass\n- Early Entrance\n- Special Seating Arrangements at the Small Business Budget Breakfast, TV Broadcast, Lunch &amp; Masterclass\n- Lunch with Speakers &amp; VIP’s\n- Small Business Live Goody Bag\n<span style=\"color: #333399;\"><strong>Price:</strong></span> 2950.00\n\nTo receive a booking form Click Here\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Host a Small Business Live Viewing Site</strong></span></p>\n<p style=\"text-align: justify;\">If you are a municipality, provincial economic development department, private or state small business support agency and would like to host a view ing site: <a href=\"mailto:gerrit@taranisco.co.za?subject=We%20are%20interested%20to%20host%20a%20Small%20Business%20Live%20Viewing%20Site\">Click Here</a></p>\n[/vc_column_text][/vc_column][/vc_row]','Watch it Live!','','inherit','closed','closed','','618-revision-v1','','','2017-04-20 20:42:22','2017-04-20 20:42:22','',618,'http://www.taranisco.co.za/2017/04/20/618-revision-v1/',0,'revision','',0),(753,1,'2017-04-20 20:45:49','2017-04-20 20:45:49','[vc_row][vc_column][vc_column_text]<img class=\"size-medium wp-image-739 alignleft\" src=\"http://www.taranisco.co.za/wp-content/uploads/2017/04/SmallBusinessLive2-300x163.png\" alt=\"\" width=\"300\" height=\"163\" /><span style=\"color: #333399;\"><strong>Host a Small Business Live Viewing Site</strong></span>\n<p style=\"text-align: justify;\">If you are a municipality, provincial economic development department, private or state small business support agency and would like to host a Small Business Live TV Broadcast viewing site: <a href=\"mailto:gerrit@taranisco.co.za?subject=We%20are%20interested%20to%20host%20a%20Small%20Business%20Live%20Viewing%20Site\">Click Here</a></p>\n[/vc_column_text][/vc_column][/vc_row]','Host a Small Business Live Site','','publish','closed','closed','','host-a-small-business-live-site-2','','','2018-04-26 11:48:37','2018-04-26 11:48:37','',0,'http://www.taranisco.co.za/?page_id=753',0,'page','',0),(754,1,'2017-04-20 20:45:49','2017-04-20 20:45:49','<span style=\"color: #333399;\"><strong>Host a Small Business Live Viewing Site</strong></span>\r\n<p style=\"text-align: justify;\">If you are a municipality, provincial economic development department, private or state small business support agency and would like to host a view ing site: <a href=\"mailto:gerrit@taranisco.co.za?subject=We%20are%20interested%20to%20host%20a%20Small%20Business%20Live%20Viewing%20Site\">Click Here</a></p>','Host a Small Business Live Site','','inherit','closed','closed','','753-revision-v1','','','2017-04-20 20:45:49','2017-04-20 20:45:49','',753,'http://www.taranisco.co.za/2017/04/20/753-revision-v1/',0,'revision','',0),(755,1,'2017-04-20 20:46:32','2017-04-20 20:46:32',' ','','','publish','closed','closed','','755','','','2018-04-26 08:40:18','2018-04-26 08:40:18','',0,'http://www.taranisco.co.za/?p=755',5,'nav_menu_item','',0),(756,1,'2017-04-20 20:49:12','2017-04-20 20:49:12','[vc_row][vc_column][vc_column_text]<span style=\"color: #333399;\"><strong>Host a Small Business Live Viewing Site</strong></span>\n<p style=\"text-align: justify;\">If you are a municipality, provincial economic development department, private or state small business support agency and would like to host a Small Business Live TV Broadcast viewing site: <a href=\"mailto:gerrit@taranisco.co.za?subject=We%20are%20interested%20to%20host%20a%20Small%20Business%20Live%20Viewing%20Site\">Click Here</a></p>\n[/vc_column_text][/vc_column][/vc_row]','Host a Small Business Live Site','','inherit','closed','closed','','753-revision-v1','','','2017-04-20 20:49:12','2017-04-20 20:49:12','',753,'http://www.taranisco.co.za/2017/04/20/753-revision-v1/',0,'revision','',0),(761,1,'2017-04-20 21:08:50','2017-04-20 21:08:50','','Small Business Live Booking Form','','inherit','open','closed','','small-business-live-booking-form','','','2017-04-20 21:08:50','2017-04-20 21:08:50','',0,'http://www.taranisco.co.za/wp-content/uploads/2017/04/Small-Business-Live-Booking-Form.pdf',0,'attachment','application/pdf',0),(768,1,'2017-05-02 08:39:28','2017-05-02 08:39:28','[vc_row][vc_column][vc_column_text]\n<p style=\"text-align: justify;\">[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]</p>\n<p style=\"text-align: justify;\">The inaugural <strong><span style=\"color: #333399;\"><em>Enterprise Development Summit</em></span></strong> will take place on Tuesday 25 July 2017<span style=\"color: #333399;\"><strong> </strong><span style=\"color: #000000;\">a day before the <em><strong><span style=\"color: #333399;\">Small Business Live TV Broadcast</span></strong></em> event and it will<strong><em> </em></strong></span></span>afford both public and private sector stakeholders the opportunity to partner this auspicious occasion, which will create an interactive platform to debate the real impact of the support rendered to the country’s SMME segment.</p>\n<p style=\"text-align: justify;\">The Summit will cover the essential issues pertaining to the challenges facing Supplier &amp; Enterprise Development programs and more in particular a discussion that will centre on forging closer cooperation between the respective stakeholders.</p>\n<p style=\"text-align: justify;\">The Summit will aim to ensure that this sector of the economy indeed receive its fair share of growth opportunities through sustainable interventions leading to much needed growth in GDP coupled with the key priority economic challenges faced by the country as a whole.</p>\n<p style=\"text-align: justify;\">The first ever <span style=\"color: #333399;\"><em><strong>Supplier &amp; Enterprise Development Awards</strong></em></span> will also form part of the Summit and stakeholders will reach recognition for their unselfish passion and commitment towards the developmental needs of small businesses in general. Awards will handed out in three different categories inclusive of government, business support organisations and corporate enterprise development programmes respectively.</p>\n<p style=\"text-align: justify;\">The Summit will be followed by the <span style=\"color: #333399;\"><strong><em>Small Business Live Icons Breakfast and the Small Business Live TV Broadcast </em></strong><span style=\"color: #000000;\">on Wednesday 26 July 2017 </span></span><span style=\"color: #000000;\">respectively</span>, of which the latter will be screened countrywide to venue’s hosted by municipalities, NGO’s an support agencies as well as other government entities hosting 1000’s of small businesses. The Broadcast will share with them as to how to go about accessing both government and private sector support programs to grow their enterprises.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong> Schedule:</strong></span></p>\n<span style=\"color: #333399;\"><strong>12 September 2017:</strong></span> Enterprise Development Summit &amp; Awards\' Dinner\n\n<span style=\"color: #333399;\"><strong>13 September 2017:</strong></span> Small Business Live Icons Breakfast and Small Business Live TV Broadcast (Studio Audience &amp; Site Viewing)\n\n<span style=\"color: #333399;\"><strong>To receive a Booking Form to attend: </strong></span><a href=\"mailto:gerrit@taranisco.co.za?subject=Please%20send%20us%20an%20SED%20Summit%20Booking%20Form.\">Click Here</a>[/vc_column_text][/vc_column][/vc_row]','SED Summit','','inherit','closed','closed','','611-revision-v1','','','2017-05-02 08:39:28','2017-05-02 08:39:28','',611,'http://www.taranisco.co.za/2017/05/02/611-revision-v1/',0,'revision','',0),(762,1,'2017-04-20 21:19:22','2017-04-20 21:19:22','[vc_row][vc_column][vc_column_text]\n<p style=\"text-align: justify;\">[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]</p>\n<p style=\"text-align: justify;\">The inaugural <strong><span style=\"color: #333399;\"><em>Supplier &amp;</em></span> <span style=\"color: #333399;\"><em>Enterprise Development Summit</em></span></strong> will take place on Tuesday 25 July 2017<span style=\"color: #333399;\"><strong> </strong><span style=\"color: #000000;\">a day before the <em><strong><span style=\"color: #333399;\">Small Business Live TV Broadcast</span></strong></em> event and it will<strong><em> </em></strong></span></span>afford both public and private sector stakeholders the opportunity to partner this auspicious occasion, which will create an interactive platform to debate the real impact of the support rendered to the country’s SMME segment.</p>\n<p style=\"text-align: justify;\">The Summit will cover the essential issues pertaining to the challenges facing Supplier &amp; Enterprise Development programs and more in particular a discussion that will centre on forging closer cooperation between the respective stakeholders.</p>\n<p style=\"text-align: justify;\">The Summit will aim to ensure that this sector of the economy indeed receive its fair share of growth opportunities through sustainable interventions leading to much needed growth in GDP coupled with the key priority economic challenges faced by the country as a whole.</p>\n<p style=\"text-align: justify;\">The first ever <span style=\"color: #333399;\"><em><strong>Supplier &amp; Enterprise Development Awards</strong></em></span> will also form part of the Summit and stakeholders will reach recognition for their unselfish passion and commitment towards the developmental needs of small businesses in general. Awards will handed out in three different categories inclusive of government, business support organisations and corporate enterprise development programmes respectively.</p>\n<p style=\"text-align: justify;\">The Summit will be followed by the <span style=\"color: #333399;\"><strong><em>Small Business Live Icons Breakfast and the Small Business Live TV Broadcast </em></strong><span style=\"color: #000000;\">on Wednesday 26 July 2017 </span></span><span style=\"color: #000000;\">respectively</span>, of which the latter will be screened countrywide to venue’s hosted by municipalities, NGO’s an support agencies as well as other government entities hosting 1000’s of small businesses. The Broadcast will share with them as to how to go about accessing both government and private sector support programs to grow their enterprises.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong> Schedule:</strong></span></p>\n<span style=\"color: #333399;\"><strong>25 July 2017:</strong></span> Supplier &amp; Enterprise Development Summit &amp; Awards\' Dinner\n\n<span style=\"color: #333399;\"><strong>26 July 2017:</strong></span> Small Business Live Icons Breakfast and Small Business Live TV Broadcast (Studio Audience &amp; Site Viewing)\n\n<span style=\"color: #333399;\"><strong>To receive a Booking Form to attend: </strong></span><a href=\"mailto:gerrit@taranisco.co.za?subject=Please%20send%20us%20an%20SED%20Summit%20Booking%20Form.\">Click Here</a>[/vc_column_text][/vc_column][/vc_row]','SED Summit','','inherit','closed','closed','','611-revision-v1','','','2017-04-20 21:19:22','2017-04-20 21:19:22','',611,'http://www.taranisco.co.za/2017/04/20/611-revision-v1/',0,'revision','',0),(763,1,'2017-04-20 21:24:06','2017-04-20 21:24:06','[vc_row][vc_column][vc_column_text]<span style=\"color: #333399;\"><strong>The Enterprise Development Awards</strong></span>\n\n<span style=\"color: #333399;\"><strong> Awards Schedule: </strong></span>\n\n<span style=\"color: #333399;\"><strong>– Call for Nominations:</strong></span> 1 May 2017\n<span style=\"color: #333399;\"><strong>– Closing Date:</strong> </span>Friday 30 June 2017\n<span style=\"color: #333399;\"><strong>– Short-List Announcement:</strong> 3 July</span> 2016\n<span style=\"color: #333399;\"><strong>– Qualifying Period:</strong></span> 1 January - 31 December 2016\n<span style=\"color: #333399;\"><strong>– Please Note</strong>:</span> All information provided must be verifiable should the nomination become short-listed.\n<span style=\"color: #333399;\"><strong>– Awards Dinner:</strong> 25 July</span> 2017\n\n<span style=\"color: #333399;\"><strong>Awards Categories</strong></span>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Please Note:</strong></span>\nEach Category will award 9 x Provincial Gold Awards as well as a Grand Prix Award for the best scoring provincial winner in each of the respective categories.\n\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Category A:</strong></span> Leading Non-Governmental Enterprise Development Agency Award\n<span style=\"color: #333399;\"><strong>Category B:</strong> </span>Leading Government Enterprise Development Agency Award\n<span style=\"color: #333399;\"><strong>Category C:</strong></span> Leading Enterprise Development Incubator Award\n<span style=\"color: #333399;\"><strong>Category D:</strong></span> Leading Corporate Enterprise Development Award\n<span style=\"color: #333399;\"><strong>Category E:</strong></span> Leading State Owned Enterprise Development Award\n<span style=\"color: #333399;\"><strong>Category F:</strong></span> Leading Supplier Development Program of the Year Award\n<strong><span style=\"color: #333399;\">Category G</span>:</strong> Leading Enterprise Development Event of the Year Award\n<span style=\"color: #333399;\"><strong>Category H:</strong></span> Leading Business Chamber Enterprise Development Program of the Year Award\n<span style=\"color: #333399;\"><strong>Category I:</strong></span> Leading Business Competition Award\n<span style=\"color: #333399;\"><strong>Category J:</strong> </span>Leading Enterprise Development Personality of the Year Award\n\n<p style=\"text-align: justify;\"><strong>To receive a Nomination Form:</strong> <a href=\"mailto:gerrit@taranisco.co.za?subject=Kindly%20send%20us%20an%20SED%20Awards%20Nomination%20Form.\">Click Here</a></p>\n[/vc_column_text][/vc_column][/vc_row]','SED Awards\'17','','inherit','closed','closed','','615-revision-v1','','','2017-04-20 21:24:06','2017-04-20 21:24:06','',615,'http://www.taranisco.co.za/2017/04/20/615-revision-v1/',0,'revision','',0),(766,1,'2017-05-02 08:35:22','2017-05-02 08:35:22','[vc_row][vc_column][vc_column_text]\n<p style=\"text-align: justify;\">The inaugural <span style=\"color: #333399;\"><strong><em>Small Business Live Breakfast</em></strong></span> will take place in Johannesburg on Thursday 13 Septembe July 2017 with a specific focus on  impact of the country\'s current economic landscape and how it impacts on the small business sector.</p>\n<p style=\"text-align: justify;\">The Breakfast will unpack the key indicators relevant to the economy outlook for the medium term and how corporates react on their key mandate to support the growth of SMMEs as prescribed by the B-BBEE Codes of Good Practice under the Supplier and Enterprise Development (SED) elements respectively.</p>\n<p style=\"text-align: justify;\">An interactive panel discussion featuring B-BBEE thought leaders and verification agencies will unpack key strategies for corporates on how to optimize their SED elements on the Scorecard.</p>\n<p style=\"text-align: justify;\">Government funding allocated for supporting SMMEs over the next year will also be unpacked and in particular how its agencies will deliver on expanding their programs for this sector. Representatives from  government\'s various small business support agencies will share their programs and how it aligns with that of the private sector and vice a versa.</p>\n<p style=\"text-align: justify;\">The Breakfast will be attended by corporate SED decision-makers as well as service providers and government agencies to engage each other in a much needed debate on how to effectively deliver sustainable interventions to support growth and job creation within this sector.</p>\n<p style=\"text-align: justify;\">To receive a booking form <a href=\"http://www.taranisco.co.za/registration/\">Click Here</a></p>\n<span style=\"color: #333399;\"><strong>For further details contact: </strong></span>\n\n<strong>Gerrit Davids | Lead Consultant</strong>\n\n<span style=\"color: #333399;\"><strong>TaranisCo Advisory CC</strong></span>\nWebsite: <a href=\"http://www.taranis.co.za/\">www.taranis.co.za</a>\n\n<strong><span style=\"color: #333399;\">Tel</span>.</strong> 011-026 4891\n<span style=\"color: #333399;\"><strong>Fax.</strong></span> 086 698 7882\n<span style=\"color: #333399;\"><strong>Cell.</strong> </span>+27 (0)82 496 1657\n<span style=\"color: #333399;\"><strong>Email:</strong></span> <a href=\"mailto:gerrit@taranisco.co.za\">gerrit@taranisco.co.za</a>[/vc_column_text][/vc_column][/vc_row]','Small Business Live Breakfast','','inherit','closed','closed','','724-revision-v1','','','2017-05-02 08:35:22','2017-05-02 08:35:22','',724,'http://www.taranisco.co.za/2017/05/02/724-revision-v1/',0,'revision','',0),(767,1,'2017-05-02 08:36:12','2017-05-02 08:36:12','[vc_row][vc_column][vc_column_text]<span style=\"color: #333399;\"><strong>Watch the Small Business Live TV broadcast at your local venue!</strong></span>\n<p style=\"text-align: justify;\"><em><span style=\"color: #333399;\"><strong>Small Business Live</strong></span> </em>will take place on Thursday 13 September 2017 and will kick off with the <span style=\"color: #333399;\"><em><strong>Small Business Live Icon\'s Breakfast</strong></em></span> and followed by an exclusive national TV broadcast, via satellite to locations across the country.</p>\n<p style=\"text-align: justify;\">The broadcast is a groundbreaking initiative aimed at presenting all of government\'s small business support programs to thousands of entrepreneurs at hundreds of venues countrywide.</p>\n<p style=\"text-align: justify;\">The day will kick-off with the <span style=\"color: #333399;\"><em><strong>Small Business Live Icon\'s Breakfast</strong></em><span style=\"color: #000000;\">, which will feature panel discussions with successful business people sharing their strategies with guests in a highly interactive environment.</span></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong><em>The Small Business Live TV Broadcast</em></strong></span> aims to feature \"how to presentations\" on government\'s key support programs like the Small Enterprise Development Agency (Seda); Small Enterprise Finance Agency (SEFA); National Empowerment Fund (NEF); Industrial Development Corporation (IDC); National Youth Development Agency (NYDA); Land Bank, MAFISA and corporate B-BBEE Enterprise Development Programs as well as Access to Finance from the major banks.</p>\n<p style=\"text-align: justify;\">Thousands of entrepreneurs will be hosted at venues in their local communities by municipalities, provincial economic development departments, corporates and agencies as well as independent small business support organisations.</p>\n<p style=\"text-align: justify;\">Delegates attending <span style=\"color: #333399;\"><em><strong>Small Business Live TV Broadcast</strong></em></span> will be able to interact with the presenters via SMS, Twitter and Facebook respectively.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><em><strong>Small Business Live will Empower Your Business!</strong></em></span> A powerful Masterclass will be held after lunch wherein delegates will hear from our industry thought leaders on how to supply big business and also how to tender for government contracts.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Ticket Options</strong></span></p>\n<span style=\"color: #ff0000;\"><strong>Free Ticket</strong></span>\n- Free Entry only to watch the Small Business Live Broadcast on site\n- Lunch not included\n<span style=\"color: #333399;\"><strong>Price:</strong> </span>Not Applicable\n\n<span style=\"color: #ff0000;\"><strong>Bronze Ticket</strong></span>\n- Attend the Small Business Budget Breakfast\n- Watch the Small Business Live TV Broadcast on site\n- Lunch not included\n<strong><span style=\"color: #333399;\">Price:</span></strong> R990.00\n\n<strong><span style=\"color: #ff0000;\">Silver Ticket</span></strong>\n- Watch the Small Business Live TV Broadcast on site\n- Special Seating Arrangements\n- Attend the Masterclass\n- Lunch included\n<span style=\"color: #333399;\"><strong>Price:</strong> </span>R1950.00\n\n<span style=\"color: #ff0000;\"><strong>Gold Package</strong></span>\n- Attend the Small Business Budget Breakfast\n- Watch the Small Business Live TV on site\n- Attend the Small Business Masterclass\n- Early Entrance\n- Special Seating Arrangements at the Small Business Budget Breakfast, TV Broadcast, Lunch &amp; Masterclass\n- Lunch with Speakers &amp; VIP’s\n- Small Business Live Goody Bag\n<span style=\"color: #333399;\"><strong>Price:</strong></span> 2950.00\n\nTo receive a booking form <a href=\"http://www.taranisco.co.za/registration/\">Click Here</a>\n\n<p style=\"text-align: justify;\">[/vc_column_text][/vc_column][/vc_row]','Watch it Live!','','inherit','closed','closed','','618-revision-v1','','','2017-05-02 08:36:12','2017-05-02 08:36:12','',618,'http://www.taranisco.co.za/2017/05/02/618-revision-v1/',0,'revision','',0),(769,1,'2017-05-02 08:43:23','2017-05-02 08:43:23','[vc_row][vc_column][vc_column_text]\n<p style=\"text-align: justify;\">[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]</p>\n<p style=\"text-align: justify;\">The inaugural <strong><span style=\"color: #333399;\"><em>Enterprise Development Summit</em></span></strong> will take place on Wednesday 13 September 2017<span style=\"color: #333399;\"><strong> </strong><span style=\"color: #000000;\">a day before the <em><strong><span style=\"color: #333399;\">Small Business Live TV Broadcast</span></strong></em> event and it will<strong><em> </em></strong></span></span>afford both public and private sector stakeholders the opportunity to partner this auspicious occasion, which will create an interactive platform to debate the real impact of the support rendered to the country’s SMME segment.</p>\n<p style=\"text-align: justify;\">The Summit will cover the essential issues pertaining to the challenges facing Enterprise Development support programs and more in particular a discussion that will centre on forging closer cooperation between the respective stakeholders.</p>\n<p style=\"text-align: justify;\">The Summit will aim to ensure that this sector of the economy indeed receive its fair share of growth opportunities through sustainable interventions leading to much needed growth in GDP coupled with the key priority economic challenges faced by the country as a whole.</p>\n<p style=\"text-align: justify;\">The first ever <span style=\"color: #333399;\"><em><strong>Enterprise &amp; Supplier Development Awards (ESDA\'s)</strong></em></span> will also form part of the Summit and stakeholders will reach recognition for their unselfish passion and commitment towards the developmental needs of small businesses in general. Awards will handed out in three different categories inclusive of government, business support organisations and corporate enterprise development programmes respectively.</p>\n<p style=\"text-align: justify;\">The Summit will be followed by the <span style=\"color: #333399;\"><strong><em>Small Business Live Icons Breakfast and the Small Business Live TV Broadcast </em></strong><span style=\"color: #000000;\">on Thursday 13 September 2017 </span></span><span style=\"color: #000000;\">respectively</span>, of which the latter will be screened countrywide to venue’s hosted by municipalities, NGO’s an support agencies as well as other government entities hosting 1000’s of small businesses. The Broadcast will share with them as to how to go about accessing both government and private sector support programs to grow their enterprises.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong> Schedule:</strong></span></p>\n<span style=\"color: #333399;\"><strong>12 September 2017:</strong></span> Enterprise Development Summit &amp; Awards\' Dinner\n\n<span style=\"color: #333399;\"><strong>13 September 2017:</strong></span> Small Business Live Icons Breakfast and Small Business Live TV Broadcast (Studio Audience &amp; Site Viewing)\n\n<span style=\"color: #333399;\"><strong>To receive a Booking Form to attend: </strong></span><a href=\"mailto:gerrit@taranisco.co.za?subject=Please%20send%20us%20an%20SED%20Summit%20Booking%20Form.\">Click Here</a>[/vc_column_text][/vc_column][/vc_row]','SED Summit','','inherit','closed','closed','','611-revision-v1','','','2017-05-02 08:43:23','2017-05-02 08:43:23','',611,'http://www.taranisco.co.za/2017/05/02/611-revision-v1/',0,'revision','',0),(770,1,'2017-05-02 08:47:29','2017-05-02 08:47:29','[vc_row][vc_column][vc_column_text]<span style=\"color: #333399;\"><strong>The Enterprise Development Awards</strong></span>\n\n<span style=\"color: #333399;\"><strong> Awards Schedule: </strong></span>\n\n<span style=\"color: #333399;\"><strong>– Call for Nominations:</strong></span> 1 May 2017\n<span style=\"color: #333399;\"><strong>– Closing Date:</strong> </span>Friday 11 August 2017\n<span style=\"color: #333399;\"><strong>– Short-List Announcement:</strong> </span>Friday 18 August\n<span style=\"color: #333399;\"><strong>– Qualifying Period:</strong></span> 1 August 2016 - 31 July 2016\n<span style=\"color: #333399;\"><strong>– Please Note</strong>:</span> All information provided must be verifiable should the nomination become short-listed.\n<span style=\"color: #333399;\"><strong>– Awards Dinner:</strong> </span>Wednesday 12 September 2017\n\n<span style=\"color: #333399;\"><strong>Awards Categories</strong></span>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Please Note:</strong></span>\nEach Category will award 9 x Provincial Gold Awards as well as a Grand Prix Award for the best scoring provincial winner in each of the respective categories.\n\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Category A:</strong></span> Leading Non-Governmental Enterprise Development Agency Award\n<span style=\"color: #333399;\"><strong>Category B:</strong> </span>Leading Government Enterprise Development Agency Award\n<span style=\"color: #333399;\"><strong>Category C:</strong></span> Leading Enterprise Development Incubator Award\n<span style=\"color: #333399;\"><strong>Category D:</strong></span> Leading Corporate Enterprise Development Award\n<span style=\"color: #333399;\"><strong>Category E:</strong></span> Leading State Owned Enterprise Development Award\n<span style=\"color: #333399;\"><strong>Category F:</strong></span> Leading Supplier Development Program of the Year Award\n<strong><span style=\"color: #333399;\">Category G</span>:</strong> Leading Enterprise Development Event of the Year Award\n<span style=\"color: #333399;\"><strong>Category H:</strong></span> Leading Business Chamber Enterprise Development Program of the Year Award\n<span style=\"color: #333399;\"><strong>Category I:</strong></span> Leading Business Competition Award\n<span style=\"color: #333399;\"><strong>Category J:</strong> </span>Leading Enterprise Development Personality of the Year Award\n\n<p style=\"text-align: justify;\"><strong>To receive a Nomination Form:</strong> <a href=\"mailto:gerrit@taranisco.co.za?subject=Kindly%20send%20us%20an%20SED%20Awards%20Nomination%20Form.\">Click Here</a></p>\n[/vc_column_text][/vc_column][/vc_row]','SED Awards\'17','','inherit','closed','closed','','615-revision-v1','','','2017-05-02 08:47:29','2017-05-02 08:47:29','',615,'http://www.taranisco.co.za/2017/05/02/615-revision-v1/',0,'revision','',0),(771,1,'2017-05-02 08:48:23','2017-05-02 08:48:23','[vc_row][vc_column][vc_column_text]<span style=\"color: #333399;\"><strong>The Enterprise Development Awards</strong></span>\n\n<span style=\"color: #333399;\"><strong> Awards Schedule: </strong></span>\n\n<span style=\"color: #333399;\"><strong>– Call for Nominations:</strong></span> 1 May 2017\n<span style=\"color: #333399;\"><strong>– Closing Date:</strong> </span>Friday 11 August 2017\n<span style=\"color: #333399;\"><strong>– Short-List Announcement:</strong> </span>Friday 18 August\n<span style=\"color: #333399;\"><strong>– Qualifying Period:</strong></span> 1 August 2016 - 31 July 2016\n<span style=\"color: #333399;\"><strong>– Please Note</strong>:</span> All information provided must be verifiable should the nomination become short-listed.\n<span style=\"color: #333399;\"><strong>– Awards Dinner:</strong> </span>Wednesday 12 September 2017\n\n<span style=\"color: #333399;\"><strong>Awards Categories</strong></span>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Please Note:</strong></span>\nEach Category will award 9 x Provincial Gold Awards as well as a Grand Prix Award for the best scoring provincial winner in each of the respective categories.\n\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Category A:</strong></span> Leading Non-Governmental Enterprise Development Agency Award\n<span style=\"color: #333399;\"><strong>Category B:</strong> </span>Leading Government Enterprise Development Agency Award\n<span style=\"color: #333399;\"><strong>Category C:</strong></span> Leading Enterprise Development Incubator Award\n<span style=\"color: #333399;\"><strong>Category D:</strong></span> Leading Corporate Enterprise Development Award\n<span style=\"color: #333399;\"><strong>Category E:</strong></span> Leading State Owned Enterprise Development Award\n<span style=\"color: #333399;\"><strong>Category F:</strong></span> Leading Supplier Development Program of the Year Award\n<strong><span style=\"color: #333399;\">Category G</span>:</strong> Leading Enterprise Development Event of the Year Award\n<span style=\"color: #333399;\"><strong>Category H:</strong></span> Leading Business Chamber Enterprise Development Program of the Year Award\n<span style=\"color: #333399;\"><strong>Category I:</strong></span> Leading Business Competition Award\n<span style=\"color: #333399;\"><strong>Category J:</strong> </span>Leading Enterprise Development Personality of the Year Award\n\n<p style=\"text-align: justify;\"><strong>To receive a Nomination Form:</strong> <a href=\"mailto:gerrit@taranisco.co.za?subject=Kindly%20send%20us%20an%20SED%20Awards%20Nomination%20Form.\">Click Here</a></p>\n[/vc_column_text][/vc_column][/vc_row]','Awards\'17','','inherit','closed','closed','','615-revision-v1','','','2017-05-02 08:48:23','2017-05-02 08:48:23','',615,'http://www.taranisco.co.za/2017/05/02/615-revision-v1/',0,'revision','',0),(776,1,'2017-05-02 08:50:49','2017-05-02 08:50:49','[vc_row][vc_column][vc_column_text]\n<p style=\"text-align: justify;\">[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]</p>\n<p style=\"text-align: justify;\">The inaugural <strong><span style=\"color: #333399;\"><em>Enterprise Development Summit</em></span></strong> will take place on Wednesday 13 September 2017<span style=\"color: #333399;\"><strong> </strong><span style=\"color: #000000;\">a day before the <em><strong><span style=\"color: #333399;\">Small Business Live TV Broadcast</span></strong></em> event and it will<strong><em> </em></strong></span></span>afford both public and private sector stakeholders the opportunity to partner this auspicious occasion, which will create an interactive platform to debate the real impact of the support rendered to the country’s SMME segment.</p>\n<p style=\"text-align: justify;\">The Summit will cover the essential issues pertaining to the challenges facing Enterprise Development support programs and more in particular a discussion that will centre on forging closer cooperation between the respective stakeholders.</p>\n<p style=\"text-align: justify;\">The Summit will aim to ensure that this sector of the economy indeed receive its fair share of growth opportunities through sustainable interventions leading to much needed growth in GDP coupled with the key priority economic challenges faced by the country as a whole.</p>\n<p style=\"text-align: justify;\">The first ever <span style=\"color: #333399;\"><em><strong>Enterprise &amp; Supplier Development Awards (ESDA\'s)</strong></em></span> will also form part of the Summit and stakeholders will reach recognition for their unselfish passion and commitment towards the developmental needs of small businesses in general. Awards will handed out in three different categories inclusive of government, business support organisations and corporate enterprise development programmes respectively.</p>\n<p style=\"text-align: justify;\">The Summit will be followed by the <span style=\"color: #333399;\"><strong><em>Small Business Live Icons Breakfast and the Small Business Live TV Broadcast </em></strong><span style=\"color: #000000;\">on Thursday 14 September 2017 </span></span><span style=\"color: #000000;\">respectively</span>, of which the latter will be screened countrywide to venue’s hosted by municipalities, NGO’s an support agencies as well as other government entities hosting 1000’s of small businesses. The Broadcast will share with them as to how to go about accessing both government and private sector support programs to grow their enterprises.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong> Schedule:</strong></span></p>\n<span style=\"color: #333399;\"><strong>12 September 2017:</strong></span> Enterprise Development Summit &amp; Awards\' Dinner\n\n<span style=\"color: #333399;\"><strong>13 September 2017:</strong></span> Small Business Live Icons Breakfast and Small Business Live TV Broadcast (Studio Audience &amp; Site Viewing)\n\n<span style=\"color: #333399;\"><strong>To receive a Booking Form to attend: </strong></span><a href=\"mailto:gerrit@taranisco.co.za?subject=Please%20send%20us%20an%20SED%20Summit%20Booking%20Form.\">Click Here</a>[/vc_column_text][/vc_column][/vc_row]','SED Summit','','inherit','closed','closed','','611-revision-v1','','','2017-05-02 08:50:49','2017-05-02 08:50:49','',611,'http://www.taranisco.co.za/2017/05/02/611-revision-v1/',0,'revision','',0),(772,1,'2017-05-02 08:48:46','2017-05-02 08:48:46','[vc_row][vc_column][vc_column_text]\n<p style=\"text-align: justify;\">[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]</p>\n<p style=\"text-align: justify;\">The inaugural <strong><span style=\"color: #333399;\"><em>Enterprise Development Summit</em></span></strong> will take place on Wednesday 13 September 2017<span style=\"color: #333399;\"><strong> </strong><span style=\"color: #000000;\">a day before the <em><strong><span style=\"color: #333399;\">Small Business Live TV Broadcast</span></strong></em> event and it will<strong><em> </em></strong></span></span>afford both public and private sector stakeholders the opportunity to partner this auspicious occasion, which will create an interactive platform to debate the real impact of the support rendered to the country’s SMME segment.</p>\n<p style=\"text-align: justify;\">The Summit will cover the essential issues pertaining to the challenges facing Enterprise Development support programs and more in particular a discussion that will centre on forging closer cooperation between the respective stakeholders.</p>\n<p style=\"text-align: justify;\">The Summit will aim to ensure that this sector of the economy indeed receive its fair share of growth opportunities through sustainable interventions leading to much needed growth in GDP coupled with the key priority economic challenges faced by the country as a whole.</p>\n<p style=\"text-align: justify;\">The first ever <span style=\"color: #333399;\"><em><strong>Enterprise &amp; Supplier Development Awards (ESDA\'s)</strong></em></span> will also form part of the Summit and stakeholders will reach recognition for their unselfish passion and commitment towards the developmental needs of small businesses in general. Awards will handed out in three different categories inclusive of government, business support organisations and corporate enterprise development programmes respectively.</p>\n<p style=\"text-align: justify;\">The Summit will be followed by the <span style=\"color: #333399;\"><strong><em>Small Business Live Icons Breakfast and the Small Business Live TV Broadcast </em></strong><span style=\"color: #000000;\">on Thursday 13 September 2017 </span></span><span style=\"color: #000000;\">respectively</span>, of which the latter will be screened countrywide to venue’s hosted by municipalities, NGO’s an support agencies as well as other government entities hosting 1000’s of small businesses. The Broadcast will share with them as to how to go about accessing both government and private sector support programs to grow their enterprises.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong> Schedule:</strong></span></p>\n<span style=\"color: #333399;\"><strong>12 September 2017:</strong></span> Enterprise Development Summit &amp; Awards\' Dinner\n\n<span style=\"color: #333399;\"><strong>13 September 2017:</strong></span> Small Business Live Icons Breakfast and Small Business Live TV Broadcast (Studio Audience &amp; Site Viewing)\n\n<span style=\"color: #333399;\"><strong>To receive a Booking Form to attend: </strong></span><a href=\"mailto:gerrit@taranisco.co.za?subject=Please%20send%20us%20an%20SED%20Summit%20Booking%20Form.\">Click Here</a>[/vc_column_text][/vc_column][/vc_row]','Enterprise Development Summit','','inherit','closed','closed','','611-revision-v1','','','2017-05-02 08:48:46','2017-05-02 08:48:46','',611,'http://www.taranisco.co.za/2017/05/02/611-revision-v1/',0,'revision','',0),(773,1,'2017-05-02 08:49:06','2017-05-02 08:49:06','<p style=\"text-align: justify;\">South Africa’s inaugural <span style=\"color: #333399;\"><em><strong>Supplier and Enterprise Development Awards (SED Awards)</strong> </em></span>will give recognition to corporates for their contribution to broad-based black economic empowerment, which is based on their actual year on year contributions rather than getting voted for by a panel of judges.</p>\n<p style=\"text-align: justify;\">The organisers of the Awards, TaranisCo Advisory CC, one of South Africa’s leading service providers and facilitators empowering suppliers to government, aims to make the Awards the yardstick for corporates to manage sustainable procurement and enterprise development programmes within their business.</p>\n<p style=\"text-align: justify;\">Businesses in more than 20 different economic sectors, both listed and unlisted, will complete a questionnaire covering 10 areas of B-BBEE compliance from, which the actual winners will emerged based on the points allocated for each year on year achievement.</p>\n<p style=\"text-align: justify;\">The Awards are open to companies who are categorised as Qualifying Small Enterprises (QSEs) and Generic Enterprises by the Amended B-BBEE Codes of 2015.</p>\n<p style=\"text-align: justify;\">Announcing the Awards, TaranisCo Advisory’s MD, Gerrit Davids said “We are pleased to launch the first edition of the SED Awards, which will give recognition to those corporates who have responded positively to government’s policy on changing the economic landscape, especially through their commendable interventions in the areas of procurement and enterprise development respectively”.</p>\n<p style=\"text-align: justify;\">Davids pointed out that “the Awards is taking a different approach to the normal awards voting processes where the winners are voted for by a panel of judges. A firm of auditors will use the actual data provided by the nominated businesses, to calculate an overall score to determine a winner in each category. With the result, a smaller business could beat its bigger counterpart to an award, based on having a higher percentage score than others”.</p>\n<p style=\"text-align: justify;\"></p>\n<p style=\"text-align: justify;\">All Short-Listed Nominees will receive Recognition Awards with the top performing business declared as the overall winner of the specific category.</p>\n<p style=\"text-align: justify;\"></p>\n<p style=\"text-align: justify;\">The deadline for entries is 24 January 2017 and the short-list will be announced on 26 January 2017. The Awards ceremony will take place on Wednesday 22 February 2017 in Johannesburg.</p>','Enterprise & Supplier Development Awards\'17','','inherit','closed','closed','','676-revision-v1','','','2017-05-02 08:49:06','2017-05-02 08:49:06','',676,'http://www.taranisco.co.za/2017/05/02/676-revision-v1/',0,'revision','',0),(774,1,'2017-05-02 08:49:42','2017-05-02 08:49:42','[vc_row][vc_column][vc_column_text]<span style=\"color: #333399;\"><strong>The Enterprise &amp; Supplier Development Awards</strong></span>\r\n\r\n<span style=\"color: #333399;\"><strong> Awards Schedule: </strong></span>\r\n\r\n<span style=\"color: #333399;\"><strong>– Call for Nominations:</strong></span> 1 May 2017\r\n<span style=\"color: #333399;\"><strong>– Closing Date:</strong> </span>Friday 11 August 2017\r\n<span style=\"color: #333399;\"><strong>– Short-List Announcement:</strong> </span>Friday 18 August\r\n<span style=\"color: #333399;\"><strong>– Qualifying Period:</strong></span> 1 August 2016 - 31 July 2016\r\n<span style=\"color: #333399;\"><strong>– Please Note</strong>:</span> All information provided must be verifiable should the nomination become short-listed.\r\n<span style=\"color: #333399;\"><strong>– Awards Dinner:</strong> </span>Wednesday 12 September 2017\r\n\r\n<span style=\"color: #333399;\"><strong>Awards Categories</strong></span>\r\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Please Note:</strong></span>\r\nEach Category will award 9 x Provincial Gold Awards as well as a Grand Prix Award for the best scoring provincial winner in each of the respective categories.</p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Category A:</strong></span> Leading Non-Governmental Enterprise Development Agency Award\r\n<span style=\"color: #333399;\"><strong>Category B:</strong> </span>Leading Government Enterprise Development Agency Award\r\n<span style=\"color: #333399;\"><strong>Category C:</strong></span> Leading Enterprise Development Incubator Award\r\n<span style=\"color: #333399;\"><strong>Category D:</strong></span> Leading Corporate Enterprise Development Award\r\n<span style=\"color: #333399;\"><strong>Category E:</strong></span> Leading State Owned Enterprise Development Award\r\n<span style=\"color: #333399;\"><strong>Category F:</strong></span> Leading Supplier Development Program of the Year Award\r\n<strong><span style=\"color: #333399;\">Category G</span>:</strong> Leading Enterprise Development Event of the Year Award\r\n<span style=\"color: #333399;\"><strong>Category H:</strong></span> Leading Business Chamber Enterprise Development Program of the Year Award\r\n<span style=\"color: #333399;\"><strong>Category I:</strong></span> Leading Business Competition Award\r\n<span style=\"color: #333399;\"><strong>Category J:</strong> </span>Leading Enterprise Development Personality of the Year Award</p>\r\n<p style=\"text-align: justify;\"><strong>To receive a Nomination Form:</strong> <a href=\"mailto:gerrit@taranisco.co.za?subject=Kindly%20send%20us%20an%20SED%20Awards%20Nomination%20Form.\">Click Here</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Awards\'17','','inherit','closed','closed','','615-revision-v1','','','2017-05-02 08:49:42','2017-05-02 08:49:42','',615,'http://www.taranisco.co.za/2017/05/02/615-revision-v1/',0,'revision','',0),(784,1,'2017-05-02 09:02:37','2017-05-02 09:02:37','[vc_row][vc_column][vc_column_text]<span style=\"color: #333399;\"><strong>The Enterprise &amp; Supplier Development Awards (ESDAs)</strong></span>\n\n<span style=\"color: #333399;\"><strong> Awards Schedule: </strong></span>\n\n<span style=\"color: #333399;\"><strong>– Call for Nominations:</strong></span> 1 May 2017\n<span style=\"color: #333399;\"><strong>– Closing Date:</strong> </span>Friday 11 August 2017\n<span style=\"color: #333399;\"><strong>– Short-List Announcement:</strong> </span>Friday 18 August\n<span style=\"color: #333399;\"><strong>– Qualifying Period:</strong></span> 1 August 2016 - 31 July 2016\n<span style=\"color: #333399;\"><strong>– Please Note</strong>:</span> All information provided must be verifiable should the nomination become short-listed.\n<span style=\"color: #333399;\"><strong>– Awards Dinner:</strong> </span>Wednesday 13 September 2017\n\n<span style=\"color: #333399;\"><strong>Awards Categories</strong></span>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Please Note:</strong></span>\nEach Category will award 9 x Provincial Gold Awards as well as a Grand Prix Award for the best scoring provincial winner in each of the respective categories.\n\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Category A:</strong></span> Leading Non-Governmental Enterprise Development Agency Award\n<span style=\"color: #333399;\"><strong>Category B:</strong> </span>Leading Government Enterprise Development Agency Award\n<span style=\"color: #333399;\"><strong>Category C:</strong></span> Leading Enterprise Development Incubator Award\n<span style=\"color: #333399;\"><strong>Category D:</strong></span> Leading Corporate Enterprise Development Award\n<span style=\"color: #333399;\"><strong>Category E:</strong></span> Leading State Owned Enterprise Development Award\n<span style=\"color: #333399;\"><strong>Category F:</strong></span> Leading Supplier Development Program of the Year Award\n<strong><span style=\"color: #333399;\">Category G</span>:</strong> Leading Enterprise Development Event of the Year Award\n<span style=\"color: #333399;\"><strong>Category H:</strong></span> Leading Business Chamber Enterprise Development Program of the Year Award\n<span style=\"color: #333399;\"><strong>Category I:</strong></span> Leading Business Competition Award\n<span style=\"color: #333399;\"><strong>Category J:</strong> </span>Leading Enterprise Development Personality of the Year Award\n\n<p style=\"text-align: justify;\"><strong>To receive a Nomination Form:</strong> <a href=\"mailto:gerrit@taranisco.co.za?subject=Kindly%20send%20us%20an%20SED%20Awards%20Nomination%20Form.\">Click Here</a></p>\n[/vc_column_text][/vc_column][/vc_row]','Awards\'17','','inherit','closed','closed','','615-revision-v1','','','2017-05-02 09:02:37','2017-05-02 09:02:37','',615,'http://www.taranisco.co.za/2017/05/02/615-revision-v1/',0,'revision','',0),(775,1,'2017-05-02 08:49:58','2017-05-02 08:49:58','[vc_row][vc_column][vc_column_text]<span style=\"color: #333399;\"><strong>The Enterprise &amp; Supplier Development Awards (ESDAs)</strong></span>\r\n\r\n<span style=\"color: #333399;\"><strong> Awards Schedule: </strong></span>\r\n\r\n<span style=\"color: #333399;\"><strong>– Call for Nominations:</strong></span> 1 May 2017\r\n<span style=\"color: #333399;\"><strong>– Closing Date:</strong> </span>Friday 11 August 2017\r\n<span style=\"color: #333399;\"><strong>– Short-List Announcement:</strong> </span>Friday 18 August\r\n<span style=\"color: #333399;\"><strong>– Qualifying Period:</strong></span> 1 August 2016 - 31 July 2016\r\n<span style=\"color: #333399;\"><strong>– Please Note</strong>:</span> All information provided must be verifiable should the nomination become short-listed.\r\n<span style=\"color: #333399;\"><strong>– Awards Dinner:</strong> </span>Wednesday 12 September 2017\r\n\r\n<span style=\"color: #333399;\"><strong>Awards Categories</strong></span>\r\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Please Note:</strong></span>\r\nEach Category will award 9 x Provincial Gold Awards as well as a Grand Prix Award for the best scoring provincial winner in each of the respective categories.</p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Category A:</strong></span> Leading Non-Governmental Enterprise Development Agency Award\r\n<span style=\"color: #333399;\"><strong>Category B:</strong> </span>Leading Government Enterprise Development Agency Award\r\n<span style=\"color: #333399;\"><strong>Category C:</strong></span> Leading Enterprise Development Incubator Award\r\n<span style=\"color: #333399;\"><strong>Category D:</strong></span> Leading Corporate Enterprise Development Award\r\n<span style=\"color: #333399;\"><strong>Category E:</strong></span> Leading State Owned Enterprise Development Award\r\n<span style=\"color: #333399;\"><strong>Category F:</strong></span> Leading Supplier Development Program of the Year Award\r\n<strong><span style=\"color: #333399;\">Category G</span>:</strong> Leading Enterprise Development Event of the Year Award\r\n<span style=\"color: #333399;\"><strong>Category H:</strong></span> Leading Business Chamber Enterprise Development Program of the Year Award\r\n<span style=\"color: #333399;\"><strong>Category I:</strong></span> Leading Business Competition Award\r\n<span style=\"color: #333399;\"><strong>Category J:</strong> </span>Leading Enterprise Development Personality of the Year Award</p>\r\n<p style=\"text-align: justify;\"><strong>To receive a Nomination Form:</strong> <a href=\"mailto:gerrit@taranisco.co.za?subject=Kindly%20send%20us%20an%20SED%20Awards%20Nomination%20Form.\">Click Here</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Awards\'17','','inherit','closed','closed','','615-revision-v1','','','2017-05-02 08:49:58','2017-05-02 08:49:58','',615,'http://www.taranisco.co.za/2017/05/02/615-revision-v1/',0,'revision','',0),(777,1,'2017-05-02 08:51:40','2017-05-02 08:51:40','[vc_row][vc_column][vc_column_text]\n<p style=\"text-align: justify;\">The inaugural <span style=\"color: #333399;\"><strong><em>Small Business Live Breakfast</em></strong></span> will take place in Johannesburg on Thursday 14 September 2017 with a specific focus on  impact of the country\'s current economic landscape and how it impacts on the small business sector.</p>\n<p style=\"text-align: justify;\">The Breakfast will unpack the key indicators relevant to the economy outlook for the medium term and how corporates react on their key mandate to support the growth of SMMEs as prescribed by the B-BBEE Codes of Good Practice under the Supplier and Enterprise Development (SED) elements respectively.</p>\n<p style=\"text-align: justify;\">An interactive panel discussion featuring B-BBEE thought leaders and verification agencies will unpack key strategies for corporates on how to optimize their SED elements on the Scorecard.</p>\n<p style=\"text-align: justify;\">Government funding allocated for supporting SMMEs over the next year will also be unpacked and in particular how its agencies will deliver on expanding their programs for this sector. Representatives from  government\'s various small business support agencies will share their programs and how it aligns with that of the private sector and vice a versa.</p>\n<p style=\"text-align: justify;\">The Breakfast will be attended by corporate SED decision-makers as well as service providers and government agencies to engage each other in a much needed debate on how to effectively deliver sustainable interventions to support growth and job creation within this sector.</p>\n<p style=\"text-align: justify;\">To receive a booking form <a href=\"http://www.taranisco.co.za/registration/\">Click Here</a></p>\n<span style=\"color: #333399;\"><strong>For further details contact: </strong></span>\n\n<strong>Gerrit Davids | Lead Consultant</strong>\n\n<span style=\"color: #333399;\"><strong>TaranisCo Advisory CC</strong></span>\nWebsite: <a href=\"http://www.taranis.co.za/\">www.taranis.co.za</a>\n\n<strong><span style=\"color: #333399;\">Tel</span>.</strong> 011-026 4891\n<span style=\"color: #333399;\"><strong>Fax.</strong></span> 086 698 7882\n<span style=\"color: #333399;\"><strong>Cell.</strong> </span>+27 (0)82 496 1657\n<span style=\"color: #333399;\"><strong>Email:</strong></span> <a href=\"mailto:gerrit@taranisco.co.za\">gerrit@taranisco.co.za</a>[/vc_column_text][/vc_column][/vc_row]','Small Business Live Breakfast','','inherit','closed','closed','','724-revision-v1','','','2017-05-02 08:51:40','2017-05-02 08:51:40','',724,'http://www.taranisco.co.za/2017/05/02/724-revision-v1/',0,'revision','',0),(778,1,'2017-05-02 08:52:26','2017-05-02 08:52:26','[vc_row][vc_column][vc_column_text]<span style=\"color: #333399;\"><strong>Watch the Small Business Live TV broadcast at your local venue!</strong></span>\n<p style=\"text-align: justify;\"><em><span style=\"color: #333399;\"><strong>Small Business Live</strong></span> </em>will take place on Thursday 14 September 2017 and will kick off with the <span style=\"color: #333399;\"><em><strong>Small Business Live Icon\'s Breakfast</strong></em></span> and followed by an exclusive national TV broadcast, via satellite to locations across the country.</p>\n<p style=\"text-align: justify;\">The broadcast is a groundbreaking initiative aimed at presenting all of government\'s small business support programs to thousands of entrepreneurs at hundreds of venues countrywide.</p>\n<p style=\"text-align: justify;\">The day will kick-off with the <span style=\"color: #333399;\"><em><strong>Small Business Live Icon\'s Breakfast</strong></em><span style=\"color: #000000;\">, which will feature panel discussions with successful business people sharing their strategies with guests in a highly interactive environment.</span></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong><em>The Small Business Live TV Broadcast</em></strong></span> aims to feature \"how to presentations\" on government\'s key support programs like the Small Enterprise Development Agency (Seda); Small Enterprise Finance Agency (SEFA); National Empowerment Fund (NEF); Industrial Development Corporation (IDC); National Youth Development Agency (NYDA); Land Bank, MAFISA and corporate B-BBEE Enterprise Development Programs as well as Access to Finance from the major banks.</p>\n<p style=\"text-align: justify;\">Thousands of entrepreneurs will be hosted at venues in their local communities by municipalities, provincial economic development departments, corporates and agencies as well as independent small business support organisations.</p>\n<p style=\"text-align: justify;\">Delegates attending <span style=\"color: #333399;\"><em><strong>Small Business Live TV Broadcast</strong></em></span> will be able to interact with the presenters via SMS, Twitter and Facebook respectively.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><em><strong>Small Business Live will Empower Your Business!</strong></em></span> A powerful Masterclass will be held after lunch wherein delegates will hear from our industry thought leaders on how to supply big business and also how to tender for government contracts.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Ticket Options</strong></span></p>\n<span style=\"color: #ff0000;\"><strong>Free Ticket</strong></span>\n- Free Entry only to watch the Small Business Live Broadcast on site\n- Lunch not included\n<span style=\"color: #333399;\"><strong>Price:</strong> </span>Not Applicable\n\n<span style=\"color: #ff0000;\"><strong>Bronze Ticket</strong></span>\n- Attend the Small Business Budget Breakfast\n- Watch the Small Business Live TV Broadcast on site\n- Lunch not included\n<strong><span style=\"color: #333399;\">Price:</span></strong> R990.00\n\n<strong><span style=\"color: #ff0000;\">Silver Ticket</span></strong>\n- Watch the Small Business Live TV Broadcast on site\n- Special Seating Arrangements\n- Attend the Masterclass\n- Lunch included\n<span style=\"color: #333399;\"><strong>Price:</strong> </span>R1950.00\n\n<span style=\"color: #ff0000;\"><strong>Gold Package</strong></span>\n- Attend the Small Business Budget Breakfast\n- Watch the Small Business Live TV on site\n- Attend the Small Business Masterclass\n- Early Entrance\n- Special Seating Arrangements at the Small Business Budget Breakfast, TV Broadcast, Lunch &amp; Masterclass\n- Lunch with Speakers &amp; VIP’s\n- Small Business Live Goody Bag\n<span style=\"color: #333399;\"><strong>Price:</strong></span> 2950.00\n\nTo receive a booking form <a href=\"http://www.taranisco.co.za/registration/\">Click Here</a>\n\n<p style=\"text-align: justify;\">[/vc_column_text][/vc_column][/vc_row]','Watch it Live!','','inherit','closed','closed','','618-revision-v1','','','2017-05-02 08:52:26','2017-05-02 08:52:26','',618,'http://www.taranisco.co.za/2017/05/02/618-revision-v1/',0,'revision','',0),(779,1,'2017-05-02 08:53:29','2017-05-02 08:53:29','[vc_row][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]</p>\r\n<p style=\"text-align: justify;\">The inaugural <strong><span style=\"color: #333399;\"><em>Enterprise Development Summit</em></span></strong> will take place on Wednesday 13 September 2017<span style=\"color: #333399;\"><strong> </strong><span style=\"color: #000000;\">a day before the <em><strong><span style=\"color: #333399;\">Small Business Live TV Broadcast</span></strong></em> event and it will<strong><em> </em></strong></span></span>afford both public and private sector stakeholders the opportunity to partner this auspicious occasion, which will create an interactive platform to debate the real impact of the support rendered to the country’s SMME segment.</p>\r\n<p style=\"text-align: justify;\">The Summit will cover the essential issues pertaining to the challenges facing Enterprise Development support programs and more in particular a discussion that will centre on forging closer cooperation between the respective stakeholders.</p>\r\n<p style=\"text-align: justify;\">The Summit will aim to ensure that this sector of the economy indeed receive its fair share of growth opportunities through sustainable interventions leading to much needed growth in GDP coupled with the key priority economic challenges faced by the country as a whole.</p>\r\n<p style=\"text-align: justify;\">The first ever <span style=\"color: #333399;\"><em><strong>Enterprise &amp; Supplier Development Awards (ESDA\'s)</strong></em></span> will also form part of the Summit and stakeholders will reach recognition for their unselfish passion and commitment towards the developmental needs of small businesses in general. Awards will handed out in three different categories inclusive of government, business support organisations and corporate enterprise development programmes respectively.</p>\r\n<p style=\"text-align: justify;\">The Summit will be followed by the <span style=\"color: #333399;\"><strong><em>Small Business Live Icons Breakfast and the Small Business Live TV Broadcast </em></strong><span style=\"color: #000000;\">on Thursday 14 September 2017 </span></span><span style=\"color: #000000;\">respectively</span>, of which the latter will be screened countrywide to venue’s hosted by municipalities, NGO’s an support agencies as well as other government entities hosting 1000’s of small businesses. The Broadcast will share with them as to how to go about accessing both government and private sector support programs to grow their enterprises.</p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong> Schedule:</strong></span></p>\r\n<span style=\"color: #333399;\"><strong>12 September 2017:</strong></span> Enterprise Development Summit &amp; Awards\' Dinner\r\n\r\n<span style=\"color: #333399;\"><strong>13 September 2017:</strong></span> Small Business Live Icons Breakfast and Small Business Live TV Broadcast (Studio Audience &amp; Site Viewing)\r\n\r\n<span style=\"color: #333399;\"><strong>To receive a Booking Form to attend: </strong></span><a href=\"mailto:gerrit@taranisco.co.za?subject=Please%20send%20us%20an%20SED%20Summit%20Booking%20Form.\">Click Here</a>[/vc_column_text][/vc_column][/vc_row]','Summit','','inherit','closed','closed','','611-revision-v1','','','2017-05-02 08:53:29','2017-05-02 08:53:29','',611,'http://www.taranisco.co.za/2017/05/02/611-revision-v1/',0,'revision','',0),(781,1,'2017-05-02 08:55:36','2017-05-02 08:55:36','[vc_row][vc_column][vc_column_text]\n<p style=\"text-align: justify;\">The inaugural <strong><span style=\"color: #333399;\"><em>Enterprise Development Summit</em></span></strong> will take place on Wednesday 13 September 2017<span style=\"color: #333399;\"><strong> </strong><span style=\"color: #000000;\">a day before the <em><strong><span style=\"color: #333399;\">Small Business Live TV Broadcast</span></strong></em> event and it will<strong><em> </em></strong></span></span>afford both public and private sector stakeholders the opportunity to partner this auspicious occasion, which will create an interactive platform to debate the real impact of the support rendered to the country’s SMME segment.</p>\n<p style=\"text-align: justify;\">The Summit will cover the essential issues pertaining to the challenges facing Enterprise Development support programs and more in particular a discussion that will centre on forging closer cooperation between the respective stakeholders.</p>\n<p style=\"text-align: justify;\">The Summit will aim to ensure that this sector of the economy indeed receive its fair share of growth opportunities through sustainable interventions leading to much needed growth in GDP coupled with the key priority economic challenges faced by the country as a whole.</p>\n<p style=\"text-align: justify;\">The first ever <span style=\"color: #333399;\"><em><strong>Enterprise &amp; Supplier Development Awards (ESDA\'s)</strong></em></span> will also form part of the Summit and stakeholders will reach recognition for their unselfish passion and commitment towards the developmental needs of small businesses in general. Awards will handed out in three different categories inclusive of government, business support organisations and corporate enterprise development programmes respectively.</p>\n<p style=\"text-align: justify;\">The Summit will be followed by the <span style=\"color: #333399;\"><strong><em>Small Business Live Icons Breakfast and the Small Business Live TV Broadcast </em></strong><span style=\"color: #000000;\">on Thursday 14 September 2017 </span></span><span style=\"color: #000000;\">respectively</span>, of which the latter will be screened countrywide to venue’s hosted by municipalities, NGO’s an support agencies as well as other government entities hosting 1000’s of small businesses. The Broadcast will share with them as to how to go about accessing both government and private sector support programs to grow their enterprises.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong> Schedule:</strong></span></p>\n<span style=\"color: #333399;\"><strong>12 September 2017:</strong></span> Enterprise Development Summit &amp; Awards\' Dinner\n\n<span style=\"color: #333399;\"><strong>13 September 2017:</strong></span> Small Business Live Icons Breakfast and Small Business Live TV Broadcast (Studio Audience &amp; Site Viewing)\n\n<span style=\"color: #333399;\"><strong>To receive a Booking Form to attend: </strong></span><a href=\"mailto:gerrit@taranisco.co.za?subject=Please%20send%20us%20an%20SED%20Summit%20Booking%20Form.\">Click Here</a>[/vc_column_text][/vc_column][/vc_row]','Enterprise Development Summit','','inherit','closed','closed','','611-revision-v1','','','2017-05-02 08:55:36','2017-05-02 08:55:36','',611,'http://www.taranisco.co.za/2017/05/02/611-revision-v1/',0,'revision','',0),(780,1,'2017-05-02 08:54:01','2017-05-02 08:54:01','[vc_row][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]</p>\r\n<p style=\"text-align: justify;\">The inaugural <strong><span style=\"color: #333399;\"><em>Enterprise Development Summit</em></span></strong> will take place on Wednesday 13 September 2017<span style=\"color: #333399;\"><strong> </strong><span style=\"color: #000000;\">a day before the <em><strong><span style=\"color: #333399;\">Small Business Live TV Broadcast</span></strong></em> event and it will<strong><em> </em></strong></span></span>afford both public and private sector stakeholders the opportunity to partner this auspicious occasion, which will create an interactive platform to debate the real impact of the support rendered to the country’s SMME segment.</p>\r\n<p style=\"text-align: justify;\">The Summit will cover the essential issues pertaining to the challenges facing Enterprise Development support programs and more in particular a discussion that will centre on forging closer cooperation between the respective stakeholders.</p>\r\n<p style=\"text-align: justify;\">The Summit will aim to ensure that this sector of the economy indeed receive its fair share of growth opportunities through sustainable interventions leading to much needed growth in GDP coupled with the key priority economic challenges faced by the country as a whole.</p>\r\n<p style=\"text-align: justify;\">The first ever <span style=\"color: #333399;\"><em><strong>Enterprise &amp; Supplier Development Awards (ESDA\'s)</strong></em></span> will also form part of the Summit and stakeholders will reach recognition for their unselfish passion and commitment towards the developmental needs of small businesses in general. Awards will handed out in three different categories inclusive of government, business support organisations and corporate enterprise development programmes respectively.</p>\r\n<p style=\"text-align: justify;\">The Summit will be followed by the <span style=\"color: #333399;\"><strong><em>Small Business Live Icons Breakfast and the Small Business Live TV Broadcast </em></strong><span style=\"color: #000000;\">on Thursday 14 September 2017 </span></span><span style=\"color: #000000;\">respectively</span>, of which the latter will be screened countrywide to venue’s hosted by municipalities, NGO’s an support agencies as well as other government entities hosting 1000’s of small businesses. The Broadcast will share with them as to how to go about accessing both government and private sector support programs to grow their enterprises.</p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong> Schedule:</strong></span></p>\r\n<span style=\"color: #333399;\"><strong>12 September 2017:</strong></span> Enterprise Development Summit &amp; Awards\' Dinner\r\n\r\n<span style=\"color: #333399;\"><strong>13 September 2017:</strong></span> Small Business Live Icons Breakfast and Small Business Live TV Broadcast (Studio Audience &amp; Site Viewing)\r\n\r\n<span style=\"color: #333399;\"><strong>To receive a Booking Form to attend: </strong></span><a href=\"mailto:gerrit@taranisco.co.za?subject=Please%20send%20us%20an%20SED%20Summit%20Booking%20Form.\">Click Here</a>[/vc_column_text][/vc_column][/vc_row]','Enterprise Development Summit','','inherit','closed','closed','','611-revision-v1','','','2017-05-02 08:54:01','2017-05-02 08:54:01','',611,'http://www.taranisco.co.za/2017/05/02/611-revision-v1/',0,'revision','',0),(783,1,'2017-05-02 09:00:34','2017-05-02 09:00:34','[vc_row][vc_column][vc_column_text]\n<p style=\"text-align: justify;\">The inaugural <strong><span style=\"color: #333399;\"><em>Enterprise Development Summit</em></span></strong> will take place on Wednesday 13 September 2017<span style=\"color: #333399;\"><strong> </strong><span style=\"color: #000000;\">a day before the <em><strong><span style=\"color: #333399;\">Small Business Live TV Broadcast</span></strong></em> event and it will<strong><em> </em></strong></span></span>afford both public and private sector stakeholders the opportunity to partner this auspicious occasion, which will create an interactive platform to debate the real impact of the support rendered to the country’s SMME segment.</p>\n<p style=\"text-align: justify;\">The Summit will cover the essential issues pertaining to the challenges facing Enterprise Development support programs and more in particular a discussion that will centre on forging closer cooperation between the respective stakeholders.</p>\n<p style=\"text-align: justify;\">The Summit will aim to ensure that this sector of the economy indeed receive its fair share of growth opportunities through sustainable interventions leading to much needed growth in GDP coupled with the key priority economic challenges faced by the country as a whole.</p>\n<p style=\"text-align: justify;\">The first ever <span style=\"color: #333399;\"><em><strong>Enterprise &amp; Supplier Development Awards (ESDA\'s)</strong></em></span> will also form part of the Summit and stakeholders will reach recognition for their unselfish passion and commitment towards the developmental needs of small businesses in general. Awards will handed out in three different categories inclusive of government, business support organisations and corporate enterprise development programmes respectively.</p>\n<p style=\"text-align: justify;\">The Summit will be followed by the <span style=\"color: #333399;\"><strong><em>Small Business Live Icons Breakfast and the Small Business Live TV Broadcast </em></strong><span style=\"color: #000000;\">on Thursday 14 September 2017 </span></span><span style=\"color: #000000;\">respectively</span>, of which the latter will be screened countrywide to venue’s hosted by municipalities, NGO’s an support agencies as well as other government entities hosting 1000’s of small businesses. The Broadcast will share with them as to how to go about accessing both government and private sector support programs to grow their enterprises.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong> Schedule:</strong></span></p>\n<span style=\"color: #333399;\"><strong>12 September 2017:</strong></span> Enterprise Development Summit &amp; Awards\' Dinner\n\n<span style=\"color: #333399;\"><strong>13 September 2017:</strong></span> Small Business Live Icons Breakfast and Small Business Live TV Broadcast (Studio Audience &amp; Site Viewing)\n\n<span style=\"color: #333399;\"><strong>To receive a Booking Form to attend: </strong></span><a href=\"mailto:gerrit@taranisco.co.za?subject=Please%20send%20us%20an%20SED%20Summit%20Booking%20Form.\">Click Here</a>[/vc_column_text][/vc_column][/vc_row]','Enterprise Development Summit','','inherit','closed','closed','','611-revision-v1','','','2017-05-02 09:00:34','2017-05-02 09:00:34','',611,'http://www.taranisco.co.za/2017/05/02/611-revision-v1/',0,'revision','',0),(782,1,'2017-05-02 09:00:22','2017-05-02 09:00:22','[vc_row][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]</p>\r\n<p style=\"text-align: justify;\">The inaugural <strong><span style=\"color: #333399;\"><em>Enterprise Development Summit</em></span></strong> will take place on Wednesday 13 September 2017<span style=\"color: #333399;\"><strong> </strong><span style=\"color: #000000;\">a day before the <em><strong><span style=\"color: #333399;\">Small Business Live TV Broadcast</span></strong></em> event and it will<strong><em> </em></strong></span></span>afford both public and private sector stakeholders the opportunity to partner this auspicious occasion, which will create an interactive platform to debate the real impact of the support rendered to the country’s SMME segment.</p>\r\n<p style=\"text-align: justify;\">The Summit will cover the essential issues pertaining to the challenges facing Enterprise Development support programs and more in particular a discussion that will centre on forging closer cooperation between the respective stakeholders.</p>\r\n<p style=\"text-align: justify;\">The Summit will aim to ensure that this sector of the economy indeed receive its fair share of growth opportunities through sustainable interventions leading to much needed growth in GDP coupled with the key priority economic challenges faced by the country as a whole.</p>\r\n<p style=\"text-align: justify;\">The first ever <span style=\"color: #333399;\"><em><strong>Enterprise &amp; Supplier Development Awards (ESDA\'s)</strong></em></span> will also form part of the Summit and stakeholders will reach recognition for their unselfish passion and commitment towards the developmental needs of small businesses in general. Awards will handed out in three different categories inclusive of government, business support organisations and corporate enterprise development programmes respectively.</p>\r\n<p style=\"text-align: justify;\">The Summit will be followed by the <span style=\"color: #333399;\"><strong><em>Small Business Live Icons Breakfast and the Small Business Live TV Broadcast </em></strong><span style=\"color: #000000;\">on Thursday 14 September 2017 </span></span><span style=\"color: #000000;\">respectively</span>, of which the latter will be screened countrywide to venue’s hosted by municipalities, NGO’s an support agencies as well as other government entities hosting 1000’s of small businesses. The Broadcast will share with them as to how to go about accessing both government and private sector support programs to grow their enterprises.</p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong> Schedule:</strong></span></p>\r\n<span style=\"color: #333399;\"><strong>12 September 2017:</strong></span> Enterprise Development Summit &amp; Awards\' Dinner\r\n\r\n<span style=\"color: #333399;\"><strong>13 September 2017:</strong></span> Small Business Live Icons Breakfast and Small Business Live TV Broadcast (Studio Audience &amp; Site Viewing)\r\n\r\n<span style=\"color: #333399;\"><strong>To receive a Booking Form to attend: </strong></span><a href=\"mailto:gerrit@taranisco.co.za?subject=Please%20send%20us%20an%20SED%20Summit%20Booking%20Form.\">Click Here</a>[/vc_column_text][/vc_column][/vc_row]','Enterprise Development Summit','','inherit','closed','closed','','611-revision-v1','','','2017-05-02 09:00:22','2017-05-02 09:00:22','',611,'http://www.taranisco.co.za/2017/05/02/611-revision-v1/',0,'revision','',0),(786,1,'2017-05-25 09:52:51','2017-05-25 09:52:51','[vc_row][vc_column][vc_column_text]\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>For Dates of our Tendering Workshops visit: www.taranis.co.za</strong></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>About us</strong></span></p>\n<p style=\"text-align: justify;\">TaranisCo Advisory CC is South Africa\'s leading training provider on How to Tender for Government Contracts. To date we\'ve trained 1000\'s of businesses on the subject matter and we are widely consulted by some of SA\'s biggest companies that are doing business with government.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Some of our Blue Chip Clients</strong></span></p>\n<p style=\"text-align: justify;\">Dimension Data | Bytes Technology Group | Tourvest | Bidvest Steiner |  Aveng Africa | EOH | Siemens | Protea Coin | EsorFranki | Mintek | APSO | Telkom | Johnson &amp; Johnson |   Fleetmatics VMS-Imperial |  Durban Playhouse Co. | Consulting Engineers SA-CESA | Export Credit Insurance Corporation-ECIC | Sebata | SAICA – The Hope Factory | StorTech | Red Alert Security Group | Pragma Holdings | Ottobock | Genesis Healthcare Systems | Lebone Litho Printers | First Technology |   CBI Electric African Cables | Smith &amp; Nephew and many more…</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Workshop Outline:</strong></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Key Principles of Tendering Seminar: (Submitting Compliant Bids)</strong></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Background:</strong> <strong>Designed for both SMME’s and Large Enterprises</strong></span></p>\n<p style=\"text-align: justify;\">The workshop focuses on how tenders are issued by government departments, how suppliers should compile and submit their bids. It also shares with delegates on how tenders are evaluated and awarded to the successful bidder.</p>\n<p style=\"text-align: justify;\">Delegates to the workshop will learn how to effectively complete “Responsive and Acceptable Bid- Documents”.</p>\n<p style=\"text-align: justify;\">Classroom exercises will show delegates how tenders are scored, giving them an insight on what takes place during the evaluation and adjudication stages of the tendering process.</p>\n<p style=\"text-align: justify;\">Suppliers are also advised on how to claim incentive points under the Preferential Point Systems applicable to all tenders.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Key Points covered in the Workshop: A Simplistic Approach to Submit Winning Tenders.</strong></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Tender Regulations: How you Must Comply with the Process</strong></span></p>\n<p style=\"text-align: justify;\">- The different types of procurement processes i.e. Open vs. Closed Tenders.</p>\n<p style=\"text-align: justify;\">- Submitting Responsive Bids, Valid Bids and how to avoid submitting invalid Bids.</p>\n<p style=\"text-align: justify;\">- The differences between Request for Quotations (Purchases) and Tenders</p>\n<p style=\"text-align: justify;\">- The three main Committees in the Tendering Process and their roles.</p>\n<p style=\"text-align: justify;\">- Goals of Government Tendering and how it supports the 5 x Pillars of Procurement.</p>\n<p style=\"text-align: justify;\">- Basic pieces of Legislation regulating tendering. What are your rights!</p>\n<p style=\"text-align: justify;\">- Submitting Alternative Bids and Offers.</p>\n<p style=\"text-align: justify;\">- Unsolicited Bids: How to submit bids without following the normal tendering procedures</p>\n<p style=\"text-align: justify;\">- How to respond to a tender based on the Two Envelope System</p>\n<p style=\"text-align: justify;\">- Prohibitions: Who is allowed to tender? Defaulters &amp; Restricted Suppliers.</p>\n<p style=\"text-align: justify;\">- How to claim incentive points under the 90-10 / 80-20 Point Systems, respectively.</p>\n<p style=\"text-align: justify;\">- How to claim your Preference Points? (single supplier, joint ventures and sub-contracting.)</p>\n<p style=\"text-align: justify;\">- What are Firm &amp; Non-Firm Prices and how does it affect your tender?</p>\n<p style=\"text-align: justify;\">- Tax Clearance Certificates and other compliances as attachments to the bid-document.</p>\n<p style=\"text-align: justify;\">- Key Principles of the PPPFA regulations of 2011: Focusing on the Key Chapters &amp; Regulations including its Purpose and Applicability in relation to BBBEE Certificates for incl. JV’s &amp; Consortiums;</p>\n<p style=\"text-align: justify;\">Invitation of Bids: Functionality, Local Production &amp; Content, Evaluation of Bids; Sub-Contracting; Evaluation of bids based on functionality as a Criterion; Optimising the Suppliers Preference Points’ Profile for Tender-Evaluation; Evaluation of Bids based on a Stipulated Minimum Threshold for Local Production &amp; Content; Preference Point Systems, Evaluation of Bids that Scored equal points, Cancellation and Re-invitation of Bids; Awards of Contracts; Remedies to the state; Transitional Arrangements; etc.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Compiling the Tender: How to Complete Your Tender with full Compliance.</strong></span></p>\n<p style=\"text-align: justify;\">- Feedback &amp; Assessment on Tendering Exercise</p>\n<p style=\"text-align: justify;\">- Tender-Evaluation Exercises: - (How does government score your tender)</p>\n<p style=\"text-align: justify;\">- How to Optimise your BBBEE Scorecard for Tendering Points</p>\n<p style=\"text-align: justify;\">- The Do’s and Don’ts of Tendering</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>For further details contact: Gerrit Davids | Lead Consultant</strong></span></p>\n\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>TaranisCo Advisory CC</strong></span>\nWebsite: <a href=\"http://www.taranis.co.za\">www.taranis.co.za</a>\n\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Tel.</strong></span> 011-026 4891\n<span style=\"color: #333399;\"><strong>Fax.</strong></span> 086 698 7882\n<span style=\"color: #333399;\"><strong>Cell.</strong></span> +27 (0)82 496 1657\n<span style=\"color: #333399;\"><strong>Email:</strong></span> <a href=\"mailto:gerrit@taranisco.co.za\">gerrit@taranisco.co.za</a>\n\n&nbsp;[/vc_column_text][/vc_column][/vc_row]','Tendering Workshops','','inherit','closed','closed','','584-revision-v1','','','2017-05-25 09:52:51','2017-05-25 09:52:51','',584,'http://www.taranisco.co.za/2017/05/25/584-revision-v1/',0,'revision','',0),(787,1,'2017-05-25 09:53:58','2017-05-25 09:53:58','[vc_row][vc_column][vc_column_text]\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>For Dates of our Tendering Workshops visit: <a href=\"http://www.taranis.co.za\">www.taranis.co.za</a></strong></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>About us</strong></span></p>\n<p style=\"text-align: justify;\">TaranisCo Advisory CC is South Africa\'s leading training provider on How to Tender for Government Contracts. To date we\'ve trained 1000\'s of businesses on the subject matter and we are widely consulted by some of SA\'s biggest companies that are doing business with government.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Some of our Blue Chip Clients</strong></span></p>\n<p style=\"text-align: justify;\">Dimension Data | Bytes Technology Group | Tourvest | Bidvest Steiner |  Aveng Africa | EOH | Siemens | Protea Coin | EsorFranki | Mintek | APSO | Telkom | Johnson &amp; Johnson |   Fleetmatics VMS-Imperial |  Durban Playhouse Co. | Consulting Engineers SA-CESA | Export Credit Insurance Corporation-ECIC | Sebata | SAICA – The Hope Factory | StorTech | Red Alert Security Group | Pragma Holdings | Ottobock | Genesis Healthcare Systems | Lebone Litho Printers | First Technology |   CBI Electric African Cables | Smith &amp; Nephew and many more…</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Workshop Outline:</strong></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Key Principles of Tendering Seminar: (Submitting Compliant Bids)</strong></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Background:</strong> <strong>Designed for both SMME’s and Large Enterprises</strong></span></p>\n<p style=\"text-align: justify;\">The workshop focuses on how tenders are issued by government departments, how suppliers should compile and submit their bids. It also shares with delegates on how tenders are evaluated and awarded to the successful bidder.</p>\n<p style=\"text-align: justify;\">Delegates to the workshop will learn how to effectively complete “Responsive and Acceptable Bid- Documents”.</p>\n<p style=\"text-align: justify;\">Classroom exercises will show delegates how tenders are scored, giving them an insight on what takes place during the evaluation and adjudication stages of the tendering process.</p>\n<p style=\"text-align: justify;\">Suppliers are also advised on how to claim incentive points under the Preferential Point Systems applicable to all tenders.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Key Points covered in the Workshop: A Simplistic Approach to Submit Winning Tenders.</strong></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Tender Regulations: How you Must Comply with the Process</strong></span></p>\n<p style=\"text-align: justify;\">- The different types of procurement processes i.e. Open vs. Closed Tenders.</p>\n<p style=\"text-align: justify;\">- Submitting Responsive Bids, Valid Bids and how to avoid submitting invalid Bids.</p>\n<p style=\"text-align: justify;\">- The differences between Request for Quotations (Purchases) and Tenders</p>\n<p style=\"text-align: justify;\">- The three main Committees in the Tendering Process and their roles.</p>\n<p style=\"text-align: justify;\">- Goals of Government Tendering and how it supports the 5 x Pillars of Procurement.</p>\n<p style=\"text-align: justify;\">- Basic pieces of Legislation regulating tendering. What are your rights!</p>\n<p style=\"text-align: justify;\">- Submitting Alternative Bids and Offers.</p>\n<p style=\"text-align: justify;\">- Unsolicited Bids: How to submit bids without following the normal tendering procedures</p>\n<p style=\"text-align: justify;\">- How to respond to a tender based on the Two Envelope System</p>\n<p style=\"text-align: justify;\">- Prohibitions: Who is allowed to tender? Defaulters &amp; Restricted Suppliers.</p>\n<p style=\"text-align: justify;\">- How to claim incentive points under the 90-10 / 80-20 Point Systems, respectively.</p>\n<p style=\"text-align: justify;\">- How to claim your Preference Points? (single supplier, joint ventures and sub-contracting.)</p>\n<p style=\"text-align: justify;\">- What are Firm &amp; Non-Firm Prices and how does it affect your tender?</p>\n<p style=\"text-align: justify;\">- Tax Clearance Certificates and other compliances as attachments to the bid-document.</p>\n<p style=\"text-align: justify;\">- Key Principles of the PPPFA regulations of 2011: Focusing on the Key Chapters &amp; Regulations including its Purpose and Applicability in relation to BBBEE Certificates for incl. JV’s &amp; Consortiums;</p>\n<p style=\"text-align: justify;\">Invitation of Bids: Functionality, Local Production &amp; Content, Evaluation of Bids; Sub-Contracting; Evaluation of bids based on functionality as a Criterion; Optimising the Suppliers Preference Points’ Profile for Tender-Evaluation; Evaluation of Bids based on a Stipulated Minimum Threshold for Local Production &amp; Content; Preference Point Systems, Evaluation of Bids that Scored equal points, Cancellation and Re-invitation of Bids; Awards of Contracts; Remedies to the state; Transitional Arrangements; etc.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Compiling the Tender: How to Complete Your Tender with full Compliance.</strong></span></p>\n<p style=\"text-align: justify;\">- Feedback &amp; Assessment on Tendering Exercise</p>\n<p style=\"text-align: justify;\">- Tender-Evaluation Exercises: - (How does government score your tender)</p>\n<p style=\"text-align: justify;\">- How to Optimise your BBBEE Scorecard for Tendering Points</p>\n<p style=\"text-align: justify;\">- The Do’s and Don’ts of Tendering</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>For further details contact: Gerrit Davids | Lead Consultant</strong></span></p>\n\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>TaranisCo Advisory CC</strong></span>\nWebsite: <a href=\"http://www.taranis.co.za\">www.taranis.co.za</a>\n\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Tel.</strong></span> 011-026 4891\n<span style=\"color: #333399;\"><strong>Fax.</strong></span> 086 698 7882\n<span style=\"color: #333399;\"><strong>Cell.</strong></span> +27 (0)82 496 1657\n<span style=\"color: #333399;\"><strong>Email:</strong></span> <a href=\"mailto:gerrit@taranisco.co.za\">gerrit@taranisco.co.za</a>\n\n&nbsp;[/vc_column_text][/vc_column][/vc_row]','Tendering Workshops','','inherit','closed','closed','','584-revision-v1','','','2017-05-25 09:53:58','2017-05-25 09:53:58','',584,'http://www.taranisco.co.za/2017/05/25/584-revision-v1/',0,'revision','',0),(799,1,'2018-04-24 08:34:52','2018-04-24 08:34:52','[vc_row][vc_column][vc_column_text]<span style=\"color: #333399;\"><strong>Watch the Small Business Live TV broadcast at your local venue!</strong></span>\n<p style=\"text-align: justify;\"><em><span style=\"color: #333399;\"><strong>Small Business Live</strong></span> </em>will take place on Wednesday 27 June 2018 and will kick off with the <span style=\"color: #333399;\"><em><strong>Small Business Live Breakfast</strong></em></span> and followed by an exclusive <span style=\"color: #333399;\"><em><strong>National TV Broadcast</strong></em>,</span> via satellite to locations across the country.</p>\n<p style=\"text-align: justify;\">The broadcast is a groundbreaking initiative aimed at presenting all of government\'s small business support programs to thousands of entrepreneurs at hundreds of venues countrywide.</p>\n<p style=\"text-align: justify;\">The day will kick-off with the <span style=\"color: #333399;\"><em><strong>Small Business Live Breakfast</strong></em><span style=\"color: #000000;\">, which will feature panel discussions with successful business people sharing their strategies with guests in a highly interactive environment.</span></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong><em>The Small Business Live TV Broadcast</em></strong></span> aims to feature \"how to presentations\" on government\'s key support programs like the Small Enterprise Development Agency (Seda); Small Enterprise Finance Agency (SEFA); National Empowerment Fund (NEF); Industrial Development Corporation (IDC); National Youth Development Agency (NYDA); Land Bank, MAFISA and corporate B-BBEE Enterprise Development Programs as well as Access to Finance from the major banks.</p>\n<p style=\"text-align: justify;\">Thousands of entrepreneurs will be hosted at venues in their local communities by municipalities, provincial economic development departments, corporates and agencies as well as independent small business support organisations.</p>\n<p style=\"text-align: justify;\">Delegates attending the <span style=\"color: #333399;\"><em><strong>Small Business Live TV Broadcast</strong></em></span> will be also able to interact with the presenters via SMS, Twitter and Facebook respectively.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><em><strong>Small Business Live will Empower Your Business!</strong></em></span> A powerful Masterclass will be held after lunch wherein delegates will hear from our industry thought leaders on how to supply big business and tender for government contracts.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Ticket Options</strong></span></p>\n<span style=\"color: #ff0000;\"><strong>Free Ticket</strong></span>\n- Free Entry only to watch the Small Business Live Broadcast on site\n- Lunch not included\n<span style=\"color: #333399;\"><strong>Price:</strong> </span>Not Applicable; Highly Limited Availability!\n\n<span style=\"color: #ff0000;\"><strong>Bronze Ticket</strong></span>\n- Attend the Business Breakfast\n- Watch the Small Business Live TV Broadcast on site\n- Lunch not included\n<strong><span style=\"color: #333399;\">Price:</span></strong> R990.00\n\n<strong><span style=\"color: #ff0000;\">Silver Ticket</span></strong>\n- Attend the Business Breakfast\n- Watch the Small Business Live TV Broadcast on site\n- Special Seating Arrangements\n- Attend the Masterclass\n- Lunch included\n<span style=\"color: #333399;\"><strong>Price:</strong> </span>R1950.00\n\n<span style=\"color: #ff0000;\"><strong>Gold Package</strong></span>\n- Attend the Business Breakfast\n- Watch the Small Business Live TV on site\n- Attend the Small Business Masterclass\n- Early Entrance\n- Special Seating Arrangements at the Small Business Budget Breakfast, TV Broadcast, Lunch &amp; Masterclass\n- Lunch with Speakers &amp; VIP’s\n- Small Business Live Goody Bag\n<span style=\"color: #333399;\"><strong>Price:</strong></span> 2950.00\n\n<p style=\"text-align: justify;\">[/vc_column_text][/vc_column][/vc_row]','Watch it Live!','','inherit','closed','closed','','618-revision-v1','','','2018-04-24 08:34:52','2018-04-24 08:34:52','',618,'http://www.taranisco.co.za/2018/04/24/618-revision-v1/',0,'revision','',0),(788,1,'2017-05-25 10:18:06','2017-05-25 10:18:06','[vc_row][vc_column][vc_column_text]<span style=\"color: #333399;\"><strong>Watch the Small Business Live TV broadcast at your local venue!</strong></span>\n<p style=\"text-align: justify;\"><em><span style=\"color: #333399;\"><strong>Small Business Live</strong></span> </em>will take place on Thursday 14 September 2017 and will kick off with the <span style=\"color: #333399;\"><em><strong>Small Business Live Icon\'s Breakfast</strong></em></span> and followed by an exclusive national TV broadcast, via satellite to locations across the country.</p>\n<p style=\"text-align: justify;\">The broadcast is a groundbreaking initiative aimed at presenting all of government\'s small business support programs to thousands of entrepreneurs at hundreds of venues countrywide.</p>\n<p style=\"text-align: justify;\">The day will kick-off with the <span style=\"color: #333399;\"><em><strong>Small Business Live Icon\'s Breakfast</strong></em><span style=\"color: #000000;\">, which will feature panel discussions with successful business people sharing their strategies with guests in a highly interactive environment.</span></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong><em>The Small Business Live TV Broadcast</em></strong></span> aims to feature \"how to presentations\" on government\'s key support programs like the Small Enterprise Development Agency (Seda); Small Enterprise Finance Agency (SEFA); National Empowerment Fund (NEF); Industrial Development Corporation (IDC); National Youth Development Agency (NYDA); Land Bank, MAFISA and corporate B-BBEE Enterprise Development Programs as well as Access to Finance from the major banks.</p>\n<p style=\"text-align: justify;\">Thousands of entrepreneurs will be hosted at venues in their local communities by municipalities, provincial economic development departments, corporates and agencies as well as independent small business support organisations.</p>\n<p style=\"text-align: justify;\">Delegates attending <span style=\"color: #333399;\"><em><strong>Small Business Live TV Broadcast</strong></em></span> will be able to interact with the presenters via SMS, Twitter and Facebook respectively.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><em><strong>Small Business Live will Empower Your Business!</strong></em></span> A powerful Masterclass will be held after lunch wherein delegates will hear from our industry thought leaders on how to supply big business and also how to tender for government contracts.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Ticket Options</strong></span></p>\n<span style=\"color: #ff0000;\"><strong>Free Ticket</strong></span>\n- Free Entry only to watch the Small Business Live Broadcast on site\n- Lunch not included\n<span style=\"color: #333399;\"><strong>Price:</strong> </span>Not Applicable\n\n<span style=\"color: #ff0000;\"><strong>Bronze Ticket</strong></span>\n- Attend the Business Icon\'s Breakfast\n- Watch the Small Business Live TV Broadcast on site\n- Lunch not included\n<strong><span style=\"color: #333399;\">Price:</span></strong> R990.00\n\n<strong><span style=\"color: #ff0000;\">Silver Ticket</span></strong>\n- Attend the Business Icon\'s Breakfast\n- Watch the Small Business Live TV Broadcast on site\n- Special Seating Arrangements\n- Attend the Masterclass\n- Lunch included\n<span style=\"color: #333399;\"><strong>Price:</strong> </span>R1950.00\n\n<span style=\"color: #ff0000;\"><strong>Gold Package</strong></span>\n- Attend the Business Icon\'s Breakfast\n- Watch the Small Business Live TV on site\n- Attend the Small Business Masterclass\n- Early Entrance\n- Special Seating Arrangements at the Small Business Budget Breakfast, TV Broadcast, Lunch &amp; Masterclass\n- Lunch with Speakers &amp; VIP’s\n- Small Business Live Goody Bag\n<span style=\"color: #333399;\"><strong>Price:</strong></span> 2950.00\n\nTo receive a booking form <a href=\"http://www.taranisco.co.za/registration/\">Click Here</a>\n\n<p style=\"text-align: justify;\">[/vc_column_text][/vc_column][/vc_row]','Watch it Live!','','inherit','closed','closed','','618-revision-v1','','','2017-05-25 10:18:06','2017-05-25 10:18:06','',618,'http://www.taranisco.co.za/2017/05/25/618-revision-v1/',0,'revision','',0),(789,1,'2017-05-25 13:42:22','2017-05-25 13:42:22','[vc_row][vc_column][vc_column_text]\n<p style=\"text-align: justify;\">The inaugural <span style=\"color: #333399;\"><strong><em>Small Business Live Breakfast</em></strong></span> will take place in Johannesburg on Wednesday 15 November 2017 with a specific focus on  impact of the country\'s current economic landscape and how it impacts on the small business sector.</p>\n<p style=\"text-align: justify;\">The Breakfast will unpack the key indicators relevant to the economy outlook for the medium term and how corporates react on their key mandate to support the growth of SMMEs as prescribed by the B-BBEE Codes of Good Practice under the Supplier and Enterprise Development (SED) elements respectively.</p>\n<p style=\"text-align: justify;\">An interactive panel discussion featuring B-BBEE thought leaders and verification agencies will unpack key strategies for corporates on how to optimize their SED elements on the Scorecard.</p>\n<p style=\"text-align: justify;\">Government funding allocated for supporting SMMEs over the next year will also be unpacked and in particular how its agencies will deliver on expanding their programs for this sector. Representatives from  government\'s various small business support agencies will share their programs and how it aligns with that of the private sector and vice a versa.</p>\n<p style=\"text-align: justify;\">The Breakfast will be attended by corporate SED decision-makers as well as service providers and government agencies to engage each other in a much needed debate on how to effectively deliver sustainable interventions to support growth and job creation within this sector.</p>\n<p style=\"text-align: justify;\">To receive a booking form <a href=\"http://www.taranisco.co.za/registration/\">Click Here</a></p>\n<span style=\"color: #333399;\"><strong>For further details contact: </strong></span>\n\n<strong>Gerrit Davids | Lead Consultant</strong>\n\n<span style=\"color: #333399;\"><strong>TaranisCo Advisory CC</strong></span>\nWebsite: <a href=\"http://www.taranis.co.za/\">www.taranis.co.za</a>\n\n<strong><span style=\"color: #333399;\">Tel</span>.</strong> 011-026 4891\n<span style=\"color: #333399;\"><strong>Fax.</strong></span> 086 698 7882\n<span style=\"color: #333399;\"><strong>Cell.</strong> </span>+27 (0)82 496 1657\n<span style=\"color: #333399;\"><strong>Email:</strong></span> <a href=\"mailto:gerrit@taranisco.co.za\">gerrit@taranisco.co.za</a>[/vc_column_text][/vc_column][/vc_row]','Small Business Live Breakfast','','inherit','closed','closed','','724-revision-v1','','','2017-05-25 13:42:22','2017-05-25 13:42:22','',724,'http://www.taranisco.co.za/2017/05/25/724-revision-v1/',0,'revision','',0),(793,1,'2017-05-25 14:26:31','2017-05-25 14:26:31','[vc_row][vc_column][vc_column_text]<span style=\"color: #333399;\"><strong>Watch the Small Business Live TV broadcast at your local venue!</strong></span>\n<p style=\"text-align: justify;\"><em><span style=\"color: #333399;\"><strong>Small Business Live</strong></span> </em>will take place on Thursday 14 September 2017 and will kick off with the <span style=\"color: #333399;\"><em><strong>Small Business Live Icon\'s Breakfast</strong></em></span> and followed by an exclusive national TV broadcast, via satellite to locations across the country.</p>\n<p style=\"text-align: justify;\">The broadcast is a groundbreaking initiative aimed at presenting all of government\'s small business support programs to thousands of entrepreneurs at hundreds of venues countrywide.</p>\n<p style=\"text-align: justify;\">The day will kick-off with the <span style=\"color: #333399;\"><em><strong>Small Business Live Icon\'s Breakfast</strong></em><span style=\"color: #000000;\">, which will feature panel discussions with successful business people sharing their strategies with guests in a highly interactive environment.</span></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong><em>The Small Business Live TV Broadcast</em></strong></span> aims to feature \"how to presentations\" on government\'s key support programs like the Small Enterprise Development Agency (Seda); Small Enterprise Finance Agency (SEFA); National Empowerment Fund (NEF); Industrial Development Corporation (IDC); National Youth Development Agency (NYDA); Land Bank, MAFISA and corporate B-BBEE Enterprise Development Programs as well as Access to Finance from the major banks.</p>\n<p style=\"text-align: justify;\">Thousands of entrepreneurs will be hosted at venues in their local communities by municipalities, provincial economic development departments, corporates and agencies as well as independent small business support organisations.</p>\n<p style=\"text-align: justify;\">Delegates attending <span style=\"color: #333399;\"><em><strong>Small Business Live TV Broadcast</strong></em></span> will be able to interact with the presenters via SMS, Twitter and Facebook respectively.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><em><strong>Small Business Live will Empower Your Business!</strong></em></span> A powerful Masterclass will be held after lunch wherein delegates will hear from our industry thought leaders on how to supply big business and also how to tender for government contracts.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Ticket Options</strong></span></p>\n<span style=\"color: #ff0000;\"><strong>Free Ticket</strong></span>\n- Free Entry only to watch the Small Business Live Broadcast on site\n- Lunch not included\n<span style=\"color: #333399;\"><strong>Price:</strong> </span>Not Applicable\n\n<span style=\"color: #ff0000;\"><strong>Bronze Ticket</strong></span>\n- Attend the Business Icon\'s Breakfast\n- Watch the Small Business Live TV Broadcast on site\n- Lunch not included\n<strong><span style=\"color: #333399;\">Price:</span></strong> R990.00\n\n<strong><span style=\"color: #ff0000;\">Silver Ticket</span></strong>\n- Attend the Business Icon\'s Breakfast\n- Watch the Small Business Live TV Broadcast on site\n- Special Seating Arrangements\n- Attend the Masterclass\n- Lunch included\n<span style=\"color: #333399;\"><strong>Price:</strong> </span>R1950.00\n\n<span style=\"color: #ff0000;\"><strong>Gold Package</strong></span>\n- Attend the Business Icon\'s Breakfast\n- Watch the Small Business Live TV on site\n- Attend the Small Business Masterclass\n- Early Entrance\n- Special Seating Arrangements at the Small Business Budget Breakfast, TV Broadcast, Lunch &amp; Masterclass\n- Lunch with Speakers &amp; VIP’s\n- Small Business Live Goody Bag\n<span style=\"color: #333399;\"><strong>Price:</strong></span> 2950.00\n\nTo receive a booking form <a href=\"http://www.taranisco.co.za/registration/\">Click Here</a>\n\n<p style=\"text-align: justify;\">[/vc_column_text][/vc_column][/vc_row]','Watch it Live!','','inherit','closed','closed','','618-revision-v1','','','2017-05-25 14:26:31','2017-05-25 14:26:31','',618,'http://www.taranisco.co.za/2017/05/25/618-revision-v1/',0,'revision','',0),(790,1,'2017-05-25 13:48:37','2017-05-25 13:48:37','[vc_row][vc_column][vc_column_text]<span style=\"color: #333399;\"><strong>Watch the Small Business Live TV broadcast at your local venue!</strong></span>\n<p style=\"text-align: justify;\"><em><span style=\"color: #333399;\"><strong>Small Business Live</strong></span> </em>will take place on Wednesday 15 November 2017 and will kick off with the <span style=\"color: #333399;\"><em><strong>Small Business Live Icon\'s Breakfast</strong></em></span> and followed by an exclusive national TV broadcast, via satellite to locations across the country.</p>\n<p style=\"text-align: justify;\">The broadcast is a groundbreaking initiative aimed at presenting all of government\'s small business support programs to thousands of entrepreneurs at hundreds of venues countrywide.</p>\n<p style=\"text-align: justify;\">The <span style=\"color: #333399;\"><em><strong>Small Business Live Icon\'s Breakfast</strong></em><span style=\"color: #000000;\">, will feature panel discussions with successful business people sharing their strategies with guests in a highly interactive environment.</span></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong><em>The Small Business Live TV Broadcast</em></strong></span> will follow the Breakfast and it aims to feature <em>\"how to presentations\"</em> on government\'s key support programs like the Small Enterprise Development Agency (Seda); Small Enterprise Finance Agency (SEFA); National Empowerment Fund (NEF); Industrial Development Corporation (IDC); National Youth Development Agency (NYDA); Land Bank, MAFISA and corporate B-BBEE Enterprise Development Programs as well as Access to Finance from the major banks.</p>\n<p style=\"text-align: justify;\">Thousands of entrepreneurs will be hosted at venues in their local communities by municipalities, provincial economic development departments, corporates and agencies as well as independent small business support organisations.</p>\n<p style=\"text-align: justify;\">Delegates watching the <span style=\"color: #333399;\"><em><strong>Small Business Live TV Broadcast</strong></em></span> at local community sites will also be able to interact with the presenters via SMS, Twitter and Facebook respectively.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><em><strong>Small Business Live Masterclass will Empower Your Business!</strong></em></span> A powerful Masterclass will be held after lunch wherein delegates will hear from our industry thought leaders on how to supply big businesses and also how to tender for government contracts.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Ticket Options</strong></span></p>\n<span style=\"color: #ff0000;\"><strong>Free Ticket</strong></span>\n- Free Entry only to watch the Small Business Live Broadcast on site any where in South Africa\n<span style=\"color: #333399;\"><strong>Price:</strong> </span>Not Applicable\n\n<span style=\"color: #ff0000;\"><strong>Bronze Ticket</strong></span>\n- Attend the Business Icon\'s Breakfast in Johannesburg\n- Watch the Small Business Live TV Broadcast on site in Johannesburg\n- Lunch not included\n<strong><span style=\"color: #333399;\">Price:</span></strong> R990.00\n\n<strong><span style=\"color: #ff0000;\">Silver Ticket</span></strong>\n- Attend the Business Icon\'s Breakfast in Johannesburg\n- Watch the Small Business Live TV Broadcast on site in Johannesburg\n- Special Seating Arrangements\n- Attend the Masterclass in Johannesburg\n- Lunch included\n<span style=\"color: #333399;\"><strong>Price:</strong> </span>R1950.00\n\n<span style=\"color: #ff0000;\"><strong>Gold Package</strong></span>\n- Attend the Business Icon\'s Breakfast in Johannesburg\n- Watch the Small Business Live TV on site in Johannesburg\n- Attend the Small Business Masterclass in Johannesburg\n- Early Entrance\n- Special Seating Arrangements at the Small Business Budget Breakfast, TV Broadcast, Lunch &amp; Masterclass in Johannesburg\n- Lunch with Speakers &amp; VIP’s on site in Johannesburg\n- Small Business Live Goody Bag\n<span style=\"color: #333399;\"><strong>Price:</strong></span> 2950.00\n\nTo receive a booking form <a href=\"http://www.taranisco.co.za/registration/\">Click Here</a>\n\n<p style=\"text-align: justify;\">[/vc_column_text][/vc_column][/vc_row]','Watch it Live!','','inherit','closed','closed','','618-revision-v1','','','2017-05-25 13:48:37','2017-05-25 13:48:37','',618,'http://www.taranisco.co.za/2017/05/25/618-revision-v1/',0,'revision','',0),(791,1,'2017-05-25 13:54:37','2017-05-25 13:54:37','[vc_row][vc_column][vc_column_text]\n<p style=\"text-align: justify;\">The inaugural <strong><span style=\"color: #333399;\"><em>Enterprise Development Summit</em></span></strong> will take place on Tuesday 14 November 2017<span style=\"color: #333399;\"><strong> </strong><span style=\"color: #000000;\">a day before the <em><strong><span style=\"color: #333399;\">Small Business Live TV Broadcast</span></strong></em> event and it will<strong><em> </em></strong></span></span>afford both public and private sector stakeholders the opportunity to partner this auspicious occasion, which will create an interactive platform to debate the real impact of the support rendered to the country’s SMME segment.</p>\n<p style=\"text-align: justify;\">The Summit will cover the essential issues pertaining to the challenges facing Enterprise Development support programs and more in particular a discussion that will centre on forging closer cooperation between the respective stakeholders.</p>\n<p style=\"text-align: justify;\">The Summit will aim to ensure that this sector of the economy indeed receive its fair share of growth opportunities through sustainable interventions leading to much needed growth in GDP coupled with the key priority economic challenges faced by the country as a whole.</p>\n<p style=\"text-align: justify;\">The first ever <span style=\"color: #333399;\"><em><strong>Enterprise &amp; Supplier Development Awards (ESDA\'s)</strong></em></span> will also form part of the Summit and stakeholders will reach recognition for their unselfish passion and commitment towards the developmental needs of small businesses in general. Awards will handed out in three different categories inclusive of government, business support organisations and corporate enterprise development programmes respectively.</p>\n<p style=\"text-align: justify;\">The Summit will be followed by the <span style=\"color: #333399;\"><strong><em>Small Business Live Icons Breakfast and the Small Business Live TV Broadcast </em></strong><span style=\"color: #000000;\">on Wednesday 15 November 2017 </span></span><span style=\"color: #000000;\">respectively</span>, of which the latter will be screened countrywide to venue’s hosted by municipalities, NGO’s an support agencies as well as other government entities hosting 1000’s of small businesses. The Broadcast will share with them as to how to go about accessing both government and private sector support programs to grow their enterprises.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong> Schedule:</strong></span></p>\n<span style=\"color: #333399;\"><strong>Tuesday 14 November 2017:</strong></span> Enterprise Development Summit &amp; Awards\' Dinner\n\n<span style=\"color: #333399;\"><strong>Wednesday 15 November 2017:</strong></span> Small Business Live Icons Breakfast and Small Business Live TV Broadcast (Studio Audience &amp; Site Viewing)\n\n<span style=\"color: #333399;\"><strong>To receive a Booking Form to attend: </strong></span><a href=\"mailto:gerrit@taranisco.co.za?subject=Please%20send%20us%20an%20SED%20Summit%20Booking%20Form.\">Click Here</a>[/vc_column_text][/vc_column][/vc_row]','Enterprise Development Summit','','inherit','closed','closed','','611-revision-v1','','','2017-05-25 13:54:37','2017-05-25 13:54:37','',611,'http://www.taranisco.co.za/2017/05/25/611-revision-v1/',0,'revision','',0),(792,1,'2017-05-25 14:24:55','2017-05-25 14:24:55','[vc_row][vc_column][vc_column_text]<span style=\"color: #333399;\"><strong>The Enterprise &amp; Supplier Development Awards (ESDAs)</strong></span>\n\n<span style=\"color: #333399;\"><strong> Awards Schedule: </strong></span>\n\n<span style=\"color: #333399;\"><strong>– Call for Nominations:</strong></span> 1 June 2017\n<span style=\"color: #333399;\"><strong>– Closing Date:</strong> </span>Friday 13 October 2017\n<span style=\"color: #333399;\"><strong>– Short-List Announcement:</strong> </span>Friday 20 October 2017\n<span style=\"color: #333399;\"><strong>– Qualifying Period:</strong></span> 1 August 2016 - 31 July 2017\n<span style=\"color: #333399;\"><strong>– Please Note</strong>:</span> All information provided must be verifiable should the nomination become short-listed.\n<span style=\"color: #333399;\"><strong>– Awards Dinner:</strong> </span>Tuesday 14 November 2017\n\n<span style=\"color: #333399;\"><strong>Awards Categories</strong></span>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Please Note:</strong></span>\nEach Category will award 9 x Provincial Gold Awards as well as a Grand Prix Award for the best scoring provincial winner in each of the respective categories.\n\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Category A:</strong></span> Leading Non-Governmental Enterprise Development Agency Award\n<span style=\"color: #333399;\"><strong>Category B:</strong> </span>Leading Government Enterprise Development Agency Award\n<span style=\"color: #333399;\"><strong>Category C:</strong></span> Leading Enterprise Development Incubator Award\n<span style=\"color: #333399;\"><strong>Category D:</strong></span> Leading Corporate Enterprise Development Award\n<span style=\"color: #333399;\"><strong>Category E:</strong></span> Leading State Owned Enterprise Development Award\n<span style=\"color: #333399;\"><strong>Category F:</strong></span> Leading Supplier Development Program of the Year Award\n<strong><span style=\"color: #333399;\">Category G</span>:</strong> Leading Enterprise Development Event of the Year Award\n<span style=\"color: #333399;\"><strong>Category H:</strong></span> Leading Business Chamber Enterprise Development Program of the Year Award\n<span style=\"color: #333399;\"><strong>Category I:</strong></span> Leading Business Competition Award\n<span style=\"color: #333399;\"><strong>Category J:</strong> </span>Leading Enterprise Development Personality of the Year Award\n\n<p style=\"text-align: justify;\"><strong>To receive a Nomination Form:</strong> <a href=\"mailto:gerrit@taranisco.co.za?subject=Kindly%20send%20us%20an%20SED%20Awards%20Nomination%20Form.\">Click Here</a></p>\n[/vc_column_text][/vc_column][/vc_row]','Awards\'17','','inherit','closed','closed','','615-revision-v1','','','2017-05-25 14:24:55','2017-05-25 14:24:55','',615,'http://www.taranisco.co.za/2017/05/25/615-revision-v1/',0,'revision','',0),(794,1,'2017-05-25 15:50:35','2017-05-25 15:50:35','[vc_row][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>For Dates of our Tendering Workshops visit: <a href=\"http://www.taranis.co.za\">www.taranis.co.za</a></strong></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>About us</strong></span></p>\r\n<p style=\"text-align: justify;\">TaranisCo Advisory CC is South Africa\'s leading training provider on How to Tender for Government Contracts. To date we\'ve trained 1000\'s of businesses on the subject matter and we are widely consulted by some of SA\'s biggest companies that are doing business with government.</p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Some of our Blue Chip Clients</strong></span></p>\r\n<p style=\"text-align: justify;\">Dimension Data | Bytes Technology Group | Tourvest | Bidvest Steiner |  Aveng Africa | EOH | Siemens | Protea Coin | EsorFranki | Mintek | APSO | Telkom | Johnson &amp; Johnson |   Fleetmatics VMS-Imperial |  Durban Playhouse Co. | Consulting Engineers SA-CESA | Export Credit Insurance Corporation-ECIC | Sebata | SAICA – The Hope Factory | StorTech | Red Alert Security Group | Pragma Holdings | Ottobock | Genesis Healthcare Systems | Lebone Litho Printers | First Technology |   CBI Electric African Cables | Smith &amp; Nephew and many more…</p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Workshop Outline:</strong></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Key Principles of Tendering Seminar: (Submitting Compliant Bids)</strong></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Background:</strong> <strong>Designed for both SMME’s and Large Enterprises</strong></span></p>\r\n<p style=\"text-align: justify;\">The workshop focuses on how tenders are issued by government departments, how suppliers should compile and submit their bids. It also shares with delegates on how tenders are evaluated and awarded to the successful bidder.</p>\r\n<p style=\"text-align: justify;\">Delegates to the workshop will learn how to effectively complete “Responsive and Acceptable Bid- Documents”.</p>\r\n<p style=\"text-align: justify;\">Classroom exercises will show delegates how tenders are scored, giving them an insight on what takes place during the evaluation and adjudication stages of the tendering process.</p>\r\n<p style=\"text-align: justify;\">Suppliers are also advised on how to claim incentive points under the Preferential Point Systems applicable to all tenders.</p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Key Points covered in the Workshop: A Simplistic Approach to Submit Winning Tenders.</strong></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Tender Regulations: How you Must Comply with the Process</strong></span></p>\r\n<p style=\"text-align: justify;\">- The different types of procurement processes i.e. Open vs. Closed Tenders.</p>\r\n<p style=\"text-align: justify;\">- Submitting Responsive Bids, Valid Bids and how to avoid submitting invalid Bids.</p>\r\n<p style=\"text-align: justify;\">- The differences between Request for Quotations (Purchases) and Tenders</p>\r\n<p style=\"text-align: justify;\">- The three main Committees in the Tendering Process and their roles.</p>\r\n<p style=\"text-align: justify;\">- Goals of Government Tendering and how it supports the 5 x Pillars of Procurement.</p>\r\n<p style=\"text-align: justify;\">- Basic pieces of Legislation regulating tendering. What are your rights!</p>\r\n<p style=\"text-align: justify;\">- Submitting Alternative Bids and Offers.</p>\r\n<p style=\"text-align: justify;\">- Unsolicited Bids: How to submit bids without following the normal tendering procedures</p>\r\n<p style=\"text-align: justify;\">- How to respond to a tender based on the Two Envelope System</p>\r\n<p style=\"text-align: justify;\">- Prohibitions: Who is allowed to tender? Defaulters &amp; Restricted Suppliers.</p>\r\n<p style=\"text-align: justify;\">- How to claim incentive points under the 90-10 / 80-20 Point Systems, respectively.</p>\r\n<p style=\"text-align: justify;\">- How to claim your Preference Points? (single supplier, joint ventures and sub-contracting.)</p>\r\n<p style=\"text-align: justify;\">- What are Firm &amp; Non-Firm Prices and how does it affect your tender?</p>\r\n<p style=\"text-align: justify;\">- Tax Clearance Certificates and other compliances as attachments to the bid-document.</p>\r\n<p style=\"text-align: justify;\">- Key Principles of the PPPFA regulations of 2011: Focusing on the Key Chapters &amp; Regulations including its Purpose and Applicability in relation to BBBEE Certificates for incl. JV’s &amp; Consortiums;</p>\r\n<p style=\"text-align: justify;\">Invitation of Bids: Functionality, Local Production &amp; Content, Evaluation of Bids; Sub-Contracting; Evaluation of bids based on functionality as a Criterion; Optimising the Suppliers Preference Points’ Profile for Tender-Evaluation; Evaluation of Bids based on a Stipulated Minimum Threshold for Local Production &amp; Content; Preference Point Systems, Evaluation of Bids that Scored equal points, Cancellation and Re-invitation of Bids; Awards of Contracts; Remedies to the state; Transitional Arrangements; etc.</p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Compiling the Tender: How to Complete Your Tender with full Compliance.</strong></span></p>\r\n<p style=\"text-align: justify;\">- Feedback &amp; Assessment on Tendering Exercise</p>\r\n<p style=\"text-align: justify;\">- Tender-Evaluation Exercises: - (How does government score your tender)</p>\r\n<p style=\"text-align: justify;\">- How to Optimise your BBBEE Scorecard for Tendering Points</p>\r\n<p style=\"text-align: justify;\">- The Do’s and Don’ts of Tendering</p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>For further details contact: Gerrit Davids | Lead Consultant</strong></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>TaranisCo Advisory CC</strong></span>\r\nWebsite: <a href=\"http://www.taranis.co.za\">www.taranis.co.za</a></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Tel.</strong></span> 011-026 4891\r\n<span style=\"color: #333399;\"><strong>Fax.</strong></span> 086 698 7882\r\n<span style=\"color: #333399;\"><strong>Cell.</strong></span> +27 (0)82 496 1657\r\n<span style=\"color: #333399;\"><strong>Email:</strong></span> <a href=\"mailto:gerrit@taranisco.co.za\">gerrit@taranisco.co.za</a></p>\r\n [/vc_column_text][/vc_column][/vc_row]','Tendering Workshops','','inherit','closed','closed','','584-revision-v1','','','2017-05-25 15:50:35','2017-05-25 15:50:35','',584,'http://www.taranisco.co.za/2017/05/25/584-revision-v1/',0,'revision','',0),(798,1,'2018-04-24 08:31:12','2018-04-24 08:31:12','[vc_row][vc_column][vc_column_text]\n<p style=\"text-align: justify;\">The inaugural <span style=\"color: #333399;\"><strong><em>Small Business Live Breakfast</em></strong></span> will take place in Johannesburg on Wednesday 27 June 2018 to celebrate the <em><span style=\"color: #333399;\"><strong>UN\'s Micro, Small and Medium-sized Enterprises Day </strong></span></em></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><em><strong>Small Business Live</strong></em></span> will have a specific focus on the  impact of the country\'s current economic landscape and how it impacts on the small business sector.</p>\n<p style=\"text-align: justify;\">The Breakfast will unpack the key indicators relevant to the economy outlook for the medium term and how corporates react on their key mandate to support the growth of SMMEs as prescribed by the B-BBEE Codes of Good Practice under the Supplier and Enterprise Development (SED) elements respectively.</p>\n<p style=\"text-align: justify;\">An interactive panel discussion featuring B-BBEE thought leaders and verification agencies will unpack key strategies for corporates on how to optimize their SED elements on the Scorecard.</p>\n<p style=\"text-align: justify;\">Government funding allocated for supporting SMMEs over the next year will also be unpacked and in particular how its agencies will deliver on expanding their programs for this sector. Representatives from  government\'s various small business support agencies will share their programs and how it aligns with that of the private sector and vice a versa.</p>\n<p style=\"text-align: justify;\">The Breakfast will be attended by corporate SED decision-makers as well as service providers and government agencies to engage each other in a much needed debate on how to effectively deliver sustainable interventions to support growth and job creation within this sector.</p>\n<p style=\"text-align: justify;\">To receive a booking form contact us on the details below.</p>\n<span style=\"color: #333399;\"><strong>For further details contact: </strong></span>\n\n<strong>Gerrit Davids | Lead Consultant</strong>\n\n<span style=\"color: #333399;\"><strong>TaranisCo Advisory CC</strong></span>\nWebsite: <a href=\"http://www.taranis.co.za/\">www.taranis.co.za</a>\n\n<strong><span style=\"color: #333399;\">Tel</span>.</strong> 011-026 4891\n<span style=\"color: #333399;\"><strong>Fax.</strong></span> 086 698 7882\n<span style=\"color: #333399;\"><strong>Cell.</strong> </span>+27 (0)82 496 1657\n<span style=\"color: #333399;\"><strong>Email:</strong></span> <a href=\"mailto:gerrit@taranisco.co.za\">gerrit@taranisco.co.za</a>[/vc_column_text][/vc_column][/vc_row]','Small Business Live Breakfast','','inherit','closed','closed','','724-revision-v1','','','2018-04-24 08:31:12','2018-04-24 08:31:12','',724,'http://www.taranisco.co.za/2018/04/24/724-revision-v1/',0,'revision','',0),(803,1,'2018-04-24 09:04:37','2018-04-24 09:04:37','[vc_row][vc_column][vc_column_text]<span style=\"color: #333399;\"><strong>The Enterprise &amp; Supplier Development Awards (ESDAs)</strong></span>\n\n<span style=\"color: #333399;\"><strong> Awards Schedule: </strong></span>\n\n<span style=\"color: #333399;\"><strong>– Call for Nominations:</strong></span> 1 June 2018\n<span style=\"color: #333399;\"><strong>– Closing Date:</strong> </span>Friday 28 September 2018\n<span style=\"color: #333399;\"><strong>– Short-List Announcement:</strong> </span>Friday 12 October 2018\n<span style=\"color: #333399;\"><strong>– Qualifying Period:</strong></span> 1 September 2017 -31 August 2018\n<span style=\"color: #333399;\"><strong>– Please Note</strong>:</span> All information provided must be verifiable should the nomination become short-listed.\n<span style=\"color: #333399;\"><strong>– Awards Dinner:</strong> </span>Monday 12 November 2018\n\n<span style=\"color: #333399;\"><strong>Awards Categories</strong></span>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Please Note:</strong></span>\nEach Category will award 9 x Provincial Gold Awards as well as a Grand Prix Award for the best scoring provincial winner in each of the respective categories.\n\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Category A:</strong></span> Leading Non-Governmental Enterprise Development Agency Award\n<span style=\"color: #333399;\"><strong>Category B:</strong> </span>Leading Government Enterprise Development Agency Award\n<span style=\"color: #333399;\"><strong>Category C:</strong></span> Leading Enterprise Development Incubator Award\n<span style=\"color: #333399;\"><strong>Category D:</strong></span> Leading Corporate Enterprise Development Award\n<span style=\"color: #333399;\"><strong>Category E:</strong></span> Leading State Owned Enterprise Development Award\n<span style=\"color: #333399;\"><strong>Category F:</strong></span> Leading Supplier Development Program of the Year Award\n<strong><span style=\"color: #333399;\">Category G</span>:</strong> Leading Enterprise Development Event of the Year Award\n<span style=\"color: #333399;\"><strong>Category H:</strong></span> Leading Business Chamber Enterprise Development Program of the Year Award\n<span style=\"color: #333399;\"><strong>Category I:</strong></span> Leading Business Competition Award\n<span style=\"color: #333399;\"><strong>Category J:</strong> </span>Leading Enterprise Development Personality of the Year Award\n\n<p style=\"text-align: justify;\"><b>Further details to follow.</b></p>\n[/vc_column_text][/vc_column][/vc_row]','Awards\'18','','inherit','closed','closed','','615-revision-v1','','','2018-04-24 09:04:37','2018-04-24 09:04:37','',615,'http://www.taranisco.co.za/2018/04/24/615-revision-v1/',0,'revision','',0),(801,1,'2018-04-24 08:38:26','2018-04-24 08:38:26','[vc_row][vc_column][vc_column_text]<span style=\"color: #333399;\"><strong>The Enterprise &amp; Supplier Development Awards (ESDAs)</strong></span>\r\n\r\n<span style=\"color: #333399;\"><strong> Awards Schedule: </strong></span>\r\n\r\n<span style=\"color: #333399;\"><strong>– Call for Nominations:</strong></span> 1 June 2017\r\n<span style=\"color: #333399;\"><strong>– Closing Date:</strong> </span>Friday 13 October 2017\r\n<span style=\"color: #333399;\"><strong>– Short-List Announcement:</strong> </span>Friday 20 October 2017\r\n<span style=\"color: #333399;\"><strong>– Qualifying Period:</strong></span> 1 August 2016 - 31 July 2017\r\n<span style=\"color: #333399;\"><strong>– Please Note</strong>:</span> All information provided must be verifiable should the nomination become short-listed.\r\n<span style=\"color: #333399;\"><strong>– Awards Dinner:</strong> </span>Tuesday 14 November 2017\r\n\r\n<span style=\"color: #333399;\"><strong>Awards Categories</strong></span>\r\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Please Note:</strong></span>\r\nEach Category will award 9 x Provincial Gold Awards as well as a Grand Prix Award for the best scoring provincial winner in each of the respective categories.</p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Category A:</strong></span> Leading Non-Governmental Enterprise Development Agency Award\r\n<span style=\"color: #333399;\"><strong>Category B:</strong> </span>Leading Government Enterprise Development Agency Award\r\n<span style=\"color: #333399;\"><strong>Category C:</strong></span> Leading Enterprise Development Incubator Award\r\n<span style=\"color: #333399;\"><strong>Category D:</strong></span> Leading Corporate Enterprise Development Award\r\n<span style=\"color: #333399;\"><strong>Category E:</strong></span> Leading State Owned Enterprise Development Award\r\n<span style=\"color: #333399;\"><strong>Category F:</strong></span> Leading Supplier Development Program of the Year Award\r\n<strong><span style=\"color: #333399;\">Category G</span>:</strong> Leading Enterprise Development Event of the Year Award\r\n<span style=\"color: #333399;\"><strong>Category H:</strong></span> Leading Business Chamber Enterprise Development Program of the Year Award\r\n<span style=\"color: #333399;\"><strong>Category I:</strong></span> Leading Business Competition Award\r\n<span style=\"color: #333399;\"><strong>Category J:</strong> </span>Leading Enterprise Development Personality of the Year Award</p>\r\n<p style=\"text-align: justify;\"><strong>To receive a Nomination Form:</strong> <a href=\"mailto:gerrit@taranisco.co.za?subject=Kindly%20send%20us%20an%20SED%20Awards%20Nomination%20Form.\">Click Here</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Awards\'18','','inherit','closed','closed','','615-revision-v1','','','2018-04-24 08:38:26','2018-04-24 08:38:26','',615,'http://www.taranisco.co.za/2018/04/24/615-revision-v1/',0,'revision','',0),(804,1,'2018-04-26 08:35:33','2018-04-26 08:35:33','[vc_row][vc_column][vc_column_text]\n<p style=\"text-align: justify;\">The inaugural <span style=\"color: #333399;\"><em><strong>African Summit on Government Support Programmes for Small Business Development</strong></em></span> will take place on 12-14 November 2018 during this year\'s edition of the<span style=\"color: #000000;\"><span style=\"color: #333399;\"> </span></span><strong><span style=\"color: #333399;\">Global Entrepreneurship Week (GEW) </span></strong><span style=\"color: #000000;\">and it will<strong><em> </em></strong></span>afford both government and private sector stakeholders the opportunity to partner this auspicious occasion, which will create an interactive platform to debate the real impact of the support rendered to the continent\'s small business segment.</p>\n<p style=\"text-align: justify;\">The Summit will cover the essential issues pertaining to the challenges facing government small business support programs and more in particular a discussion that will centre on forging closer cooperation with civil society and corporate stakeholders.</p>\n<p style=\"text-align: justify;\">The Summit will aim to ensure that this sector of the economy indeed receive its fair share of growth opportunities through sustainable interventions leading to much needed growth in GDP coupled with the key priority economic challenges faced by the continent as a whole.</p>\n<p style=\"text-align: justify;\">The first ever <span style=\"color: #333399;\"><em><strong>African Small Business Support Awards</strong></em></span> will also form part of the Summit and stakeholders will receive recognition for their unselfish passion and commitment towards the developmental needs of small businesses in general. Awards will handed out in three different categories inclusive of government, business support organisations and corporate enterprise development programmes respectively.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong> Schedule:</strong></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Monday 12 November 2018: </strong><span style=\"color: #000000;\">African Summit on Government Support Programmes for Small Business Development &amp; Awards </span></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Tuesday 13 November 2018: </strong><span style=\"color: #000000;\">African Summit on Government Support Programmes for Small Business Development  </span></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Wednesday 14 November:</strong></span> Masterclass: Designing and Implementing Sustainable Small Business Development Programmes <span style=\"color: #333399;\"><b>  </b></span></p>\n[/vc_column_text][/vc_column][/vc_row]','Enterprise Development Summit','','inherit','closed','closed','','611-revision-v1','','','2018-04-26 08:35:33','2018-04-26 08:35:33','',611,'http://www.taranisco.co.za/2018/04/26/611-revision-v1/',0,'revision','',0),(802,1,'2018-04-24 08:58:39','2018-04-24 08:58:39','[vc_row][vc_column][vc_column_text]\n<p style=\"text-align: justify;\">The inaugural <strong><span style=\"color: #333399;\"><em>Enterprise Development Summit</em></span></strong> will take place on Thursday 28 June 2018<span style=\"color: #333399;\"><strong> </strong><span style=\"color: #000000;\">a day after the <em><strong><span style=\"color: #333399;\">Small Business Live TV Broadcast</span></strong></em> event and it will<strong><em> </em></strong></span></span>afford both public and private sector stakeholders the opportunity to partner this auspicious occasion, which will create an interactive platform to debate the real impact of the support rendered to the country’s SMME segment.</p>\n<p style=\"text-align: justify;\">The Summit will cover the essential issues pertaining to the challenges facing Enterprise Development support programs and more in particular a discussion that will centre on forging closer cooperation between the respective stakeholders.</p>\n<p style=\"text-align: justify;\">The Summit will aim to ensure that this sector of the economy indeed receive its fair share of growth opportunities through sustainable interventions leading to much needed growth in GDP coupled with the key priority economic challenges faced by the country as a whole.</p>\n<p style=\"text-align: justify;\">The first ever <span style=\"color: #333399;\"><em><strong>Enterprise &amp; Supplier Development Awards (ESDA\'s)</strong></em></span> will also form part of the Summit and stakeholders will receive recognition for their unselfish passion and commitment towards the developmental needs of small businesses in general. Awards will handed out in three different categories inclusive of government, business support organisations and corporate enterprise development programmes respectively.</p>\n<p style=\"text-align: justify;\">The Summit will be preceded by the <span style=\"color: #333399;\"><strong><em>Small Business Live Icons Breakfast and the Small Business Live TV Broadcast </em></strong><span style=\"color: #000000;\">on Wednesday 27 June 2018 </span></span><span style=\"color: #000000;\">respectively</span>, of which the latter will be screened countrywide to venue’s hosted by municipalities, NGO’s an support agencies as well as other government entities hosting 1000’s of small businesses. The Broadcast will share with them as to how to go about accessing both government and private sector support programs to grow their enterprises.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong> Schedule:</strong></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Wednesday 27 June 2018: </strong></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>07h30-10h30:</strong></span> Small Business Live Breakfast</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>11h00-13h00:</strong> </span>Small Business Live TV Broadcast (Studio Audience &amp; Site Viewing)</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>13h00-14h00:</strong></span> Lunch</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>14h00-17h00:</strong></span> Enterprise &amp; Supplier Development Summit &amp; Small Business Masterclasses</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Thursday 28 June 2018</strong></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>09h00-14h00:</strong></span> Enterprise Development Summit</p>\n&nbsp;[/vc_column_text][/vc_column][/vc_row]','Enterprise Development Summit','','inherit','closed','closed','','611-revision-v1','','','2018-04-24 08:58:39','2018-04-24 08:58:39','',611,'http://www.taranisco.co.za/2018/04/24/611-revision-v1/',0,'revision','',0),(805,1,'2018-04-26 08:38:19','2018-04-26 08:38:19','[vc_row][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">The inaugural <span style=\"color: #333399;\"><em><strong>African Summit on Government Support Programmes for Small Business Development</strong></em></span> will take place on 12-14 November 2018 during this year\'s edition of the<span style=\"color: #000000;\"><span style=\"color: #333399;\"> </span></span><strong><span style=\"color: #333399;\">Global Entrepreneurship Week (GEW) </span></strong><span style=\"color: #000000;\">and it will<strong><em> </em></strong></span>afford both government and private sector stakeholders the opportunity to partner this auspicious occasion, which will create an interactive platform to debate the real impact of the support rendered to the continent\'s small business segment.</p>\r\n<p style=\"text-align: justify;\">The Summit will cover the essential issues pertaining to the challenges facing government small business support programs and more in particular a discussion that will centre on forging closer cooperation with civil society and corporate stakeholders.</p>\r\n<p style=\"text-align: justify;\">The Summit will aim to ensure that this sector of the economy indeed receive its fair share of growth opportunities through sustainable interventions leading to much needed growth in GDP coupled with the key priority economic challenges faced by the continent as a whole.</p>\r\n<p style=\"text-align: justify;\">The first ever <span style=\"color: #333399;\"><em><strong>African Small Business Support Awards</strong></em></span> will also form part of the Summit and stakeholders will receive recognition for their unselfish passion and commitment towards the developmental needs of small businesses in general. Awards will handed out in three different categories inclusive of government, business support organisations and corporate enterprise development programmes respectively.</p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong> Schedule:</strong></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Monday 12 November 2018: </strong><span style=\"color: #000000;\">African Summit on Government Support Programmes for Small Business Development &amp; Awards </span></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Tuesday 13 November 2018: </strong><span style=\"color: #000000;\">African Summit on Government Support Programmes for Small Business Development  </span></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Wednesday 14 November:</strong></span> Masterclass: Designing and Implementing Sustainable Small Business Development Programmes <span style=\"color: #333399;\"><b>  </b></span></p>\r\n[/vc_column_text][/vc_column][/vc_row]','African Summit on  Government Support Programmes for Small Business Development','','inherit','closed','closed','','611-revision-v1','','','2018-04-26 08:38:19','2018-04-26 08:38:19','',611,'http://www.taranisco.co.za/2018/04/26/611-revision-v1/',0,'revision','',0),(806,1,'2018-04-26 08:48:14','2018-04-26 08:48:14','[vc_row][vc_column][vc_column_text]<span style=\"color: #333399;\"><strong>African Small Business Support Awards</strong></span>\n\n<span style=\"color: #333399;\"><strong> Awards Schedule: </strong></span>\n\n<span style=\"color: #333399;\"><strong>– Call for Nominations:</strong></span> 1 June 2018\n<span style=\"color: #333399;\"><strong>– Closing Date:</strong> </span>Friday 28 September 2018\n<span style=\"color: #333399;\"><strong>– Short-List Announcement:</strong> </span>Friday 12 October 2018\n<span style=\"color: #333399;\"><strong>– Qualifying Period:</strong></span> 1 July 2017-30 June 2018\n<span style=\"color: #333399;\"><strong>– Please Note</strong>:</span> All information provided must be verifiable should the nomination become short-listed.\n<span style=\"color: #333399;\"><strong>– Awards Dinner:</strong> </span>Monday 12 November 2018\n\n<span style=\"color: #333399;\"><strong>Awards Categories</strong></span>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Please Note:</strong></span>\nEach Category will award 9 x Regional Awards* as well as a Grand Prix Award for the best scoring Regional Winner in each of the respective categories.\n\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Category A:</strong></span> Leading Non-Governmental Enterprise Development Agency Award\n<span style=\"color: #333399;\"><strong>Category B:</strong> </span>Leading Government Enterprise Development Agency Award\n<span style=\"color: #333399;\"><strong>Category C:</strong></span> Leading Enterprise Development Incubator Award\n<span style=\"color: #333399;\"><strong>Category D:</strong></span> Leading Corporate Enterprise Development Award\n<span style=\"color: #333399;\"><strong>Category E:</strong></span> Leading State Owned Enterprise Development Award\n<span style=\"color: #333399;\"><strong>Category F:</strong></span> Leading Supplier Development Program of the Year Award\n<strong><span style=\"color: #333399;\">Category G</span>:</strong> Leading Enterprise Development Event of the Year Award\n<span style=\"color: #333399;\"><strong>Category H:</strong></span> Leading Business Chamber Enterprise Development Program of the Year Award\n<span style=\"color: #333399;\"><strong>Category I:</strong></span> Leading Business Competition Award\n<span style=\"color: #333399;\"><strong>Category J:</strong> </span>Leading Enterprise Development Personality of the Year Award\n\n&nbsp;\n\n* Regions: West Africa, North Africa, Central Africa, East Africa and Southern Africa\n\n<p style=\"text-align: justify;\"><b>Further details to follow.</b></p>\n[/vc_column_text][/vc_column][/vc_row]','Awards\'18','','inherit','closed','closed','','615-revision-v1','','','2018-04-26 08:48:14','2018-04-26 08:48:14','',615,'http://www.taranisco.co.za/2018/04/26/615-revision-v1/',0,'revision','',0),(809,1,'2018-04-26 09:03:48','2018-04-26 09:03:48','[vc_row][vc_column][vc_column_text]<span style=\"color: #333399;\"><strong>Awards Schedule: </strong></span>\n\n<span style=\"color: #333399;\"><strong>– Call for Nominations:</strong></span> 1 June 2018\n<span style=\"color: #333399;\"><strong>– Closing Date:</strong> </span>Friday 28 September 2018\n<span style=\"color: #333399;\"><strong>– Short-List Announcement:</strong> </span>Friday 12 October 2018\n<span style=\"color: #333399;\"><strong>– Qualifying Period:</strong></span> 1 July 2017-30 June 2018\n<span style=\"color: #333399;\"><strong>– Please Note</strong>:</span> All information provided must be verifiable should the nomination become short-listed.\n<span style=\"color: #333399;\"><strong>– Awards Dinner:</strong> </span>Monday 12 November 2018\n\n<span style=\"color: #333399;\"><strong>Awards Categories</strong></span>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Please Note:</strong></span>\nEach Category will award 5 x Regional Awards* as well as a Grand Prix Award for the best scoring Regional Winner in each of the respective categories.\n\n<p style=\"text-align: justify;\">- Leading Non-Governmental Small Business Development Agency Award\n- Leading Government Small Business Development Agency Award\n- Leading Small Business Development Incubator Award\n- Leading Corporate Small Business Development Award\n- Leading State Owned Enterprise Small Business Development Award\n- Leading Government Small Business Development Program of the Year Award\n- Leading Small Business Development Event of the Year Award\n- Leading Business Chamber Small Business Development Program of the Year Award\n- Leading African Small Business Competition of the Year Award\n- Leading Small Business Development Personality of the Year Award\n- Leading Small Business Publication of the Year Award\n- Leading Small Business Development Television Programme of the Year Award\n- Leading Small Business Development Bank of the Year Award\n- Leading Government Small Business Funding Agency of the Year Award\n- Leading Small Business Development Mentoring Programme of the Year Award\n\n* Regions: West Africa, North Africa, Central Africa, East Africa and Southern Africa\n\n<p style=\"text-align: justify;\"><b>Further details to follow.</b></p>\n[/vc_column_text][/vc_column][/vc_row]','Awards\'18','','inherit','closed','closed','','615-revision-v1','','','2018-04-26 09:03:48','2018-04-26 09:03:48','',615,'http://www.taranisco.co.za/2018/04/26/615-revision-v1/',0,'revision','',0),(807,1,'2018-04-26 08:50:44','2018-04-26 08:50:44','[vc_row][vc_column][vc_column_text]<span style=\"color: #333399;\"><strong>African Small Business Support Awards</strong></span>\n\n<span style=\"color: #333399;\"><strong> Awards Schedule: </strong></span>\n\n<span style=\"color: #333399;\"><strong>– Call for Nominations:</strong></span> 1 June 2018\n<span style=\"color: #333399;\"><strong>– Closing Date:</strong> </span>Friday 28 September 2018\n<span style=\"color: #333399;\"><strong>– Short-List Announcement:</strong> </span>Friday 12 October 2018\n<span style=\"color: #333399;\"><strong>– Qualifying Period:</strong></span> 1 July 2017-30 June 2018\n<span style=\"color: #333399;\"><strong>– Please Note</strong>:</span> All information provided must be verifiable should the nomination become short-listed.\n<span style=\"color: #333399;\"><strong>– Awards Dinner:</strong> </span>Monday 12 November 2018\n\n<span style=\"color: #333399;\"><strong>Awards Categories</strong></span>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Please Note:</strong></span>\nEach Category will award 9 x Regional Awards* as well as a Grand Prix Award for the best scoring Regional Winner in each of the respective categories.\n\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Category A:</strong></span> Leading Non-Governmental Small Business Development Agency Award\n<span style=\"color: #333399;\"><strong>Category B:</strong> </span>Leading Government Small Business Development Agency Award\n<span style=\"color: #333399;\"><strong>Category C:</strong></span> Leading Small Business Development Incubator Award\n<span style=\"color: #333399;\"><strong>Category D:</strong></span> Leading Corporate Small Business Development Award\n<span style=\"color: #333399;\"><strong>Category E:</strong></span> Leading State Owned Enterprise Small Business Development Award\n<span style=\"color: #333399;\"><strong>Category F:</strong></span> Leading Government Small Business Development Program of the Year Award\n<strong><span style=\"color: #333399;\">Category G</span>:</strong> Leading Non-Government Small Business Development Event of the Year Award\n<span style=\"color: #333399;\"><strong>Category H:</strong></span> Leading Business Chamber Small Business Development Program of the Year Award\n<span style=\"color: #333399;\"><strong>Category I:</strong></span> Leading African Small Business Competition Award\n<span style=\"color: #333399;\"><strong>Category J:</strong> </span>Leading Small Business Development Personality of the Year Award\n\n* Regions: West Africa, North Africa, Central Africa, East Africa and Southern Africa\n\n<p style=\"text-align: justify;\"><b>Further details to follow.</b></p>\n[/vc_column_text][/vc_column][/vc_row]','Awards\'18','','inherit','closed','closed','','615-revision-v1','','','2018-04-26 08:50:44','2018-04-26 08:50:44','',615,'http://www.taranisco.co.za/2018/04/26/615-revision-v1/',0,'revision','',0),(808,1,'2018-04-26 09:01:16','2018-04-26 09:01:16','[vc_row][vc_column][vc_column_text]\r\n<p style=\"text-align: justify;\">The inaugural <span style=\"color: #333399;\"><em><strong>African Summit on Government Support Programmes for Small Business Development</strong></em></span> will take place on 12-14 November 2018 during this year\'s edition of the<span style=\"color: #000000;\"><span style=\"color: #333399;\"> </span></span><strong><span style=\"color: #333399;\">Global Entrepreneurship Week (GEW) </span></strong><span style=\"color: #000000;\">and it will<strong><em> </em></strong></span>afford both government and private sector stakeholders the opportunity to partner this auspicious occasion, which will create an interactive platform to debate the real impact of the support rendered to the continent\'s small business segment.</p>\r\n<p style=\"text-align: justify;\">The Summit will cover the essential issues pertaining to the challenges facing government small business support programs and more in particular a discussion that will centre on forging closer cooperation with civil society and corporate stakeholders.</p>\r\n<p style=\"text-align: justify;\">The Summit will aim to ensure that this sector of the economy indeed receive its fair share of growth opportunities through sustainable interventions leading to much needed growth in GDP coupled with the key priority economic challenges faced by the continent as a whole.</p>\r\n<p style=\"text-align: justify;\">The first ever <span style=\"color: #333399;\"><em><strong>African Small Business Development Awards</strong></em></span> will also form part of the Summit and stakeholders will receive recognition for their unselfish passion and commitment towards the developmental needs of small businesses in general. Awards will handed out in three different categories inclusive of government, business support organisations and corporate enterprise development programmes respectively.</p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong> Schedule:</strong></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Monday 12 November 2018: </strong><span style=\"color: #000000;\">African Summit on Government Support Programmes for Small Business Development &amp; Awards </span></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Tuesday 13 November 2018: </strong><span style=\"color: #000000;\">African Summit on Government Support Programmes for Small Business Development  </span></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Wednesday 14 November:</strong></span> Masterclass: Designing and Implementing Sustainable Small Business Development Programmes <span style=\"color: #333399;\"><b>  </b></span></p>\r\n[/vc_column_text][/vc_column][/vc_row]','African Summit on  Government Support Programmes for Small Business Development','','inherit','closed','closed','','611-revision-v1','','','2018-04-26 09:01:16','2018-04-26 09:01:16','',611,'http://www.taranisco.co.za/2018/04/26/611-revision-v1/',0,'revision','',0),(811,1,'2018-04-26 09:04:18','2018-04-26 09:04:18','[vc_row][vc_column][vc_column_text]<span style=\"color: #333399;\"><strong>African Small Business Development Awards</strong></span>\n\n<span style=\"color: #333399;\"><strong>Awards Schedule: </strong></span>\n\n<span style=\"color: #333399;\"><strong>– Call for Nominations:</strong></span> 1 June 2018\n<span style=\"color: #333399;\"><strong>– Closing Date:</strong> </span>Friday 28 September 2018\n<span style=\"color: #333399;\"><strong>– Short-List Announcement:</strong> </span>Friday 12 October 2018\n<span style=\"color: #333399;\"><strong>– Qualifying Period:</strong></span> 1 July 2017-30 June 2018\n<span style=\"color: #333399;\"><strong>– Please Note</strong>:</span> All information provided must be verifiable should the nomination become short-listed.\n<span style=\"color: #333399;\"><strong>– Awards Dinner:</strong> </span>Monday 12 November 2018\n\n<span style=\"color: #333399;\"><strong>Awards Categories</strong></span>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Please Note:</strong></span>\nEach Category will award 5 x Regional Awards* as well as a Grand Prix Award for the best scoring Regional Winner in each of the respective categories.\n\n<p style=\"text-align: justify;\">- Leading Non-Governmental Small Business Development Agency Award\n- Leading Government Small Business Development Agency Award\n- Leading Small Business Development Incubator Award\n- Leading Corporate Small Business Development Award\n- Leading State Owned Enterprise Small Business Development Award\n- Leading Government Small Business Development Program of the Year Award\n- Leading Small Business Development Event of the Year Award\n- Leading Business Chamber Small Business Development Program of the Year Award\n- Leading African Small Business Competition of the Year Award\n- Leading Small Business Development Personality of the Year Award\n- Leading Small Business Publication of the Year Award\n- Leading Small Business Development Television Programme of the Year Award\n- Leading Small Business Development Bank of the Year Award\n- Leading Government Small Business Funding Agency of the Year Award\n- Leading Small Business Development Mentoring Programme of the Year Award\n\n* Regions: West Africa, North Africa, Central Africa, East Africa and Southern Africa\n\n<p style=\"text-align: justify;\"><b>Further details to follow.</b></p>\n[/vc_column_text][/vc_column][/vc_row]','Awards\'18','','inherit','closed','closed','','615-revision-v1','','','2018-04-26 09:04:18','2018-04-26 09:04:18','',615,'http://www.taranisco.co.za/2018/04/26/615-revision-v1/',0,'revision','',0),(810,1,'2018-04-26 09:04:00','2018-04-26 09:04:00','[vc_row][vc_column][vc_column_text]<span style=\"color: #333399;\"><strong>African Small Business Support Awards</strong></span>\r\n\r\n<span style=\"color: #333399;\"><strong> Awards Schedule: </strong></span>\r\n\r\n<span style=\"color: #333399;\"><strong>– Call for Nominations:</strong></span> 1 June 2018\r\n<span style=\"color: #333399;\"><strong>– Closing Date:</strong> </span>Friday 28 September 2018\r\n<span style=\"color: #333399;\"><strong>– Short-List Announcement:</strong> </span>Friday 12 October 2018\r\n<span style=\"color: #333399;\"><strong>– Qualifying Period:</strong></span> 1 July 2017-30 June 2018\r\n<span style=\"color: #333399;\"><strong>– Please Note</strong>:</span> All information provided must be verifiable should the nomination become short-listed.\r\n<span style=\"color: #333399;\"><strong>– Awards Dinner:</strong> </span>Monday 12 November 2018\r\n\r\n<span style=\"color: #333399;\"><strong>Awards Categories</strong></span>\r\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Please Note:</strong></span>\r\nEach Category will award 9 x Regional Awards* as well as a Grand Prix Award for the best scoring Regional Winner in each of the respective categories.</p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Category A:</strong></span> Leading Non-Governmental Small Business Development Agency Award\r\n<span style=\"color: #333399;\"><strong>Category B:</strong> </span>Leading Government Small Business Development Agency Award\r\n<span style=\"color: #333399;\"><strong>Category C:</strong></span> Leading Small Business Development Incubator Award\r\n<span style=\"color: #333399;\"><strong>Category D:</strong></span> Leading Corporate Small Business Development Award\r\n<span style=\"color: #333399;\"><strong>Category E:</strong></span> Leading State Owned Enterprise Small Business Development Award\r\n<span style=\"color: #333399;\"><strong>Category F:</strong></span> Leading Government Small Business Development Program of the Year Award\r\n<strong><span style=\"color: #333399;\">Category G</span>:</strong> Leading Non-Government Small Business Development Event of the Year Award\r\n<span style=\"color: #333399;\"><strong>Category H:</strong></span> Leading Business Chamber Small Business Development Program of the Year Award\r\n<span style=\"color: #333399;\"><strong>Category I:</strong></span> Leading African Small Business Competition Award\r\n<span style=\"color: #333399;\"><strong>Category J:</strong> </span>Leading Small Business Development Personality of the Year Award</p>\r\n* Regions: West Africa, North Africa, Central Africa, East Africa and Southern Africa\r\n<p style=\"text-align: justify;\"><b>Further details to follow.</b></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Awards','','inherit','closed','closed','','615-revision-v1','','','2018-04-26 09:04:00','2018-04-26 09:04:00','',615,'http://www.taranisco.co.za/2018/04/26/615-revision-v1/',0,'revision','',0),(813,1,'2018-04-26 09:08:41','2018-04-26 09:08:41','[vc_row][vc_column][vc_column_text]<span style=\"color: #333399;\"><strong>African Small Business Support Awards</strong></span>\n\n<span style=\"color: #333399;\"><strong> Awards Schedule: </strong></span>\n\n<span style=\"color: #333399;\"><strong>– Call for Nominations:</strong></span> 1 June 2018\n<span style=\"color: #333399;\"><strong>– Closing Date:</strong> </span>Friday 28 September 2018\n<span style=\"color: #333399;\"><strong>– Short-List Announcement:</strong> </span>Friday 12 October 2018\n<span style=\"color: #333399;\"><strong>– Qualifying Period:</strong></span> 1 July 2017-30 June 2018\n<span style=\"color: #333399;\"><strong>– Please Note</strong>:</span> All information provided must be verifiable should the nomination become short-listed.\n<span style=\"color: #333399;\"><strong>– Awards Dinner:</strong> </span>Monday 12 November 2018\n\n<span style=\"color: #333399;\"><strong>Awards Categories</strong></span>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Please Note:</strong></span>\nEach Category will award 59 x Regional Awards* as well as a Grand Prix Award for the best scoring Regional Winner in each of the respective categories.\n\n<p style=\"text-align: justify;\">- Leading Non-Governmental Small Business Development Agency Award\n- Leading Government Small Business Development Agency Award\n- Leading Small Business Development Incubator Award\n- Leading Corporate Small Business Development Award\n- Leading State Owned Enterprise Small Business Development Award\n- Leading Government Small Business Development Program of the Year Award\n- Leading Small Business Development Event of the Year Award\n- Leading Business Chamber Small Business Development Program of the Year Award\n- Leading African Small Business Competition of the Year Award\n- Leading Small Business Development Personality of the Year Award\n- Leading Small Business Publication of the Year Award\n- Leading Small Business Development Television Programme of the Year Award\n- Leading Small Business Development Bank of the Year Award\n- Leading Government Small Business Funding Agency of the Year Award\n- Leading Small Business Development Mentoring Programme of the Year Award\n\n* Regions: West Africa, North Africa, Central Africa, East Africa and Southern Africa\n\n<p style=\"text-align: justify;\"><b>Further details to follow.</b></p>\n[/vc_column_text][/vc_column][/vc_row]','Awards','','inherit','closed','closed','','615-revision-v1','','','2018-04-26 09:08:41','2018-04-26 09:08:41','',615,'http://www.taranisco.co.za/2018/04/26/615-revision-v1/',0,'revision','',0),(812,1,'2018-04-26 09:05:37','2018-04-26 09:05:37','[vc_row][vc_column][vc_column_text]<span style=\"color: #333399;\"><strong>African Small Business Support Awards</strong></span>\r\n\r\n<span style=\"color: #333399;\"><strong> Awards Schedule: </strong></span>\r\n\r\n<span style=\"color: #333399;\"><strong>– Call for Nominations:</strong></span> 1 June 2018\r\n<span style=\"color: #333399;\"><strong>– Closing Date:</strong> </span>Friday 28 September 2018\r\n<span style=\"color: #333399;\"><strong>– Short-List Announcement:</strong> </span>Friday 12 October 2018\r\n<span style=\"color: #333399;\"><strong>– Qualifying Period:</strong></span> 1 July 2017-30 June 2018\r\n<span style=\"color: #333399;\"><strong>– Please Note</strong>:</span> All information provided must be verifiable should the nomination become short-listed.\r\n<span style=\"color: #333399;\"><strong>– Awards Dinner:</strong> </span>Monday 12 November 2018\r\n\r\n<span style=\"color: #333399;\"><strong>Awards Categories</strong></span>\r\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Please Note:</strong></span>\r\nEach Category will award 9 x Regional Awards* as well as a Grand Prix Award for the best scoring Regional Winner in each of the respective categories.</p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Category A:</strong></span> Leading Non-Governmental Small Business Development Agency Award\r\n<span style=\"color: #333399;\"><strong>Category B:</strong> </span>Leading Government Small Business Development Agency Award\r\n<span style=\"color: #333399;\"><strong>Category C:</strong></span> Leading Small Business Development Incubator Award\r\n<span style=\"color: #333399;\"><strong>Category D:</strong></span> Leading Corporate Small Business Development Award\r\n<span style=\"color: #333399;\"><strong>Category E:</strong></span> Leading State Owned Enterprise Small Business Development Award\r\n<span style=\"color: #333399;\"><strong>Category F:</strong></span> Leading Government Small Business Development Program of the Year Award\r\n<strong><span style=\"color: #333399;\">Category G</span>:</strong> Leading Non-Government Small Business Development Event of the Year Award\r\n<span style=\"color: #333399;\"><strong>Category H:</strong></span> Leading Business Chamber Small Business Development Program of the Year Award\r\n<span style=\"color: #333399;\"><strong>Category I:</strong></span> Leading African Small Business Competition Award\r\n<span style=\"color: #333399;\"><strong>Category J:</strong> </span>Leading Small Business Development Personality of the Year Award</p>\r\n* Regions: West Africa, North Africa, Central Africa, East Africa and Southern Africa\r\n<p style=\"text-align: justify;\"><b>Further details to follow.</b></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Awards','','inherit','closed','closed','','615-revision-v1','','','2018-04-26 09:05:37','2018-04-26 09:05:37','',615,'http://www.taranisco.co.za/2018/04/26/615-revision-v1/',0,'revision','',0),(814,1,'2018-04-26 09:10:21','2018-04-26 09:10:21','[vc_row][vc_column][vc_column_text]<span style=\"color: #333399;\"><strong>Watch the Small Business Live TV broadcast at your local venue!</strong></span>\n<p style=\"text-align: justify;\"><em><span style=\"color: #333399;\"><strong>Small Business Live</strong></span> </em>will take place on Monday 6 August 2018 and will kick off with the <span style=\"color: #333399;\"><em><strong>Small Business Live Breakfast</strong></em></span> and followed by an exclusive <span style=\"color: #333399;\"><em><strong>National TV Broadcast</strong></em>,</span> via satellite to locations across the country.</p>\n<p style=\"text-align: justify;\">The broadcast is a groundbreaking initiative aimed at presenting all of government\'s small business support programs to thousands of entrepreneurs at hundreds of venues countrywide.</p>\n<p style=\"text-align: justify;\">The day will kick-off with the <span style=\"color: #333399;\"><em><strong>Small Business Live Breakfast</strong></em><span style=\"color: #000000;\">, which will feature panel discussions with successful business people sharing their strategies with guests in a highly interactive environment.</span></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong><em>The Small Business Live TV Broadcast</em></strong></span> aims to feature \"how to presentations\" on government\'s key support programs like the Small Enterprise Development Agency (Seda); Small Enterprise Finance Agency (SEFA); National Empowerment Fund (NEF); Industrial Development Corporation (IDC); National Youth Development Agency (NYDA); Land Bank, MAFISA and corporate B-BBEE Enterprise Development Programs as well as Access to Finance from the major banks.</p>\n<p style=\"text-align: justify;\">Thousands of entrepreneurs will be hosted at venues in their local communities by municipalities, provincial economic development departments, corporates and agencies as well as independent small business support organisations.</p>\n<p style=\"text-align: justify;\">Delegates attending the <span style=\"color: #333399;\"><em><strong>Small Business Live TV Broadcast</strong></em></span> will be also able to interact with the presenters via SMS, Twitter and Facebook respectively.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><em><strong>Small Business Live will Empower Your Business!</strong></em></span> A powerful Masterclass will be held after lunch wherein delegates will hear from our industry thought leaders on how to supply big business and tender for government contracts.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Ticket Options</strong></span></p>\n<span style=\"color: #ff0000;\"><strong>Free Ticket</strong></span>\n- Free Entry only to watch the Small Business Live Broadcast on site\n- Lunch not included\n<span style=\"color: #333399;\"><strong>Price:</strong> </span>Not Applicable; Highly Limited Availability!\n\n<span style=\"color: #ff0000;\"><strong>Bronze Ticket</strong></span>\n- Attend the Business Breakfast\n- Watch the Small Business Live TV Broadcast on site\n- Lunch not included\n<strong><span style=\"color: #333399;\">Price:</span></strong> R990.00\n\n<strong><span style=\"color: #ff0000;\">Silver Ticket</span></strong>\n- Attend the Business Breakfast\n- Watch the Small Business Live TV Broadcast on site\n- Special Seating Arrangements\n- Attend the Masterclass\n- Lunch included\n<span style=\"color: #333399;\"><strong>Price:</strong> </span>R1950.00\n\n<span style=\"color: #ff0000;\"><strong>Gold Package</strong></span>\n- Attend the Business Breakfast\n- Watch the Small Business Live TV on site\n- Attend the Small Business Masterclass\n- Early Entrance\n- Special Seating Arrangements at the Small Business Budget Breakfast, TV Broadcast, Lunch &amp; Masterclass\n- Lunch with Speakers &amp; VIP’s\n- Small Business Live Goody Bag\n<span style=\"color: #333399;\"><strong>Price:</strong></span> 2950.00\n\n<p style=\"text-align: justify;\">[/vc_column_text][/vc_column][/vc_row]','Watch it Live!','','inherit','closed','closed','','618-revision-v1','','','2018-04-26 09:10:21','2018-04-26 09:10:21','',618,'http://www.taranisco.co.za/2018/04/26/618-revision-v1/',0,'revision','',0);
INSERT INTO `wpap_posts` VALUES (815,1,'2018-04-26 09:10:58','2018-04-26 09:10:58','[vc_row][vc_column][vc_column_text]<span style=\"color: #333399;\"><strong>Watch the Small Business Live TV broadcast at your local venue!</strong></span>\r\n<p style=\"text-align: justify;\"><em><span style=\"color: #333399;\"><strong>Small Business Live</strong></span> </em>will take place on Monday 6 August 2018 and will kick off with the <span style=\"color: #333399;\"><em><strong>Small Business Live Breakfast</strong></em></span> and followed by an exclusive <span style=\"color: #333399;\"><em><strong>National TV Broadcast</strong></em>,</span> via satellite to locations across the country.</p>\r\n<p style=\"text-align: justify;\">The broadcast is a groundbreaking initiative aimed at presenting all of government\'s small business support programs to thousands of entrepreneurs at hundreds of venues countrywide.</p>\r\n<p style=\"text-align: justify;\">The day will kick-off with the <span style=\"color: #333399;\"><em><strong>Small Business Live Breakfast</strong></em><span style=\"color: #000000;\">, which will feature panel discussions with successful business people sharing their strategies with guests in a highly interactive environment.</span></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong><em>The Small Business Live TV Broadcast</em></strong></span> aims to feature \"how to presentations\" on government\'s key support programs like the Small Enterprise Development Agency (Seda); Small Enterprise Finance Agency (SEFA); National Empowerment Fund (NEF); Industrial Development Corporation (IDC); National Youth Development Agency (NYDA); Land Bank, MAFISA and corporate B-BBEE Enterprise Development Programs as well as Access to Finance from the major banks.</p>\r\n<p style=\"text-align: justify;\">Thousands of entrepreneurs will be hosted at venues in their local communities by municipalities, provincial economic development departments, corporates and agencies as well as independent small business support organisations.</p>\r\n<p style=\"text-align: justify;\">Delegates attending the <span style=\"color: #333399;\"><em><strong>Small Business Live TV Broadcast</strong></em></span> will be also able to interact with the presenters via SMS, Twitter and Facebook respectively.</p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><em><strong>Small Business Live will Empower Your Business!</strong></em></span> A powerful Masterclass will be held after lunch wherein delegates will hear from our industry thought leaders on how to supply big business and tender for government contracts.</p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Ticket Options</strong></span></p>\r\n<span style=\"color: #ff0000;\"><strong>Free Ticket</strong></span>\r\n- Free Entry only to watch the Small Business Live Broadcast on site\r\n- Lunch not included\r\n<span style=\"color: #333399;\"><strong>Price:</strong> </span>Not Applicable; Highly Limited Availability!\r\n\r\n<span style=\"color: #ff0000;\"><strong>Bronze Ticket</strong></span>\r\n- Attend the Business Breakfast\r\n- Watch the Small Business Live TV Broadcast on site\r\n- Lunch not included\r\n<strong><span style=\"color: #333399;\">Price:</span></strong> R990.00\r\n\r\n<strong><span style=\"color: #ff0000;\">Silver Ticket</span></strong>\r\n- Attend the Business Breakfast\r\n- Watch the Small Business Live TV Broadcast on site\r\n- Special Seating Arrangements\r\n- Attend the Masterclass\r\n- Lunch included\r\n<span style=\"color: #333399;\"><strong>Price:</strong> </span>R1950.00\r\n\r\n<span style=\"color: #ff0000;\"><strong>Gold Package</strong></span>\r\n- Attend the Business Breakfast\r\n- Watch the Small Business Live TV on site\r\n- Attend the Small Business Masterclass\r\n- Early Entrance\r\n- Special Seating Arrangements at the Small Business Budget Breakfast, TV Broadcast, Lunch &amp; Masterclass\r\n- Lunch with Speakers &amp; VIP’s\r\n- Small Business Live Goody Bag\r\n<span style=\"color: #333399;\"><strong>Price:</strong></span> 2950.00\r\n<p style=\"text-align: justify;\">[/vc_column_text][/vc_column][/vc_row]</p>','Small Business Live TV Broadcast','','inherit','closed','closed','','618-revision-v1','','','2018-04-26 09:10:58','2018-04-26 09:10:58','',618,'http://www.taranisco.co.za/2018/04/26/618-revision-v1/',0,'revision','',0),(816,1,'2018-04-26 10:00:25','2018-04-26 10:00:25','[vc_row margin_top=\"-1em\"][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">WATCH SMALL BUSINESS LIVE TV BROADCAST </span></h2>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Monday 6 August 2018!</strong></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>The Premier Event to Fund your Business!</strong></span></p>\n<p style=\"text-align: justify;\">Be part of this groundbreaking TV Broadcast, which will be watched countrywide in a three-hour long presentation on how to successfully access small business support programmes offered by both the government and the private sector respectively.</p>\n<p style=\"text-align: justify;\">Small Business Live will partner with local municipalities and provincial government departments to host venue\'s in their areas allowing local small businesses to attend and watch the broadcast. The broadcast will eliminate the need for rural small businesses to travel to bigger towns and cities since they can watch the presentations in the comfort of a local venue.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>BOOK YOUR SEAT NOW!</strong></span></p>\n[/vc_column_text][vc_btn title=\"Registration\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F|||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">GROW YOUR BUSINESS TODAY!</span></h2>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Monday 6 August 2018!</strong></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>The Premier Event to Grow your Business!</strong></span></p>\n<p style=\"text-align: justify;\">By attending Small Business Live you will be empowered on how to submit effective applications for support programmes available in the market and improve the capacity of your enterprise to serve your clients more efficiently.</p>\n<p style=\"text-align: justify;\">Government\'s changed tendering laws came into effect recently and in most tenders big companies will be obliged to sub-contract with qualifying small businesses.</p>\n<p style=\"text-align: justify;\">Companies will also be looking to build the capacity of small businesses through Supplier &amp; Enterprise Development Programmes and by attending Small Business Live, you will put yourself in the frontline of these support initiatives.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Attend Small Business Live and Benefit from Top Advice!</strong></span></p>\n[/vc_column_text][vc_btn title=\"Registration\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F|||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">WATCH IT LIVE AND WIN GREAT PRIZES!</span></h2>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Monday 6 August 2018!</strong></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>The Premier Event to Watch at your Local Site!</strong></span></p>\n<p style=\"text-align: justify;\">All delegates watching the Small Business Live broadcast at any participating venue will be in line to win exciting prizes! <strong>Please Note:</strong> <em>The broadcast can only be watched at participating venue\'s. Please call us if your area is not listed.</em></p>\n<p style=\"text-align: justify;\"><strong>WIN!</strong></p>\n\n<ul style=\"text-align: justify;\">\n 	<li>An exclusive lunch with some of SA\'s top self made business icons</li>\n 	<li>Win Business Support Vouchers to grow your business</li>\n 	<li>Win web site design-vouchers to market your business</li>\n 	<li>Win Online/Digital Marketing Campaign-vouchers</li>\n 	<li>Win Mobile Data-vouchers</li>\n 	<li>Win Radio Exposure-vouchers</li>\n 	<li>Win Print Media Exposure-vouchers</li>\n</ul>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>WATCH IT LIVE AND WIN!</strong></span></p>\n[/vc_column_text][vc_btn title=\"Registration\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F|||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\"][/vc_column][/vc_row][vc_row][vc_column][om_reduce_space height=\"1em\"][vc_cta h2=\"Don\'t miss this unique business support opportunity!\" h4=\"Join the discussion on the future of Small Business in South Africa!\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Interact with Our (color1)Speakers(/color1)\n\nLive via SMS, Twitter &amp; Facebook!\" uppercase=\"yes\" text_additional=\"Get a Front Row Seat and Get Empowered!\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Speakers\"][om_reduce_space height=\"1em\"][/vc_column][/vc_row][vc_row bg_type=\"gradient\" gradient_type=\"diagonal2\" bg_color=\"#676767\" bg_color2=\"#313131\" font_color=\"#ffffff\"][vc_column][om_testimonials filter=\"category\" categories=\"group-1\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"(color1)Broadcast(/color1) Schedule:\n\n(color2)10:00-13:00(/color2) \" uppercase=\"yes\" text_additional=\"Arrive early to avoid disappointment!\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Schedule\"][om_agenda display_speakers=\"\"][om_agenda_day title=\"Small Business Live: TV Broadcast\"][om_agenda_item time=\"09:50 \" room=\" \" title=\"All delegates to be seated\"] [/om_agenda_item][om_agenda_item time=\"10:00-10:05\" room=\" \" title=\"Broadcast Commences with Opening &amp; Welcome\"] [/om_agenda_item][om_agenda_item time=\"10:05-10:20\" room=\" \" title=\"Access to Finance: First Presentation\"] .[/om_agenda_item][om_agenda_item time=\"10:20-10:35\" title=\"Access to Finance: Second Presentation\"][/om_agenda_item][om_agenda_item time=\"10:35-10:50\" title=\"Access to Finance: Third Presentation\"][/om_agenda_item][om_agenda_item time=\"10:50-11:05\" title=\"Access to Finance: Fourth Presentation\"][/om_agenda_item][om_agenda_item time=\"11:05-11:20\" title=\"Access to Finance: Fifth Presentation\"][/om_agenda_item][om_agenda_item time=\"11.20-11.30\" title=\"Delegates\' Questions &amp; Answers\"][/om_agenda_item][om_agenda_item time=\"11:30-11:50\" title=\"Networking Break\"][/om_agenda_item][om_agenda_item time=\"11:50-12:05\" title=\"Access to Finance: Sixth Presentation \"][/om_agenda_item][om_agenda_item time=\"12:05-12:20\" title=\"Access to Finance: Seventh Presentation\"][/om_agenda_item][om_agenda_item time=\"12:20-12:55\" title=\"The Best Advice Ever: Panel Discussion\"][/om_agenda_item][om_agenda_item time=\"12:55-13:00\" title=\"Broadcast Ends\"][/om_agenda_item][/om_agenda_day][om_agenda_day][/om_agenda_day][/om_agenda][vc_cta h2=\"Number of participants is limited!\" h4=\"Don\'t miss your seat!\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"2em\"][vc_custom_heading text=\"Our (color1)Sponsors(/color1) and Partners\" uppercase=\"yes\" text_additional=\"If you would like to become a Sponsoring Partner to Small Business Live, contact Gerrit on Cell. 082 496 1657 or gerrit@taranisco.co.za\" font_container=\"tag:h1|text_align:center\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','12-revision-v1','','','2018-04-26 10:00:25','2018-04-26 10:00:25','',12,'http://www.taranisco.co.za/2018/04/26/12-revision-v1/',0,'revision','',0),(817,1,'2018-04-26 10:04:24','2018-04-26 10:04:24','[vc_row padding_top=\"1em\"][vc_column width=\"1/2\"][vc_custom_heading text=\"How to register\" uppercase=\"yes\" font_container=\"tag:h3|text_align:left\"][vc_column_text]<span style=\"color: #333399;\"><strong>Small Business Live TV Broadcast: Registration</strong></span>\n\nAll participants must fill out the form below. An email confirming your registration will be sent to you once the process is complete.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Notice\" uppercase=\"yes\" font_container=\"tag:h3|text_align:left\"][vc_column_text]Once we\'ve received your details, we will check it against our list of participating venues and advise you accordingly. Where no participating venue is found when registering, we will endeavour to contact your local municipality to consider hosting a site.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"16px\"][contact-form-7 id=\"7\"][/vc_column][/vc_row]','Registration: Small Business Live TV Broadcast: Monday 6 August 2018','','inherit','closed','closed','','334-revision-v1','','','2018-04-26 10:04:24','2018-04-26 10:04:24','',334,'http://www.taranisco.co.za/2018/04/26/334-revision-v1/',0,'revision','',0),(818,1,'2018-04-26 10:31:10','2018-04-26 10:31:10','[vc_row][vc_column][vc_column_text]\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Debating Small Business Support through Government Funded Agencies and Enterprise Development under the B-BBEE Codes.</strong></span></p>\n<p style=\"text-align: justify;\">The inaugural <span style=\"color: #333399;\"><strong><em>Small Business Live Breakfast</em></strong></span> will take place in Johannesburg on Wednesday 27 June 2018 to celebrate the <em><span style=\"color: #333399;\"><strong>UN\'s Micro, Small and Medium-sized Enterprises Day </strong></span></em></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><em><strong>Small Business Live</strong></em></span> will have a specific focus on the  impact of the country\'s current economic landscape and how it impacts on the levels of supported afforded to the small business sector.</p>\n<p style=\"text-align: justify;\">The Breakfast will unpack the key indicators relevant to the economy outlook for the medium term and how corporates react on their key mandate to support the growth of SMMEs as prescribed by the B-BBEE Codes of Good Practice under the Supplier and Enterprise Development (SED) elements respectively.</p>\n<p style=\"text-align: justify;\">An interactive panel discussion featuring B-BBEE thought leaders and verification agencies will unpack key strategies for corporates on how to optimize their SED elements on the Scorecard.</p>\n<p style=\"text-align: justify;\">Government funding allocated for supporting SMMEs over the next year will also be unpacked and in particular how its agencies will deliver on expanding their programs for this sector. Representatives from  government\'s various small business support agencies will share their programs and how it aligns with that of the private sector and vice a versa.</p>\n<p style=\"text-align: justify;\">The Breakfast will be attended by corporate SED decision-makers as well as service providers and government agencies to engage each other in a much needed debate on how to effectively deliver sustainable interventions to support growth and job creation within this sector.</p>\n<p style=\"text-align: justify;\">To receive a booking form contact us on the details below.</p>\n<span style=\"color: #333399;\"><strong>For further details contact: </strong></span>\n\n<strong>Gerrit Davids | Lead Consultant</strong>\n\n<span style=\"color: #333399;\"><strong>TaranisCo Advisory CC</strong></span>\nWebsite: <a href=\"http://www.taranis.co.za/\">www.taranis.co.za</a>\n\n<strong><span style=\"color: #333399;\">Tel</span>.</strong> 011-026 4891\n<span style=\"color: #333399;\"><strong>Fax.</strong></span> 086 698 7882\n<span style=\"color: #333399;\"><strong>Cell.</strong> </span>+27 (0)82 496 1657\n<span style=\"color: #333399;\"><strong>Email:</strong></span> <a href=\"mailto:gerrit@taranisco.co.za\">gerrit@taranisco.co.za</a>[/vc_column_text][/vc_column][/vc_row]','Small Business Live Breakfast','','inherit','closed','closed','','724-revision-v1','','','2018-04-26 10:31:10','2018-04-26 10:31:10','',724,'http://www.taranisco.co.za/2018/04/26/724-revision-v1/',0,'revision','',0),(819,1,'2018-04-26 10:37:55','2018-04-26 10:37:55','[vc_row margin_top=\"-1em\"][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">WATCH SMALL BUSINESS LIVE TV BROADCAST </span></h2>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Monday 6 August 2018!</strong></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>The Premier Event to Fund your Business!</strong></span></p>\n<p style=\"text-align: justify;\">Be part of this groundbreaking TV Broadcast, which will be watched countrywide in a three-hour long presentation on how to successfully access small business support programmes offered by both the government and the private sector respectively.</p>\n<p style=\"text-align: justify;\">Small Business Live will partner with local municipalities and provincial government departments to host venue\'s in their areas allowing local small businesses to attend and watch the broadcast. The broadcast will eliminate the need for rural small businesses to travel to bigger towns and cities since they can watch the presentations in the comfort of a local venue.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>BOOK YOUR SEAT NOW!</strong></span></p>\n[/vc_column_text][vc_btn title=\"Registration\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F|||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">GROW YOUR BUSINESS TODAY!</span></h2>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Monday 6 August 2018!</strong></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>The Premier Event to Grow your Business!</strong></span></p>\n<p style=\"text-align: justify;\">By attending Small Business Live you will be empowered on how to submit effective applications for support programmes available in the market and improve the capacity of your enterprise to serve your clients more efficiently.</p>\n<p style=\"text-align: justify;\">Government\'s changed tendering laws came into effect recently and in most tenders big companies will be obliged to sub-contract with qualifying small businesses.</p>\n<p style=\"text-align: justify;\">Companies will also be looking to build the capacity of small businesses through Supplier &amp; Enterprise Development Programmes and by attending Small Business Live, you will put yourself in the frontline of these support initiatives.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Attend Small Business Live and Benefit from Top Advice!</strong></span></p>\n[/vc_column_text][vc_btn title=\"Registration\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F|||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">WATCH IT LIVE AND WIN GREAT PRIZES!</span></h2>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Monday 6 August 2018!</strong></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>The Premier Event to Watch at your Local Site!</strong></span></p>\n<p style=\"text-align: justify;\">All delegates watching the Small Business Live broadcast at any participating venue will be in line to win exciting prizes! <strong>Please Note:</strong> <em>The broadcast can only be watched at participating venue\'s. Please call us if your area is not listed.</em></p>\n<p style=\"text-align: justify;\"><strong>WIN!</strong></p>\n\n<ul style=\"text-align: justify;\">\n 	<li>An exclusive lunch with some of SA\'s top self made business icons</li>\n 	<li>Win Business Support Vouchers to grow your business</li>\n 	<li>Win web site design-vouchers to market your business</li>\n 	<li>Win Online/Digital Marketing Campaign-vouchers</li>\n 	<li>Win Mobile Data-vouchers</li>\n 	<li>Win Radio Exposure-vouchers</li>\n 	<li>Win Print Media Exposure-vouchers</li>\n</ul>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>WATCH IT LIVE AND WIN!</strong></span></p>\n[/vc_column_text][vc_btn title=\"Registration\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F|||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\"][/vc_column][/vc_row][vc_row][vc_column][om_reduce_space height=\"1em\"][vc_cta h2=\"Don\'t miss this unique business support opportunity!\" h4=\"Join the discussion on the future of Small Business in South Africa!\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Interact with Our (color1)Speakers(/color1)\n\nLive via SMS, Twitter &amp; Facebook!\" uppercase=\"yes\" text_additional=\"Get a Front Row Seat and Get Empowered!\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Speakers\"][om_reduce_space height=\"1em\"][/vc_column][/vc_row][vc_row bg_type=\"gradient\" gradient_type=\"diagonal2\" bg_color=\"#676767\" bg_color2=\"#313131\" font_color=\"#ffffff\"][vc_column][om_testimonials filter=\"category\" categories=\"group-1\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"(color1)SMALL BUSINESS LIVE Broadcast(/color1) Schedule:\n\" uppercase=\"yes\" text_additional=\"(color2)10:00-13:00(/color2) \" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Schedule\"][om_agenda display_speakers=\"\"][om_agenda_day title=\"Small Business Live: TV Broadcast\"][om_agenda_item time=\"09:50 \" room=\" \" title=\"All delegates to be seated\"] [/om_agenda_item][om_agenda_item time=\"10:00-10:05\" room=\" \" title=\"Broadcast Commences with Opening &amp; Welcome\"] [/om_agenda_item][om_agenda_item time=\"10:05-10:20\" room=\" \" title=\"Access to Finance: First Presentation\"] .[/om_agenda_item][om_agenda_item time=\"10:20-10:35\" title=\"Access to Finance: Second Presentation\"][/om_agenda_item][om_agenda_item time=\"10:35-10:50\" title=\"Access to Finance: Third Presentation\"][/om_agenda_item][om_agenda_item time=\"10:50-11:05\" title=\"Access to Finance: Fourth Presentation\"][/om_agenda_item][om_agenda_item time=\"11:05-11:20\" title=\"Access to Finance: Fifth Presentation\"][/om_agenda_item][om_agenda_item time=\"11.20-11.30\" title=\"Delegates\' Questions &amp; Answers\"][/om_agenda_item][om_agenda_item time=\"11:30-11:50\" title=\"Networking Break\"][/om_agenda_item][om_agenda_item time=\"11:50-12:05\" title=\"Access to Finance: Sixth Presentation \"][/om_agenda_item][om_agenda_item time=\"12:05-12:20\" title=\"Access to Finance: Seventh Presentation\"][/om_agenda_item][om_agenda_item time=\"12:20-12:55\" title=\"The Best Advice Ever: Panel Discussion\"][/om_agenda_item][om_agenda_item time=\"12:55-13:00\" title=\"Broadcast Ends\"][/om_agenda_item][/om_agenda_day][om_agenda_day][/om_agenda_day][/om_agenda][vc_cta h2=\"Number of participants is limited!\" h4=\"Don\'t miss your seat!\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"2em\"][vc_custom_heading text=\"Our (color1)Sponsors(/color1) and Partners\" uppercase=\"yes\" text_additional=\"If you would like to become a Sponsoring Partner to Small Business Live, contact Gerrit on Cell. 082 496 1657 or gerrit@taranisco.co.za\" font_container=\"tag:h1|text_align:center\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','12-revision-v1','','','2018-04-26 10:37:55','2018-04-26 10:37:55','',12,'http://www.taranisco.co.za/2018/04/26/12-revision-v1/',0,'revision','',0),(820,1,'2018-04-26 10:38:33','2018-04-26 10:38:33','[vc_row margin_top=\"-1em\"][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">WATCH SMALL BUSINESS LIVE TV BROADCAST </span></h2>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Monday 6 August 2018!</strong></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>The Premier Event to Fund your Business!</strong></span></p>\n<p style=\"text-align: justify;\">Be part of this groundbreaking TV Broadcast, which will be watched countrywide in a three-hour long presentation on how to successfully access small business support programmes offered by both the government and the private sector respectively.</p>\n<p style=\"text-align: justify;\">Small Business Live will partner with local municipalities and provincial government departments to host venue\'s in their areas allowing local small businesses to attend and watch the broadcast. The broadcast will eliminate the need for rural small businesses to travel to bigger towns and cities since they can watch the presentations in the comfort of a local venue.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>BOOK YOUR SEAT NOW!</strong></span></p>\n[/vc_column_text][vc_btn title=\"Registration\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F|||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">GROW YOUR BUSINESS TODAY!</span></h2>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Monday 6 August 2018!</strong></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>The Premier Event to Grow your Business!</strong></span></p>\n<p style=\"text-align: justify;\">By attending Small Business Live you will be empowered on how to submit effective applications for support programmes available in the market and improve the capacity of your enterprise to serve your clients more efficiently.</p>\n<p style=\"text-align: justify;\">Government\'s changed tendering laws came into effect recently and in most tenders big companies will be obliged to sub-contract with qualifying small businesses.</p>\n<p style=\"text-align: justify;\">Companies will also be looking to build the capacity of small businesses through Supplier &amp; Enterprise Development Programmes and by attending Small Business Live, you will put yourself in the frontline of these support initiatives.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Attend Small Business Live and Benefit from Top Advice!</strong></span></p>\n[/vc_column_text][vc_btn title=\"Registration\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F|||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">WATCH IT LIVE AND WIN GREAT PRIZES!</span></h2>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Monday 6 August 2018!</strong></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>The Premier Event to Watch at your Local Site!</strong></span></p>\n<p style=\"text-align: justify;\">All delegates watching the Small Business Live broadcast at any participating venue will be in line to win exciting prizes! <strong>Please Note:</strong> <em>The broadcast can only be watched at participating venue\'s. Please call us if your area is not listed.</em></p>\n<p style=\"text-align: justify;\"><strong>WIN!</strong></p>\n\n<ul style=\"text-align: justify;\">\n 	<li>An exclusive lunch with some of SA\'s top self made business icons</li>\n 	<li>Win Business Support Vouchers to grow your business</li>\n 	<li>Win web site design-vouchers to market your business</li>\n 	<li>Win Online/Digital Marketing Campaign-vouchers</li>\n 	<li>Win Mobile Data-vouchers</li>\n 	<li>Win Radio Exposure-vouchers</li>\n 	<li>Win Print Media Exposure-vouchers</li>\n</ul>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>WATCH IT LIVE AND WIN!</strong></span></p>\n[/vc_column_text][vc_btn title=\"Registration\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F|||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\"][/vc_column][/vc_row][vc_row][vc_column][om_reduce_space height=\"1em\"][vc_cta h2=\"Don\'t miss this unique business support opportunity!\" h4=\"Join the discussion on the future of Small Business in South Africa!\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Interact with Our (color1)Speakers(/color1)\n\nLive via SMS, Twitter &amp; Facebook!\" uppercase=\"yes\" text_additional=\"Get a Front Row Seat and Get Empowered!\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Speakers\"][om_reduce_space height=\"1em\"][/vc_column][/vc_row][vc_row bg_type=\"gradient\" gradient_type=\"diagonal2\" bg_color=\"#676767\" bg_color2=\"#313131\" font_color=\"#ffffff\"][vc_column][om_testimonials filter=\"category\" categories=\"group-1\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"(color1)SMALL BUSINESS LIVE TV Broadcast(/color1) Schedule:\n\" uppercase=\"yes\" text_additional=\"(color2)10:00-13:00(/color2) \" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Schedule\"][om_agenda display_speakers=\"\"][om_agenda_day title=\"Small Business Live: TV Broadcast\"][om_agenda_item time=\"09:50 \" room=\" \" title=\"All delegates to be seated\"] [/om_agenda_item][om_agenda_item time=\"10:00-10:05\" room=\" \" title=\"Broadcast Commences with Opening &amp; Welcome\"] [/om_agenda_item][om_agenda_item time=\"10:05-10:20\" room=\" \" title=\"Access to Finance: First Presentation\"] .[/om_agenda_item][om_agenda_item time=\"10:20-10:35\" title=\"Access to Finance: Second Presentation\"][/om_agenda_item][om_agenda_item time=\"10:35-10:50\" title=\"Access to Finance: Third Presentation\"][/om_agenda_item][om_agenda_item time=\"10:50-11:05\" title=\"Access to Finance: Fourth Presentation\"][/om_agenda_item][om_agenda_item time=\"11:05-11:20\" title=\"Access to Finance: Fifth Presentation\"][/om_agenda_item][om_agenda_item time=\"11.20-11.30\" title=\"Delegates\' Questions &amp; Answers\"][/om_agenda_item][om_agenda_item time=\"11:30-11:50\" title=\"Networking Break\"][/om_agenda_item][om_agenda_item time=\"11:50-12:05\" title=\"Access to Finance: Sixth Presentation \"][/om_agenda_item][om_agenda_item time=\"12:05-12:20\" title=\"Access to Finance: Seventh Presentation\"][/om_agenda_item][om_agenda_item time=\"12:20-12:55\" title=\"The Best Advice Ever: Panel Discussion\"][/om_agenda_item][om_agenda_item time=\"12:55-13:00\" title=\"Broadcast Ends\"][/om_agenda_item][/om_agenda_day][om_agenda_day][/om_agenda_day][/om_agenda][vc_cta h2=\"Number of participants is limited!\" h4=\"Don\'t miss your seat!\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"2em\"][vc_custom_heading text=\"Our (color1)Sponsors(/color1) and Partners\" uppercase=\"yes\" text_additional=\"If you would like to become a Sponsoring Partner to Small Business Live, contact Gerrit on Cell. 082 496 1657 or gerrit@taranisco.co.za\" font_container=\"tag:h1|text_align:center\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','12-revision-v1','','','2018-04-26 10:38:33','2018-04-26 10:38:33','',12,'http://www.taranisco.co.za/2018/04/26/12-revision-v1/',0,'revision','',0),(821,1,'2018-04-26 10:43:06','2018-04-26 10:43:06','[vc_row margin_top=\"-1em\"][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">WATCH SMALL BUSINESS LIVE TV BROADCAST </span></h2>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Monday 6 August 2018!</strong></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>The Premier Event to Fund your Business!</strong></span></p>\n<p style=\"text-align: justify;\">Be part of this groundbreaking TV Broadcast, which will be watched countrywide in a three-hour long presentation on how to successfully access small business support programmes offered by both the government and the private sector respectively.</p>\n<p style=\"text-align: justify;\">Small Business Live will partner with local municipalities and provincial government departments to host venue\'s in their areas allowing local small businesses to attend and watch the broadcast. The broadcast will eliminate the need for rural small businesses to travel to bigger towns and cities since they can watch the presentations in the comfort of a local venue.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>BOOK YOUR SEAT NOW!</strong></span></p>\n[/vc_column_text][vc_btn title=\"Registration\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F|||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">GROW YOUR BUSINESS TODAY!</span></h2>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Monday 6 August 2018!</strong></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>The Premier Event to Grow your Business!</strong></span></p>\n<p style=\"text-align: justify;\">By attending Small Business Live you will be empowered on how to submit effective applications for support programmes available in the market and improve the capacity of your enterprise to serve your clients more efficiently.</p>\n<p style=\"text-align: justify;\">Government\'s changed tendering laws came into effect recently and in most tenders big companies will be obliged to sub-contract with qualifying small businesses.</p>\n<p style=\"text-align: justify;\">Companies will also be looking to build the capacity of small businesses through Supplier &amp; Enterprise Development Programmes and by attending Small Business Live, you will put yourself in the frontline of these support initiatives.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Attend Small Business Live and Benefit from Top Advice!</strong></span></p>\n[/vc_column_text][vc_btn title=\"Registration\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F|||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">WATCH IT LIVE AND WIN GREAT PRIZES!</span></h2>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Monday 6 August 2018!</strong></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>The Premier Event to Watch at your Local Site!</strong></span></p>\n<p style=\"text-align: justify;\">All delegates watching the Small Business Live broadcast at any participating venue will be in line to win exciting prizes! <strong>Please Note:</strong> <em>The broadcast can only be watched at participating venue\'s. Please call us if your area is not listed.</em></p>\n<p style=\"text-align: justify;\"><strong>WIN!</strong></p>\n\n<ul style=\"text-align: justify;\">\n 	<li>An exclusive lunch with some of SA\'s top self made business icons</li>\n 	<li>Win Business Support Vouchers to grow your business</li>\n 	<li>Win web site design-vouchers to market your business</li>\n 	<li>Win Online/Digital Marketing Campaign-vouchers</li>\n 	<li>Win Mobile Data-vouchers</li>\n 	<li>Win Radio Exposure-vouchers</li>\n 	<li>Win Print Media Exposure-vouchers</li>\n</ul>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>WATCH IT LIVE AND WIN!</strong></span></p>\n[/vc_column_text][vc_btn title=\"Registration\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F|||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\"][/vc_column][/vc_row][vc_row][vc_column][om_reduce_space height=\"1em\"][vc_cta h2=\"Don\'t miss this unique business support opportunity!\" h4=\"Join the discussion on the future of Small Business in South Africa!\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Interact with Our (color1)Speakers(/color1)\n\nLive via SMS, Twitter &amp; Facebook!\" uppercase=\"yes\" text_additional=\"Get a Front Row Seat and Get Empowered!\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Speakers\"][om_reduce_space height=\"1em\"][/vc_column][/vc_row][vc_row bg_type=\"gradient\" gradient_type=\"diagonal2\" bg_color=\"#676767\" bg_color2=\"#313131\" font_color=\"#ffffff\"][vc_column][om_testimonials filter=\"category\" categories=\"group-1\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"(color1)SMALL BUSINESS LIVE TV Broadcast(/color1) Schedule:\n\" uppercase=\"yes\" text_additional=\"(color3)MONDAY 6 AUGUST(/color3)\n(color2)(10:00-13:00)(/color2) \" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Schedule\"][om_agenda display_speakers=\"\"][om_agenda_day title=\"Small Business Live: TV Broadcast\"][om_agenda_item time=\"09:50 \" room=\" \" title=\"All delegates to be seated\"] [/om_agenda_item][om_agenda_item time=\"10:00-10:05\" room=\" \" title=\"Broadcast Commences with Opening &amp; Welcome\"] [/om_agenda_item][om_agenda_item time=\"10:05-10:20\" room=\" \" title=\"Access to Finance: First Presentation\"] .[/om_agenda_item][om_agenda_item time=\"10:20-10:35\" title=\"Access to Finance: Second Presentation\"][/om_agenda_item][om_agenda_item time=\"10:35-10:50\" title=\"Access to Finance: Third Presentation\"][/om_agenda_item][om_agenda_item time=\"10:50-11:05\" title=\"Access to Finance: Fourth Presentation\"][/om_agenda_item][om_agenda_item time=\"11:05-11:20\" title=\"Access to Finance: Fifth Presentation\"][/om_agenda_item][om_agenda_item time=\"11.20-11.30\" title=\"Delegates\' Questions &amp; Answers\"][/om_agenda_item][om_agenda_item time=\"11:30-11:50\" title=\"Networking Break\"][/om_agenda_item][om_agenda_item time=\"11:50-12:05\" title=\"Access to Finance: Sixth Presentation \"][/om_agenda_item][om_agenda_item time=\"12:05-12:20\" title=\"Access to Finance: Seventh Presentation\"][/om_agenda_item][om_agenda_item time=\"12:20-12:55\" title=\"The Best Advice Ever: Panel Discussion\"][/om_agenda_item][om_agenda_item time=\"12:55-13:00\" title=\"Broadcast Ends\"][/om_agenda_item][/om_agenda_day][om_agenda_day][/om_agenda_day][/om_agenda][vc_cta h2=\"Number of participants is limited!\" h4=\"Don\'t miss your seat!\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"2em\"][vc_custom_heading text=\"Our (color1)Sponsors(/color1) and Partners\" uppercase=\"yes\" text_additional=\"If you would like to become a Sponsoring Partner to Small Business Live, contact Gerrit on Cell. 082 496 1657 or gerrit@taranisco.co.za\" font_container=\"tag:h1|text_align:center\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','12-revision-v1','','','2018-04-26 10:43:06','2018-04-26 10:43:06','',12,'http://www.taranisco.co.za/2018/04/26/12-revision-v1/',0,'revision','',0),(822,1,'2018-04-26 10:54:00','2018-04-26 10:54:00','[vc_row margin_top=\"-1em\"][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">ATTEND SMALL BUSINESS LIVE ON-SITE </span></h2>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Monday 6 August 2018!</strong></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>The Premier Event to Grow your Business!</strong></span></p>\n<p style=\"text-align: justify;\">By attending Small Business Live you will be empowered on how to submit effective applications for support programmes available in the market and improve the capacity of your enterprise to serve your clients more efficiently.</p>\n<p style=\"text-align: justify;\">Government\'s changed tendering laws came into effect recently and in most tenders big companies will be obliged to sub-contract with qualifying small businesses.</p>\n<p style=\"text-align: justify;\">Companies will also be looking to build the capacity of small businesses through Supplier &amp; Enterprise Development Programmes and by attending Small Business Live, you will put yourself in the frontline of these support initiatives.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Attend Small Business Live and Benefit from Top Advice!</strong></span></p>\n<p style=\"text-align: justify;\">[/vc_column_text][vc_btn title=\"Registration\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F|||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">WATCH SMALL BUSINESS LIVE AT YOUR LOCAL SITE</span></h2>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Monday 6 August 2018!</strong></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>The Premier Event to Fund your Business!</strong></span></p>\n<p style=\"text-align: justify;\">Be part of this groundbreaking TV Broadcast, which will be watched countrywide in a three-hour long presentation on how to successfully access small business support programmes offered by both the government and the private sector respectively.</p>\n<p style=\"text-align: justify;\">Small Business Live will partner with local municipalities and provincial government departments to host venue\'s in their areas allowing local small businesses to attend and watch the broadcast. The broadcast will eliminate the need for rural small businesses to travel to bigger towns and cities since they can watch the presentations in the comfort of a local venue.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>BOOK YOUR SEAT NOW!</strong></span></p>\n[/vc_column_text][vc_btn title=\"Registration\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F|||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">WIN GREAT PRIZES!</span></h2>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Monday 6 August 2018!</strong></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>The Premier Event to Watch at your Local Site!</strong></span></p>\n<p style=\"text-align: justify;\">All delegates watching the Small Business Live broadcast at any participating venue will be in line to win exciting prizes! <strong>Please Note:</strong> <em>The broadcast can only be watched at participating venue\'s. Please call us if your area is not listed.</em></p>\n<p style=\"text-align: justify;\"><strong>WIN!</strong></p>\n\n<ul style=\"text-align: justify;\">\n 	<li>An exclusive lunch with some of SA\'s top self made business icons</li>\n 	<li>Win Business Support Vouchers to grow your business</li>\n 	<li>Win web site design-vouchers to market your business</li>\n 	<li>Win Online/Digital Marketing Campaign-vouchers</li>\n 	<li>Win Mobile Data-vouchers</li>\n 	<li>Win Radio Exposure-vouchers</li>\n 	<li>Win Print Media Exposure-vouchers</li>\n</ul>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>WATCH IT LIVE AND WIN!</strong></span></p>\n[/vc_column_text][vc_btn title=\"Registration\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F|||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\"][/vc_column][/vc_row][vc_row][vc_column][om_reduce_space height=\"1em\"][vc_cta h2=\"Don\'t miss this unique business support opportunity!\" h4=\"Join the discussion on the future of Small Business in South Africa!\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Interact with Our (color1)Speakers(/color1)\n\nLive via SMS, Twitter &amp; Facebook!\" uppercase=\"yes\" text_additional=\"Get a Front Row Seat and Get Empowered!\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Speakers\"][om_reduce_space height=\"1em\"][/vc_column][/vc_row][vc_row bg_type=\"gradient\" gradient_type=\"diagonal2\" bg_color=\"#676767\" bg_color2=\"#313131\" font_color=\"#ffffff\"][vc_column][om_testimonials filter=\"category\" categories=\"group-1\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"(color1)SMALL BUSINESS LIVE TV Broadcast(/color1) Schedule:\n\" uppercase=\"yes\" text_additional=\"(color3)MONDAY 6 AUGUST(/color3)\n(color2)(10:00-13:00)(/color2) \" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Schedule\"][om_agenda display_speakers=\"\"][om_agenda_day title=\"Small Business Live: TV Broadcast\"][om_agenda_item time=\"09:50 \" room=\" \" title=\"All delegates to be seated\"] [/om_agenda_item][om_agenda_item time=\"10:00-10:05\" room=\" \" title=\"Broadcast Commences with Opening &amp; Welcome\"] [/om_agenda_item][om_agenda_item time=\"10:05-10:20\" room=\" \" title=\"Access to Finance: First Presentation\"] .[/om_agenda_item][om_agenda_item time=\"10:20-10:35\" title=\"Access to Finance: Second Presentation\"][/om_agenda_item][om_agenda_item time=\"10:35-10:50\" title=\"Access to Finance: Third Presentation\"][/om_agenda_item][om_agenda_item time=\"10:50-11:05\" title=\"Access to Finance: Fourth Presentation\"][/om_agenda_item][om_agenda_item time=\"11:05-11:20\" title=\"Access to Finance: Fifth Presentation\"][/om_agenda_item][om_agenda_item time=\"11.20-11.30\" title=\"Delegates\' Questions &amp; Answers\"][/om_agenda_item][om_agenda_item time=\"11:30-11:50\" title=\"Networking Break\"][/om_agenda_item][om_agenda_item time=\"11:50-12:05\" title=\"Access to Finance: Sixth Presentation \"][/om_agenda_item][om_agenda_item time=\"12:05-12:20\" title=\"Access to Finance: Seventh Presentation\"][/om_agenda_item][om_agenda_item time=\"12:20-12:55\" title=\"The Best Advice Ever: Panel Discussion\"][/om_agenda_item][om_agenda_item time=\"12:55-13:00\" title=\"Broadcast Ends\"][/om_agenda_item][/om_agenda_day][om_agenda_day][/om_agenda_day][/om_agenda][vc_cta h2=\"Number of participants is limited!\" h4=\"Don\'t miss your seat!\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"2em\"][vc_custom_heading text=\"Our (color1)Sponsors(/color1) and Partners\" uppercase=\"yes\" text_additional=\"If you would like to become a Sponsoring Partner to Small Business Live, contact Gerrit on Cell. 082 496 1657 or gerrit@taranisco.co.za\" font_container=\"tag:h1|text_align:center\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','12-revision-v1','','','2018-04-26 10:54:00','2018-04-26 10:54:00','',12,'http://www.taranisco.co.za/2018/04/26/12-revision-v1/',0,'revision','',0),(823,1,'2018-04-26 10:55:11','2018-04-26 10:55:11','[vc_row margin_top=\"-1em\"][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">ATTEND SMALL BUSINESS LIVE ON-SITE </span></h2>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Monday 6 August 2018!</strong></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>The Premier Event to Grow your Business!</strong></span></p>\n<p style=\"text-align: justify;\">By attending Small Business Live you will be empowered on how to submit effective applications for support programmes available in the market and improve the capacity of your enterprise to serve your clients more efficiently.</p>\n<p style=\"text-align: justify;\">Government\'s changed tendering laws came into effect recently and in most tenders big companies will be obliged to sub-contract with qualifying small businesses.</p>\n<p style=\"text-align: justify;\">Companies will also be looking to build the capacity of small businesses through Supplier &amp; Enterprise Development Programmes and by attending Small Business Live, you will put yourself in the frontline of these support initiatives.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Attend Small Business Live and Benefit from Top Advice!</strong></span></p>\n<p style=\"text-align: justify;\">[/vc_column_text][vc_btn title=\"Registration\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F|||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">WATCH SMALL BUSINESS LIVE AT YOUR LOCAL SITE</span></h2>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Monday 6 August 2018!</strong></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>The Premier Event to Fund your Business!</strong></span></p>\n<p style=\"text-align: justify;\">Be part of this groundbreaking TV Broadcast, which will be watched countrywide in a three-hour long presentation on how to successfully access small business support programmes offered by both the government and the private sector respectively.</p>\n<p style=\"text-align: justify;\">Small Business Live will partner with local municipalities and provincial government departments to host venue\'s in their areas allowing local small businesses to attend and watch the broadcast. The broadcast will eliminate the need for rural small businesses to travel to bigger towns and cities since they can watch the presentations in the comfort of a local venue.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>BOOK YOUR SEAT NOW!</strong></span></p>\n[/vc_column_text][vc_btn title=\"Registration\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F|||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">WIN GREAT PRIZES!</span></h2>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Monday 6 August 2018!</strong></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>The Premier Event to Watch at your Local Site!</strong></span></p>\n<p style=\"text-align: justify;\">All delegates watching the Small Business Live broadcast at any participating venue will be in line to win exciting prizes! <strong>Please Note:</strong> <em>The broadcast can only be watched at participating venue\'s. Please call us if your area is not listed.</em></p>\n<p style=\"text-align: justify;\"><strong>WIN!</strong></p>\n\n<ul style=\"text-align: justify;\">\n 	<li>An exclusive lunch with some of SA\'s top self made business icons</li>\n 	<li>Win Business Support Vouchers to grow your business</li>\n 	<li>Win web site design-vouchers to market your business</li>\n 	<li>Win Digital Marketing Campaign-vouchers</li>\n 	<li>Win Mobile Data-vouchers</li>\n 	<li>Win Radio Exposure-vouchers</li>\n 	<li>Win Print Media Exposure-vouchers</li>\n</ul>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>WATCH IT LIVE AND WIN!</strong></span></p>\n[/vc_column_text][vc_btn title=\"Registration\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F|||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\"][/vc_column][/vc_row][vc_row][vc_column][om_reduce_space height=\"1em\"][vc_cta h2=\"Don\'t miss this unique business support opportunity!\" h4=\"Join the discussion on the future of Small Business in South Africa!\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Interact with Our (color1)Speakers(/color1)\n\nLive via SMS, Twitter &amp; Facebook!\" uppercase=\"yes\" text_additional=\"Get a Front Row Seat and Get Empowered!\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Speakers\"][om_reduce_space height=\"1em\"][/vc_column][/vc_row][vc_row bg_type=\"gradient\" gradient_type=\"diagonal2\" bg_color=\"#676767\" bg_color2=\"#313131\" font_color=\"#ffffff\"][vc_column][om_testimonials filter=\"category\" categories=\"group-1\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"(color1)SMALL BUSINESS LIVE TV Broadcast(/color1) Schedule:\n\" uppercase=\"yes\" text_additional=\"(color3)MONDAY 6 AUGUST(/color3)\n(color2)(10:00-13:00)(/color2) \" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Schedule\"][om_agenda display_speakers=\"\"][om_agenda_day title=\"Small Business Live: TV Broadcast\"][om_agenda_item time=\"09:50 \" room=\" \" title=\"All delegates to be seated\"] [/om_agenda_item][om_agenda_item time=\"10:00-10:05\" room=\" \" title=\"Broadcast Commences with Opening &amp; Welcome\"] [/om_agenda_item][om_agenda_item time=\"10:05-10:20\" room=\" \" title=\"Access to Finance: First Presentation\"] .[/om_agenda_item][om_agenda_item time=\"10:20-10:35\" title=\"Access to Finance: Second Presentation\"][/om_agenda_item][om_agenda_item time=\"10:35-10:50\" title=\"Access to Finance: Third Presentation\"][/om_agenda_item][om_agenda_item time=\"10:50-11:05\" title=\"Access to Finance: Fourth Presentation\"][/om_agenda_item][om_agenda_item time=\"11:05-11:20\" title=\"Access to Finance: Fifth Presentation\"][/om_agenda_item][om_agenda_item time=\"11.20-11.30\" title=\"Delegates\' Questions &amp; Answers\"][/om_agenda_item][om_agenda_item time=\"11:30-11:50\" title=\"Networking Break\"][/om_agenda_item][om_agenda_item time=\"11:50-12:05\" title=\"Access to Finance: Sixth Presentation \"][/om_agenda_item][om_agenda_item time=\"12:05-12:20\" title=\"Access to Finance: Seventh Presentation\"][/om_agenda_item][om_agenda_item time=\"12:20-12:55\" title=\"The Best Advice Ever: Panel Discussion\"][/om_agenda_item][om_agenda_item time=\"12:55-13:00\" title=\"Broadcast Ends\"][/om_agenda_item][/om_agenda_day][om_agenda_day][/om_agenda_day][/om_agenda][vc_cta h2=\"Number of participants is limited!\" h4=\"Don\'t miss your seat!\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"2em\"][vc_custom_heading text=\"Our (color1)Sponsors(/color1) and Partners\" uppercase=\"yes\" text_additional=\"If you would like to become a Sponsoring Partner to Small Business Live, contact Gerrit on Cell. 082 496 1657 or gerrit@taranisco.co.za\" font_container=\"tag:h1|text_align:center\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','12-revision-v1','','','2018-04-26 10:55:11','2018-04-26 10:55:11','',12,'http://www.taranisco.co.za/2018/04/26/12-revision-v1/',0,'revision','',0),(824,1,'2018-04-26 10:57:32','2018-04-26 10:57:32','[vc_row][vc_column][vc_column_text]\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Debating Small Business Support through Government Funded Agencies and Enterprise Development under the B-BBEE Codes.</strong></span></p>\n<p style=\"text-align: justify;\">The inaugural <span style=\"color: #333399;\"><strong><em>Small Business Live Breakfast</em></strong></span> will take place in Johannesburg on Wednesday 27 June 2018 to celebrate the <em><span style=\"color: #333399;\"><strong>UN\'s Micro, Small and Medium-sized Enterprises Day </strong></span></em></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><em><strong>Small Business Live</strong></em></span> will have a specific focus on the  impact of the country\'s current economic landscape and how it impacts on the levels of supported afforded to the small business sector.</p>\n<p style=\"text-align: justify;\">The Breakfast will unpack the key indicators relevant to the economy outlook for the medium term and how corporates react on their key mandate to support the growth of SMMEs as prescribed by the B-BBEE Codes of Good Practice under the Supplier and Enterprise Development (SED) elements respectively.</p>\n<p style=\"text-align: justify;\">An interactive panel discussion featuring B-BBEE thought leaders and verification agencies will unpack key strategies for corporates on how to optimize their SED elements on the Scorecard.</p>\n<p style=\"text-align: justify;\">Government funding allocated for supporting SMMEs over the next year will also be unpacked and in particular how its agencies will deliver on expanding their programs for this sector. Representatives from  government\'s various small business support agencies will share their programs and how it aligns with that of the private sector and vice a versa.</p>\n<p style=\"text-align: justify;\">The Breakfast will be attended by corporate SED decision-makers as well as service providers and government agencies to engage each other in a much needed debate on how to effectively deliver sustainable interventions to support growth and job creation within this sector.</p>\n<p style=\"text-align: justify;\">To receive a booking form, <a href=\"mailto:gerrit@taranisco.co.za?subject=Please%20send%20us%20Booking%20Details%20for%20the%20Small%20Business%20Live%20Breakfast.\"> Click Here</a></p>\n<span style=\"color: #333399;\"><strong>For further details contact: </strong></span>\n\n<strong>Gerrit Davids | Lead Consultant</strong>\n\n<span style=\"color: #333399;\"><strong>TaranisCo Advisory CC</strong></span>\nWebsite: <a href=\"http://www.taranis.co.za/\">www.taranis.co.za</a>\n\n<strong><span style=\"color: #333399;\">Tel</span>.</strong> 011-026 4891\n<span style=\"color: #333399;\"><strong>Fax.</strong></span> 086 698 7882\n<span style=\"color: #333399;\"><strong>Cell.</strong> </span>+27 (0)82 496 1657\n<span style=\"color: #333399;\"><strong>Email:</strong></span> <a href=\"mailto:gerrit@taranisco.co.za\">gerrit@taranisco.co.za</a>[/vc_column_text][/vc_column][/vc_row]','Small Business Live Breakfast','','inherit','closed','closed','','724-revision-v1','','','2018-04-26 10:57:32','2018-04-26 10:57:32','',724,'http://www.taranisco.co.za/2018/04/26/724-revision-v1/',0,'revision','',0),(825,1,'2018-04-26 10:58:33','2018-04-26 10:58:33','[vc_row][vc_column][vc_column_text]\n<p style=\"text-align: justify;\"><img class=\"size-medium wp-image-602 alignleft\" src=\"http://www.taranisco.co.za/wp-content/uploads/2016/10/human-475667_1920-300x212.jpg\" alt=\"\" width=\"300\" height=\"212\" /><span style=\"color: #333399;\"><strong>Debating Small Business Support through Government Funded Agencies and Enterprise Development under the B-BBEE Codes.</strong></span></p>\n<p style=\"text-align: justify;\">The inaugural <span style=\"color: #333399;\"><strong><em>Small Business Live Breakfast</em></strong></span> will take place in Johannesburg on Wednesday 27 June 2018 to celebrate the <em><span style=\"color: #333399;\"><strong>UN\'s Micro, Small and Medium-sized Enterprises Day </strong></span></em></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><em><strong>Small Business Live</strong></em></span> will have a specific focus on the  impact of the country\'s current economic landscape and how it impacts on the levels of supported afforded to the small business sector.</p>\n<p style=\"text-align: justify;\">The Breakfast will unpack the key indicators relevant to the economy outlook for the medium term and how corporates react on their key mandate to support the growth of SMMEs as prescribed by the B-BBEE Codes of Good Practice under the Supplier and Enterprise Development (SED) elements respectively.</p>\n<p style=\"text-align: justify;\">An interactive panel discussion featuring B-BBEE thought leaders and verification agencies will unpack key strategies for corporates on how to optimize their SED elements on the Scorecard.</p>\n<p style=\"text-align: justify;\">Government funding allocated for supporting SMMEs over the next year will also be unpacked and in particular how its agencies will deliver on expanding their programs for this sector. Representatives from  government\'s various small business support agencies will share their programs and how it aligns with that of the private sector and vice a versa.</p>\n<p style=\"text-align: justify;\">The Breakfast will be attended by corporate SED decision-makers as well as service providers and government agencies to engage each other in a much needed debate on how to effectively deliver sustainable interventions to support growth and job creation within this sector.</p>\n<p style=\"text-align: justify;\">To receive a booking form, <a href=\"mailto:gerrit@taranisco.co.za?subject=Please%20send%20us%20Booking%20Details%20for%20the%20Small%20Business%20Live%20Breakfast.\"> Click Here</a></p>\n<span style=\"color: #333399;\"><strong>For further details contact: </strong></span>\n\n<strong>Gerrit Davids | Lead Consultant</strong>\n\n<span style=\"color: #333399;\"><strong>TaranisCo Advisory CC</strong></span>\nWebsite: <a href=\"http://www.taranis.co.za/\">www.taranis.co.za</a>\n\n<strong><span style=\"color: #333399;\">Tel</span>.</strong> 011-026 4891\n<span style=\"color: #333399;\"><strong>Fax.</strong></span> 086 698 7882\n<span style=\"color: #333399;\"><strong>Cell.</strong> </span>+27 (0)82 496 1657\n<span style=\"color: #333399;\"><strong>Email:</strong></span> <a href=\"mailto:gerrit@taranisco.co.za\">gerrit@taranisco.co.za</a>[/vc_column_text][/vc_column][/vc_row]','Small Business Live Breakfast','','inherit','closed','closed','','724-revision-v1','','','2018-04-26 10:58:33','2018-04-26 10:58:33','',724,'http://www.taranisco.co.za/2018/04/26/724-revision-v1/',0,'revision','',0),(826,1,'2018-04-26 10:59:44','2018-04-26 10:59:44','[vc_row][vc_column][vc_column_text]\n<ul>\n 	<li><img class=\"alignnone size-medium wp-image-603 alignleft\" src=\"http://www.taranisco.co.za/wp-content/uploads/2016/10/human-668299-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\" /><span style=\"color: #333399;\"><strong>Watch the Small Business Live TV broadcast at your local venue!</strong></span></li>\n</ul>\n<p style=\"text-align: justify;\"><em><span style=\"color: #333399;\"><strong>Small Business Live</strong></span> </em>will take place on Monday 6 August 2018 and will kick off with the <span style=\"color: #333399;\"><em><strong>Small Business Live Breakfast</strong></em></span> and followed by an exclusive <span style=\"color: #333399;\"><em><strong>National TV Broadcast</strong></em>,</span> via satellite to locations across the country.</p>\n<p style=\"text-align: justify;\">The broadcast is a groundbreaking initiative aimed at presenting all of government\'s small business support programs to thousands of entrepreneurs at hundreds of venues countrywide.</p>\n<p style=\"text-align: justify;\">The day will kick-off with the <span style=\"color: #333399;\"><em><strong>Small Business Live Breakfast</strong></em><span style=\"color: #000000;\">, which will feature panel discussions with successful business people sharing their strategies with guests in a highly interactive environment.</span></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong><em>The Small Business Live TV Broadcast</em></strong></span> aims to feature \"how to presentations\" on government\'s key support programs like the Small Enterprise Development Agency (Seda); Small Enterprise Finance Agency (SEFA); National Empowerment Fund (NEF); Industrial Development Corporation (IDC); National Youth Development Agency (NYDA); Land Bank, MAFISA and corporate B-BBEE Enterprise Development Programs as well as Access to Finance from the major banks.</p>\n<p style=\"text-align: justify;\">Thousands of entrepreneurs will be hosted at venues in their local communities by municipalities, provincial economic development departments, corporates and agencies as well as independent small business support organisations.</p>\n<p style=\"text-align: justify;\">Delegates attending the <span style=\"color: #333399;\"><em><strong>Small Business Live TV Broadcast</strong></em></span> will be also able to interact with the presenters via SMS, Twitter and Facebook respectively.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><em><strong>Small Business Live will Empower Your Business!</strong></em></span> A powerful Masterclass will be held after lunch wherein delegates will hear from our industry thought leaders on how to supply big business and tender for government contracts.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Ticket Options</strong></span></p>\n<span style=\"color: #ff0000;\"><strong>Free Ticket</strong></span>\n- Free Entry only to watch the Small Business Live Broadcast on site\n- Lunch not included\n<span style=\"color: #333399;\"><strong>Price:</strong> </span>Not Applicable; Highly Limited Availability!\n\n<span style=\"color: #ff0000;\"><strong>Bronze Ticket</strong></span>\n- Attend the Business Breakfast\n- Watch the Small Business Live TV Broadcast on site\n- Lunch not included\n<strong><span style=\"color: #333399;\">Price:</span></strong> R990.00\n\n<strong><span style=\"color: #ff0000;\">Silver Ticket</span></strong>\n- Attend the Business Breakfast\n- Watch the Small Business Live TV Broadcast on site\n- Special Seating Arrangements\n- Attend the Masterclass\n- Lunch included\n<span style=\"color: #333399;\"><strong>Price:</strong> </span>R1950.00\n\n<span style=\"color: #ff0000;\"><strong>Gold Package</strong></span>\n- Attend the Business Breakfast\n- Watch the Small Business Live TV on site\n- Attend the Small Business Masterclass\n- Early Entrance\n- Special Seating Arrangements at the Small Business Budget Breakfast, TV Broadcast, Lunch &amp; Masterclass\n- Lunch with Speakers &amp; VIP’s\n- Small Business Live Goody Bag\n<span style=\"color: #333399;\"><strong>Price:</strong></span> 2950.00\n\n<p style=\"text-align: justify;\">[/vc_column_text][/vc_column][/vc_row]','Small Business Live TV Broadcast','','inherit','closed','closed','','618-revision-v1','','','2018-04-26 10:59:44','2018-04-26 10:59:44','',618,'http://www.taranisco.co.za/2018/04/26/618-revision-v1/',0,'revision','',0),(827,1,'2018-04-26 11:02:14','2018-04-26 11:02:14','[vc_row][vc_column][vc_column_text]\n<ul>\n 	<li><img class=\"alignnone size-medium wp-image-603 alignleft\" src=\"http://www.taranisco.co.za/wp-content/uploads/2016/10/human-668299-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\" /><span style=\"color: #333399;\"><strong>Watch the Small Business Live TV broadcast at your local venue!</strong></span></li>\n</ul>\n<p style=\"text-align: justify;\"><em><span style=\"color: #333399;\"><strong>Small Business Live</strong></span> </em>will take place on Monday 6 August 2018 and will kick off with the <span style=\"color: #333399;\"><em><strong>Small Business Live Breakfast</strong></em></span> and followed by an exclusive <span style=\"color: #333399;\"><em><strong>National TV Broadcast</strong></em>,</span> via satellite to locations across the country.</p>\n<p style=\"text-align: justify;\">The broadcast is a groundbreaking initiative aimed at presenting all of government\'s small business support programs to thousands of entrepreneurs at hundreds of venues countrywide.</p>\n<p style=\"text-align: justify;\">The day will kick-off with the <span style=\"color: #333399;\"><em><strong>Small Business Live Breakfast</strong></em><span style=\"color: #000000;\">, which will feature panel discussions with successful business people sharing their strategies with guests in a highly interactive environment.</span></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong><em>The Small Business Live TV Broadcast</em></strong></span> aims to feature \"how to presentations\" on government\'s key support programs like the Small Enterprise Development Agency (Seda); Small Enterprise Finance Agency (SEFA); National Empowerment Fund (NEF); Industrial Development Corporation (IDC); National Youth Development Agency (NYDA); Land Bank, MAFISA and corporate B-BBEE Enterprise Development Programs as well as Access to Finance from the major banks.</p>\n<p style=\"text-align: justify;\">Thousands of entrepreneurs will be hosted at venues in their local communities by municipalities, provincial economic development departments, corporates and agencies as well as independent small business support organisations.</p>\n<p style=\"text-align: justify;\">Delegates attending the <span style=\"color: #333399;\"><em><strong>Small Business Live TV Broadcast</strong></em></span> will be also able to interact with the presenters via SMS, Twitter and Facebook respectively.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><em><strong>Small Business Live will Empower Your Business!</strong></em></span> A powerful Masterclass will be held after lunch wherein delegates will hear from our industry thought leaders on how to supply big business and tender for government contracts.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Ticket Options</strong></span></p>\n<span style=\"color: #ff0000;\"><strong>Free Ticket</strong></span>\n- Free Entry only to watch the Small Business Live Broadcast on site\n- Lunch not included\n<span style=\"color: #333399;\"><strong>Price:</strong> </span>Not Applicable; Highly Limited Availability!\n\n<span style=\"color: #ff0000;\"><strong>Bronze Ticket</strong></span>\n- Attend the Business Breakfast\n- Watch the Small Business Live TV Broadcast on site\n- Lunch not included\n<strong><span style=\"color: #333399;\">Price:</span></strong> <strong>R990.00</strong>\n\n<strong><span style=\"color: #ff0000;\">Silver Ticket</span></strong>\n- Attend the Business Breakfast\n- Watch the Small Business Live TV Broadcast on site\n- Special Seating Arrangements\n- Attend the Masterclass\n- Lunch included\n<span style=\"color: #333399;\"><strong>Price:</strong> </span><strong>R1950.00</strong>\n\n<span style=\"color: #ff0000;\"><strong>Gold Package</strong></span>\n- Attend the Business Breakfast\n- Watch the Small Business Live TV on site\n- Attend the Small Business Masterclass\n- Early Entrance\n- Special Seating Arrangements at the Small Business Budget Breakfast, TV Broadcast, Lunch &amp; Masterclass\n- Lunch with Speakers &amp; VIP’s\n- Small Business Live Goody Bag\n<span style=\"color: #333399;\"><strong>Price:</strong></span> <strong>2950.00</strong>\n\n<strong><a href=\"http://www.taranisco.co.za/registration/\">Register Now!</a></strong>\n\n&nbsp;[/vc_column_text][/vc_column][/vc_row]','Small Business Live TV Broadcast','','inherit','closed','closed','','618-revision-v1','','','2018-04-26 11:02:14','2018-04-26 11:02:14','',618,'http://www.taranisco.co.za/2018/04/26/618-revision-v1/',0,'revision','',0),(828,1,'2018-04-26 11:18:31','2018-04-26 11:18:31','','African Summit Logo1','','inherit','open','closed','','african-summit-logo1','','','2018-04-26 11:18:31','2018-04-26 11:18:31','',611,'http://www.taranisco.co.za/wp-content/uploads/2018/04/African-Summit-Logo1.jpg',0,'attachment','image/jpeg',0),(829,1,'2018-04-26 11:21:43','2018-04-26 11:21:43','[vc_row][vc_column][vc_column_text]\n<p style=\"text-align: justify;\"><img class=\"size-medium wp-image-828 alignleft\" src=\"http://www.taranisco.co.za/wp-content/uploads/2018/04/African-Summit-Logo1-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" />The inaugural <span style=\"color: #333399;\"><em><strong>African Summit on Government Support Programmes for Small Business Development</strong></em></span> will take place on 12-14 November 2018 during this year\'s edition of the<span style=\"color: #000000;\"><span style=\"color: #333399;\"> </span></span><strong><span style=\"color: #333399;\">Global Entrepreneurship Week (GEW) </span></strong><span style=\"color: #000000;\">and it will<strong><em> </em></strong></span>afford both government and private sector stakeholders the opportunity to partner this auspicious occasion, which will create an interactive platform to debate the real impact of the support rendered to the continent\'s small business segment.</p>\n<p style=\"text-align: justify;\">The Summit will cover the essential issues pertaining to the challenges facing government small business support programs and more in particular a discussion that will centre on forging closer cooperation with civil society and corporate stakeholders.</p>\n<p style=\"text-align: justify;\">The Summit will aim to ensure that this sector of the economy indeed receive its fair share of growth opportunities through sustainable interventions leading to much needed growth in GDP coupled with the key priority economic challenges faced by the continent as a whole.</p>\n<p style=\"text-align: justify;\">The first ever <span style=\"color: #333399;\"><em><strong>African Small Business Development Awards</strong></em></span> will also form part of the Summit and stakeholders will receive recognition for their unselfish passion and commitment towards the developmental needs of small businesses in general. Awards will handed out in three different categories inclusive of government, business support organisations and corporate enterprise development programmes respectively.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong> Schedule:</strong></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Monday 12 November 2018: </strong><span style=\"color: #000000;\">African Summit on Government Support Programmes for Small Business Development &amp; Awards </span></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Tuesday 13 November 2018: </strong><span style=\"color: #000000;\">African Summit on Government Support Programmes for Small Business Development  </span></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Wednesday 14 November:</strong></span> Masterclass: Designing and Implementing Sustainable Small Business Development Programmes <span style=\"color: #333399;\"><b>  </b></span></p>\n[/vc_column_text][/vc_column][/vc_row]','African Summit on Government Support Programmes for Small Business Development','','inherit','closed','closed','','611-revision-v1','','','2018-04-26 11:21:43','2018-04-26 11:21:43','',611,'http://www.taranisco.co.za/2018/04/26/611-revision-v1/',0,'revision','',0),(830,1,'2018-04-26 11:24:28','2018-04-26 11:24:28','[vc_row][vc_column][vc_column_text]\n<p style=\"text-align: justify;\"><img class=\"size-medium wp-image-828 alignleft\" src=\"http://www.taranisco.co.za/wp-content/uploads/2018/04/African-Summit-Logo1-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" />The inaugural <span style=\"color: #333399;\"><em><strong>African Summit on Government Support Programmes for Small Business Development</strong></em></span> will take place on 12-14 November 2018 during this year\'s edition of the<span style=\"color: #000000;\"><span style=\"color: #333399;\"> </span></span><strong><span style=\"color: #333399;\">Global Entrepreneurship Week (GEW) </span></strong><span style=\"color: #000000;\">and it will<strong><em> </em></strong></span>afford both government and private sector stakeholders the opportunity to partner this auspicious occasion, which will create an interactive platform to debate the real impact of the support rendered to the continent\'s small business segment.</p>\n<p style=\"text-align: justify;\">The Summit will cover the essential issues pertaining to the challenges facing government small business support programs and more in particular a discussion that will centre on forging closer cooperation with civil society and corporate stakeholders.</p>\n<p style=\"text-align: justify;\">The Summit will aim to ensure that this sector of the economy indeed receive its fair share of growth opportunities through sustainable interventions leading to much needed growth in GDP coupled with the key priority economic challenges faced by the continent as a whole.</p>\n<p style=\"text-align: justify;\">The first ever <span style=\"color: #333399;\"><em><strong>African Small Business Development Awards</strong></em></span> will also form part of the Summit and stakeholders will receive recognition for their unselfish passion and commitment towards the developmental needs of small businesses in general. Awards will handed out in three different categories inclusive of government, business support organisations and corporate enterprise development programmes respectively.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong> Schedule:</strong></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Monday 12 November 2018: </strong><span style=\"color: #000000;\">African Summit on Government Support Programmes for Small Business Development &amp; Awards </span></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Tuesday 13 November 2018: </strong><span style=\"color: #000000;\">African Summit on Government Support Programmes for Small Business Development  </span></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Wednesday 14 November:</strong></span> Masterclass: Designing and Implementing Sustainable Small Business Development Programmes <span style=\"color: #333399;\"><b>  </b></span></p>\nTo receive a Booking Form, <a href=\"mailto:gerrit@taranisco.co.za?subject=Please%20send%20us%20an%20African%20Summit%20Booking%20Form\">Click Here</a>[/vc_column_text][/vc_column][/vc_row]','African Summit on Government Support Programmes for Small Business Development','','inherit','closed','closed','','611-revision-v1','','','2018-04-26 11:24:28','2018-04-26 11:24:28','',611,'http://www.taranisco.co.za/2018/04/26/611-revision-v1/',0,'revision','',0),(831,1,'2018-04-26 11:25:33','2018-04-26 11:25:33','[vc_row][vc_column][vc_column_text]\n<p style=\"text-align: justify;\"><img class=\" wp-image-828 alignleft\" src=\"http://www.taranisco.co.za/wp-content/uploads/2018/04/African-Summit-Logo1-300x300.jpg\" alt=\"\" width=\"364\" height=\"364\" />The inaugural <span style=\"color: #333399;\"><em><strong>African Summit on Government Support Programmes for Small Business Development</strong></em></span> will take place on 12-14 November 2018 during this year\'s edition of the<span style=\"color: #000000;\"><span style=\"color: #333399;\"> </span></span><strong><span style=\"color: #333399;\">Global Entrepreneurship Week (GEW) </span></strong><span style=\"color: #000000;\">and it will<strong><em> </em></strong></span>afford both government and private sector stakeholders the opportunity to partner this auspicious occasion, which will create an interactive platform to debate the real impact of the support rendered to the continent\'s small business segment.</p>\n<p style=\"text-align: justify;\">The Summit will cover the essential issues pertaining to the challenges facing government small business support programs and more in particular a discussion that will centre on forging closer cooperation with civil society and corporate stakeholders.</p>\n<p style=\"text-align: justify;\">The Summit will aim to ensure that this sector of the economy indeed receive its fair share of growth opportunities through sustainable interventions leading to much needed growth in GDP coupled with the key priority economic challenges faced by the continent as a whole.</p>\n<p style=\"text-align: justify;\">The first ever <span style=\"color: #333399;\"><em><strong>African Small Business Development Awards</strong></em></span> will also form part of the Summit and stakeholders will receive recognition for their unselfish passion and commitment towards the developmental needs of small businesses in general. Awards will handed out in three different categories inclusive of government, business support organisations and corporate enterprise development programmes respectively.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong> Schedule:</strong></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Monday 12 November 2018: </strong><span style=\"color: #000000;\">African Summit on Government Support Programmes for Small Business Development &amp; Awards </span></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Tuesday 13 November 2018: </strong><span style=\"color: #000000;\">African Summit on Government Support Programmes for Small Business Development  </span></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Wednesday 14 November:</strong></span> Masterclass: Designing and Implementing Sustainable Small Business Development Programmes <span style=\"color: #333399;\"><b>  </b></span></p>\nTo receive a Booking Form, <a href=\"mailto:gerrit@taranisco.co.za?subject=Please%20send%20us%20an%20African%20Summit%20Booking%20Form\">Click Here</a>[/vc_column_text][/vc_column][/vc_row]','African Summit on Government Support Programmes for Small Business Development','','inherit','closed','closed','','611-revision-v1','','','2018-04-26 11:25:33','2018-04-26 11:25:33','',611,'http://www.taranisco.co.za/2018/04/26/611-revision-v1/',0,'revision','',0),(832,1,'2018-04-26 11:28:51','2018-04-26 11:28:51','','Golden star trophy - 3d render','Golden star trophy isolated on white - 3d render','inherit','open','closed','','golden-star-trophy-3d-render','','','2018-04-26 11:28:51','2018-04-26 11:28:51','',615,'http://www.taranisco.co.za/wp-content/uploads/2018/04/ASBSA-Logo1.jpg',0,'attachment','image/jpeg',0),(833,1,'2018-04-26 11:30:41','2018-04-26 11:30:41','[vc_row][vc_column][vc_column_text]<img class=\" wp-image-832 alignleft\" src=\"http://www.taranisco.co.za/wp-content/uploads/2018/04/ASBSA-Logo1-250x300.jpg\" alt=\"\" width=\"274\" height=\"327\" />\n\n&nbsp;\n\n<span style=\"color: #333399;\"><strong>African Small Business Support Awards</strong></span>\n\n<span style=\"color: #333399;\"><strong> Awards Schedule: </strong></span>\n\n<span style=\"color: #333399;\"><strong>– Call for Nominations:</strong></span> 1 June 2018\n<span style=\"color: #333399;\"><strong>– Closing Date:</strong> </span>Friday 28 September 2018\n<span style=\"color: #333399;\"><strong>– Short-List Announcement:</strong> </span>Friday 12 October 2018\n<span style=\"color: #333399;\"><strong>– Qualifying Period:</strong></span> 1 July 2017-30 June 2018\n<span style=\"color: #333399;\"><strong>– Please Note</strong>:</span> All information provided must be verifiable should the nomination become short-listed.\n<span style=\"color: #333399;\"><strong>– Awards Dinner:</strong> </span>Monday 12 November 2018\n\n&nbsp;\n\n<span style=\"color: #333399;\"><strong>Awards Categories</strong></span>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Please Note:</strong></span>\nEach Category will award 59 x Regional Awards* as well as a Grand Prix Award for the best scoring Regional Winner in each of the respective categories.\n\n<p style=\"text-align: justify;\">- Leading Non-Governmental Small Business Development Agency Award\n- Leading Government Small Business Development Agency Award\n- Leading Small Business Development Incubator Award\n- Leading Corporate Small Business Development Award\n- Leading State Owned Enterprise Small Business Development Award\n- Leading Government Small Business Development Program of the Year Award\n- Leading Small Business Development Event of the Year Award\n- Leading Business Chamber Small Business Development Program of the Year Award\n- Leading African Small Business Competition of the Year Award\n- Leading Small Business Development Personality of the Year Award\n- Leading Small Business Publication of the Year Award\n- Leading Small Business Development Television Programme of the Year Award\n- Leading Small Business Development Bank of the Year Award\n- Leading Government Small Business Funding Agency of the Year Award\n- Leading Small Business Development Mentoring Programme of the Year Award\n\n* Regions: West Africa, North Africa, Central Africa, East Africa and Southern Africa\n\n<p style=\"text-align: justify;\"><b>Further details to follow.</b></p>\n[/vc_column_text][/vc_column][/vc_row]','Awards','','inherit','closed','closed','','615-revision-v1','','','2018-04-26 11:30:41','2018-04-26 11:30:41','',615,'http://www.taranisco.co.za/2018/04/26/615-revision-v1/',0,'revision','',0),(834,1,'2018-04-26 11:44:55','2018-04-26 11:44:55','[vc_row][vc_column][vc_column_text]\n<p style=\"text-align: justify;\"><img class=\"size-medium wp-image-602 alignleft\" src=\"http://www.taranisco.co.za/wp-content/uploads/2016/10/human-475667_1920-300x212.jpg\" alt=\"\" width=\"300\" height=\"212\" /><span style=\"color: #333399;\"><strong>Debating Small Business Support through Government Funded Agencies and Enterprise Development under the B-BBEE Codes.</strong></span></p>\n<p style=\"text-align: justify;\">The inaugural <span style=\"color: #333399;\"><strong><em>Small Business Live Breakfast</em></strong></span> will take place in Johannesburg on Wednesday 27 June 2018 to celebrate the <em><span style=\"color: #333399;\"><strong>UN\'s Micro, Small and Medium-sized Enterprises Day </strong></span></em></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><em><strong>Small Business Live</strong></em></span> will have a specific focus on the  impact of the country\'s current economic landscape and how it impacts on the levels of supported afforded to the small business sector.</p>\n<p style=\"text-align: justify;\">The Breakfast will unpack the key indicators relevant to the economy outlook for the medium term and how corporates react on their key mandate to support the growth of SMMEs as prescribed by the B-BBEE Codes of Good Practice under the Supplier and Enterprise Development (SED) elements respectively.</p>\n<p style=\"text-align: justify;\">An interactive panel discussion featuring B-BBEE thought leaders and verification agencies will unpack key strategies for corporates on how to optimize their SED elements on the Scorecard.</p>\n<p style=\"text-align: justify;\">Government funding allocated for supporting SMMEs over the next year will also be unpacked and in particular how its agencies will deliver on expanding their programs for this sector. Representatives from  government\'s various small business support agencies will share their programs and how it aligns with that of the private sector and vice a versa.</p>\n<p style=\"text-align: justify;\">The Breakfast will be attended by corporate SED decision-makers as well as service providers and government agencies to engage each other in a much needed debate on how to effectively deliver sustainable interventions to support growth and job creation within this sector.</p>\n<span style=\"color: #333399;\"><strong>Who Should Attend</strong></span>\n- Government, Private Sector Agencies involved in Enterprise &amp; Supplier Development Programmes\n- Business Chambers\n- Government Small Business Development Agencies\n- Enterprise Development Service Providers\n- Incubators\n- B-BBEE Consultants and Verification Agencies\n- Supply Chain Practitioners\n- Industry Associations\n- All other Small Business Development Stakeholders\n\n&nbsp;\n<p style=\"text-align: justify;\"><strong>To receive a booking form, </strong><a href=\"mailto:gerrit@taranisco.co.za?subject=Please%20send%20us%20Booking%20Details%20for%20the%20Small%20Business%20Live%20Breakfast.\"> Click Here</a></p>\n<span style=\"color: #333399;\"><strong>For further details contact: </strong></span>\n\n<strong>Gerrit Davids | Lead Consultant</strong>\n\n<span style=\"color: #333399;\"><strong>TaranisCo Advisory CC</strong></span>\n<strong><span style=\"color: #333399;\">Tel</span>.</strong> 011-026 4891\n<span style=\"color: #333399;\"><strong>Fax.</strong></span> 086 698 7882\n<span style=\"color: #333399;\"><strong>Cell.</strong> </span>+27 (0)82 496 1657\n<span style=\"color: #333399;\"><strong>Email:</strong></span> <a href=\"mailto:gerrit@taranisco.co.za\">gerrit@taranisco.co.za</a>[/vc_column_text][/vc_column][/vc_row]','Small Business Live Breakfast','','inherit','closed','closed','','724-revision-v1','','','2018-04-26 11:44:55','2018-04-26 11:44:55','',724,'http://www.taranisco.co.za/2018/04/26/724-revision-v1/',0,'revision','',0),(835,1,'2018-04-26 11:45:57','2018-04-26 11:45:57','[vc_row][vc_column][vc_column_text]\n<p style=\"text-align: justify;\"><img class=\"size-medium wp-image-602 alignleft\" src=\"http://www.taranisco.co.za/wp-content/uploads/2016/10/human-475667_1920-300x212.jpg\" alt=\"\" width=\"300\" height=\"212\" /><span style=\"color: #333399;\"><strong>Debating Small Business Support through Government Funded Agencies and Enterprise Development under the B-BBEE Codes.</strong></span></p>\n<p style=\"text-align: justify;\">The inaugural <span style=\"color: #333399;\"><strong><em>Small Business Live Breakfast</em></strong></span> will take place in Johannesburg on Wednesday 27 June 2018 to celebrate the <em><span style=\"color: #333399;\"><strong>UN\'s Micro, Small and Medium-sized Enterprises Day </strong></span></em></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><em><strong>Small Business Live</strong></em></span> will have a specific focus on the  impact of the country\'s current economic landscape and how it impacts on the levels of supported afforded to the small business sector.</p>\n<p style=\"text-align: justify;\">The Breakfast will unpack the key indicators relevant to the economy outlook for the medium term and how corporates react on their key mandate to support the growth of SMMEs as prescribed by the B-BBEE Codes of Good Practice under the Supplier and Enterprise Development (SED) elements respectively.</p>\n<p style=\"text-align: justify;\">An interactive panel discussion featuring B-BBEE thought leaders and verification agencies will unpack key strategies for corporates on how to optimize their SED elements on the Scorecard.</p>\n<p style=\"text-align: justify;\">Government funding allocated for supporting SMMEs over the next year will also be unpacked and in particular how its agencies will deliver on expanding their programs for this sector. Representatives from  government\'s various small business support agencies will share their programs and how it aligns with that of the private sector and vice a versa.</p>\n<p style=\"text-align: justify;\">The Breakfast will be attended by corporate SED decision-makers as well as service providers and government agencies to engage each other in a much needed debate on how to effectively deliver sustainable interventions to support growth and job creation within this sector.</p>\n<span style=\"color: #333399;\"><strong>Who Should Attend</strong></span>\n- Private Sector Agencies involved in Enterprise &amp; Supplier Development Programmes\n- Business Chambers\n- Government Small Business Development Agencies and State Owned Enterprises\n- Enterprise Development Service Providers\n- Incubators\n- B-BBEE Consultants and Verification Agencies\n- Supply Chain Practitioners\n- Industry Associations\n- All other Small Business Development Stakeholders\n\n&nbsp;\n<p style=\"text-align: justify;\"><strong>To receive a booking form, </strong><a href=\"mailto:gerrit@taranisco.co.za?subject=Please%20send%20us%20Booking%20Details%20for%20the%20Small%20Business%20Live%20Breakfast.\"> Click Here</a></p>\n<span style=\"color: #333399;\"><strong>For further details contact: </strong></span>\n\n<strong>Gerrit Davids | Lead Consultant</strong>\n\n<span style=\"color: #333399;\"><strong>TaranisCo Advisory CC</strong></span>\n<strong><span style=\"color: #333399;\">Tel</span>.</strong> 011-026 4891\n<span style=\"color: #333399;\"><strong>Fax.</strong></span> 086 698 7882\n<span style=\"color: #333399;\"><strong>Cell.</strong> </span>+27 (0)82 496 1657\n<span style=\"color: #333399;\"><strong>Email:</strong></span> <a href=\"mailto:gerrit@taranisco.co.za\">gerrit@taranisco.co.za</a>[/vc_column_text][/vc_column][/vc_row]','Small Business Live Breakfast','','inherit','closed','closed','','724-revision-v1','','','2018-04-26 11:45:57','2018-04-26 11:45:57','',724,'http://www.taranisco.co.za/2018/04/26/724-revision-v1/',0,'revision','',0),(836,1,'2018-04-26 11:48:06','2018-04-26 11:48:06','[vc_row][vc_column][vc_column_text]<img class=\"size-medium wp-image-739 alignleft\" src=\"http://www.taranisco.co.za/wp-content/uploads/2017/04/SmallBusinessLive2-300x163.png\" alt=\"\" width=\"300\" height=\"163\" /><span style=\"color: #333399;\"><strong>Host a Small Business Live Viewing Site</strong></span>\n<p style=\"text-align: justify;\">If you are a municipality, provincial economic development department, private or state small business support agency and would like to host a Small Business Live TV Broadcast viewing site: <a href=\"mailto:gerrit@taranisco.co.za?subject=We%20are%20interested%20to%20host%20a%20Small%20Business%20Live%20Viewing%20Site\">Click Here</a></p>\n[/vc_column_text][/vc_column][/vc_row]','Host a Small Business Live Site','','inherit','closed','closed','','753-revision-v1','','','2018-04-26 11:48:06','2018-04-26 11:48:06','',753,'http://www.taranisco.co.za/2018/04/26/753-revision-v1/',0,'revision','',0),(838,1,'2018-11-15 10:15:39','2018-11-15 10:15:39','[vc_row margin_top=\"-1em\"][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">ATTEND SMALL BUSINESS LIVE ON-SITE </span></h2>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Thursday 21 February 2019!</strong></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>The Premier Event to Grow your Business!</strong></span></p>\n<p style=\"text-align: justify;\">By attending Small Business Live you will be empowered on how to submit effective applications for support programmes available in the market and improve the capacity of your enterprise to serve your clients more efficiently.</p>\n<p style=\"text-align: justify;\">Government\'s changed tendering laws came into effect recently and in most tenders big companies will be obliged to sub-contract with qualifying small businesses.</p>\n<p style=\"text-align: justify;\">Companies will also be looking to build the capacity of small businesses through Supplier &amp; Enterprise Development Programmes and by attending Small Business Live, you will put yourself in the frontline of these support initiatives.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Attend Small Business Live and Benefit from Top Advice!</strong></span></p>\n<p style=\"text-align: justify;\">[/vc_column_text][vc_btn title=\"Registration\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F|||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">WATCH SMALL BUSINESS LIVE AT YOUR LOCAL SITE</span></h2>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Thursday 21 February 2019!</strong></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>The Premier Event to Fund your Business!</strong></span></p>\n<p style=\"text-align: justify;\">Be part of this groundbreaking TV Broadcast, which will be watched countrywide in a three-hour long presentation on how to successfully access small business support programmes offered by both the government and the private sector respectively.</p>\n<p style=\"text-align: justify;\">Small Business Live will partner with local municipalities and provincial government departments to host venue\'s in their areas allowing local small businesses to attend and watch the broadcast. The broadcast will eliminate the need for rural small businesses to travel to bigger towns and cities since they can watch the presentations in the comfort of a local venue.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>BOOK YOUR SEAT NOW!</strong></span></p>\n[/vc_column_text][vc_btn title=\"Registration\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F|||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">WIN GREAT PRIZES!</span></h2>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Thursday 21 February 2019!</strong></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>The Premier Event to Watch at your Local Site!</strong></span></p>\n<p style=\"text-align: justify;\">All delegates watching the Small Business Live broadcast at any participating venue will be in line to win exciting prizes! <strong>Please Note:</strong> <em>The broadcast can only be watched at participating venue\'s. Please call us if your area is not listed.</em></p>\n<p style=\"text-align: justify;\"><strong>WIN!</strong></p>\n\n<ul style=\"text-align: justify;\">\n 	<li>An exclusive lunch with some of SA\'s top self made business icons</li>\n 	<li>Win Business Support Vouchers to grow your business</li>\n 	<li>Win web site design-vouchers to market your business</li>\n 	<li>Win Digital Marketing Campaign-vouchers</li>\n 	<li>Win Mobile Data-vouchers</li>\n 	<li>Win Radio Exposure-vouchers</li>\n 	<li>Win Print Media Exposure-vouchers</li>\n</ul>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>WATCH IT LIVE AND WIN!</strong></span></p>\n[/vc_column_text][vc_btn title=\"Registration\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F|||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\"][/vc_column][/vc_row][vc_row][vc_column][om_reduce_space height=\"1em\"][vc_cta h2=\"Don\'t miss this unique business support opportunity!\" h4=\"Join the discussion on the future of Small Business in South Africa!\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Interact with Our (color1)Speakers(/color1)\n\nLive via SMS, Twitter &amp; Facebook!\" uppercase=\"yes\" text_additional=\"Get a Front Row Seat and Get Empowered!\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Speakers\"][om_reduce_space height=\"1em\"][/vc_column][/vc_row][vc_row bg_type=\"gradient\" gradient_type=\"diagonal2\" bg_color=\"#676767\" bg_color2=\"#313131\" font_color=\"#ffffff\"][vc_column][om_testimonials filter=\"category\" categories=\"group-1\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"(color1)SMALL BUSINESS LIVE TV Broadcast(/color1) Schedule:\n\" uppercase=\"yes\" text_additional=\"(color3)MONDAY 6 AUGUST(/color3)\n(color2)(10:00-13:00)(/color2) \" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Schedule\"][om_agenda display_speakers=\"\"][om_agenda_day title=\"Small Business Live: TV Broadcast\"][om_agenda_item time=\"09:50 \" room=\" \" title=\"All delegates to be seated\"] [/om_agenda_item][om_agenda_item time=\"10:00-10:05\" room=\" \" title=\"Broadcast Commences with Opening &amp; Welcome\"] [/om_agenda_item][om_agenda_item time=\"10:05-10:20\" room=\" \" title=\"Access to Finance: First Presentation\"] .[/om_agenda_item][om_agenda_item time=\"10:20-10:35\" title=\"Access to Finance: Second Presentation\"][/om_agenda_item][om_agenda_item time=\"10:35-10:50\" title=\"Access to Finance: Third Presentation\"][/om_agenda_item][om_agenda_item time=\"10:50-11:05\" title=\"Access to Finance: Fourth Presentation\"][/om_agenda_item][om_agenda_item time=\"11:05-11:20\" title=\"Access to Finance: Fifth Presentation\"][/om_agenda_item][om_agenda_item time=\"11.20-11.30\" title=\"Delegates\' Questions &amp; Answers\"][/om_agenda_item][om_agenda_item time=\"11:30-11:50\" title=\"Networking Break\"][/om_agenda_item][om_agenda_item time=\"11:50-12:05\" title=\"Access to Finance: Sixth Presentation \"][/om_agenda_item][om_agenda_item time=\"12:05-12:20\" title=\"Access to Finance: Seventh Presentation\"][/om_agenda_item][om_agenda_item time=\"12:20-12:55\" title=\"The Best Advice Ever: Panel Discussion\"][/om_agenda_item][om_agenda_item time=\"12:55-13:00\" title=\"Broadcast Ends\"][/om_agenda_item][/om_agenda_day][om_agenda_day][/om_agenda_day][/om_agenda][vc_cta h2=\"Number of participants is limited!\" h4=\"Don\'t miss your seat!\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"2em\"][vc_custom_heading text=\"Our (color1)Sponsors(/color1) and Partners\" uppercase=\"yes\" text_additional=\"If you would like to become a Sponsoring Partner to Small Business Live, contact Gerrit on Cell. 082 496 1657 or gerrit@taranisco.co.za\" font_container=\"tag:h1|text_align:center\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','12-revision-v1','','','2018-11-15 10:15:39','2018-11-15 10:15:39','',12,'http://www.taranisco.co.za/2018/11/15/12-revision-v1/',0,'revision','',0),(839,1,'2018-11-15 10:16:51','2018-11-15 10:16:51','[vc_row margin_top=\"-1em\"][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">ATTEND SMALL BUSINESS LIVE ON-SITE </span></h2>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Thursday 21 February 2019!</strong></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>The Premier Event to Grow your Business!</strong></span></p>\n<p style=\"text-align: justify;\">By attending Small Business Live you will be empowered on how to submit effective applications for support programmes available in the market and improve the capacity of your enterprise to serve your clients more efficiently.</p>\n<p style=\"text-align: justify;\">Government\'s changed tendering laws came into effect recently and in most tenders big companies will be obliged to sub-contract with qualifying small businesses.</p>\n<p style=\"text-align: justify;\">Companies will also be looking to build the capacity of small businesses through Supplier &amp; Enterprise Development Programmes and by attending Small Business Live, you will put yourself in the frontline of these support initiatives.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Attend Small Business Live and Benefit from Top Advice!</strong></span></p>\n<p style=\"text-align: justify;\">[/vc_column_text][vc_btn title=\"Registration\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F|||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">WATCH SMALL BUSINESS LIVE AT YOUR LOCAL SITE</span></h2>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Thursday 21 February 2019!</strong></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>The Premier Event to Fund your Business!</strong></span></p>\n<p style=\"text-align: justify;\">Be part of this groundbreaking TV Broadcast, which will be watched countrywide in a three-hour long presentation on how to successfully access small business support programmes offered by both the government and the private sector respectively.</p>\n<p style=\"text-align: justify;\">Small Business Live will partner with local municipalities and provincial government departments to host venue\'s in their areas allowing local small businesses to attend and watch the broadcast. The broadcast will eliminate the need for rural small businesses to travel to bigger towns and cities since they can watch the presentations in the comfort of a local venue.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>BOOK YOUR SEAT NOW!</strong></span></p>\n[/vc_column_text][vc_btn title=\"Registration\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F|||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">WIN GREAT PRIZES!</span></h2>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Thursday 21 February 2019!</strong></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>The Premier Event to Watch at your Local Site!</strong></span></p>\n<p style=\"text-align: justify;\">All delegates watching the Small Business Live broadcast at any participating venue will be in line to win exciting prizes! <strong>Please Note:</strong> <em>The broadcast can only be watched at participating venue\'s. Please call us if your area is not listed.</em></p>\n<p style=\"text-align: justify;\"><strong>WIN!</strong></p>\n\n<ul style=\"text-align: justify;\">\n 	<li>An exclusive lunch with some of SA\'s top self made business icons</li>\n 	<li>Win Business Support Vouchers to grow your business</li>\n 	<li>Win web site design-vouchers to market your business</li>\n 	<li>Win Digital Marketing Campaign-vouchers</li>\n 	<li>Win Mobile Data-vouchers</li>\n 	<li>Win Radio Exposure-vouchers</li>\n 	<li>Win Print Media Exposure-vouchers</li>\n</ul>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>WATCH IT LIVE AND WIN!</strong></span></p>\n[/vc_column_text][vc_btn title=\"Registration\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F|||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\"][/vc_column][/vc_row][vc_row][vc_column][om_reduce_space height=\"1em\"][vc_cta h2=\"Don\'t miss this unique business support opportunity!\" h4=\"Join the discussion on the future of Small Business in South Africa!\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Interact with Our (color1)Speakers(/color1)\n\nLive via SMS, Twitter &amp; Facebook!\" uppercase=\"yes\" text_additional=\"Get a Front Row Seat and Get Empowered!\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Speakers\"][om_reduce_space height=\"1em\"][/vc_column][/vc_row][vc_row bg_type=\"gradient\" gradient_type=\"diagonal2\" bg_color=\"#676767\" bg_color2=\"#313131\" font_color=\"#ffffff\"][vc_column][om_testimonials filter=\"category\" categories=\"group-1\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"(color1)SMALL BUSINESS LIVE TV Broadcast(/color1) Schedule:\n\" uppercase=\"yes\" text_additional=\"(color3)Thursday 21 February 2019(/color3)\n(color2)(10:00-13:00)(/color2) \" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Schedule\"][om_agenda display_speakers=\"\"][om_agenda_day title=\"Small Business Live: TV Broadcast\"][om_agenda_item time=\"09:50 \" room=\" \" title=\"All delegates to be seated\"] [/om_agenda_item][om_agenda_item time=\"10:00-10:05\" room=\" \" title=\"Broadcast Commences with Opening &amp; Welcome\"] [/om_agenda_item][om_agenda_item time=\"10:05-10:20\" room=\" \" title=\"Access to Finance: First Presentation\"] .[/om_agenda_item][om_agenda_item time=\"10:20-10:35\" title=\"Access to Finance: Second Presentation\"][/om_agenda_item][om_agenda_item time=\"10:35-10:50\" title=\"Access to Finance: Third Presentation\"][/om_agenda_item][om_agenda_item time=\"10:50-11:05\" title=\"Access to Finance: Fourth Presentation\"][/om_agenda_item][om_agenda_item time=\"11:05-11:20\" title=\"Access to Finance: Fifth Presentation\"][/om_agenda_item][om_agenda_item time=\"11.20-11.30\" title=\"Delegates\' Questions &amp; Answers\"][/om_agenda_item][om_agenda_item time=\"11:30-11:50\" title=\"Networking Break\"][/om_agenda_item][om_agenda_item time=\"11:50-12:05\" title=\"Access to Finance: Sixth Presentation \"][/om_agenda_item][om_agenda_item time=\"12:05-12:20\" title=\"Access to Finance: Seventh Presentation\"][/om_agenda_item][om_agenda_item time=\"12:20-12:55\" title=\"The Best Advice Ever: Panel Discussion\"][/om_agenda_item][om_agenda_item time=\"12:55-13:00\" title=\"Broadcast Ends\"][/om_agenda_item][/om_agenda_day][om_agenda_day][/om_agenda_day][/om_agenda][vc_cta h2=\"Number of participants is limited!\" h4=\"Don\'t miss your seat!\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"2em\"][vc_custom_heading text=\"Our (color1)Sponsors(/color1) and Partners\" uppercase=\"yes\" text_additional=\"If you would like to become a Sponsoring Partner to Small Business Live, contact Gerrit on Cell. 082 496 1657 or gerrit@taranisco.co.za\" font_container=\"tag:h1|text_align:center\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','12-revision-v1','','','2018-11-15 10:16:51','2018-11-15 10:16:51','',12,'http://www.taranisco.co.za/2018/11/15/12-revision-v1/',0,'revision','',0),(840,1,'2018-11-15 10:17:09','2018-11-15 10:17:09','[vc_row margin_top=\"-1em\"][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">ATTEND SMALL BUSINESS LIVE ON-SITE </span></h2>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Thursday 21 February 2019!</strong></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>The Premier Event to Grow your Business!</strong></span></p>\n<p style=\"text-align: justify;\">By attending Small Business Live you will be empowered on how to submit effective applications for support programmes available in the market and improve the capacity of your enterprise to serve your clients more efficiently.</p>\n<p style=\"text-align: justify;\">Government\'s changed tendering laws came into effect recently and in most tenders big companies will be obliged to sub-contract with qualifying small businesses.</p>\n<p style=\"text-align: justify;\">Companies will also be looking to build the capacity of small businesses through Supplier &amp; Enterprise Development Programmes and by attending Small Business Live, you will put yourself in the frontline of these support initiatives.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Attend Small Business Live and Benefit from Top Advice!</strong></span></p>\n<p style=\"text-align: justify;\">[/vc_column_text][vc_btn title=\"Registration\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F|||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">WATCH SMALL BUSINESS LIVE AT YOUR LOCAL SITE</span></h2>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Thursday 21 February 2019!</strong></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>The Premier Event to Fund your Business!</strong></span></p>\n<p style=\"text-align: justify;\">Be part of this groundbreaking TV Broadcast, which will be watched countrywide in a three-hour long presentation on how to successfully access small business support programmes offered by both the government and the private sector respectively.</p>\n<p style=\"text-align: justify;\">Small Business Live will partner with local municipalities and provincial government departments to host venue\'s in their areas allowing local small businesses to attend and watch the broadcast. The broadcast will eliminate the need for rural small businesses to travel to bigger towns and cities since they can watch the presentations in the comfort of a local venue.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>BOOK YOUR SEAT NOW!</strong></span></p>\n[/vc_column_text][vc_btn title=\"Registration\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F|||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 18pt;\">WIN GREAT PRIZES!</span></h2>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Thursday 21 February 2019!</strong></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>The Premier Event to Watch at your Local Site!</strong></span></p>\n<p style=\"text-align: justify;\">All delegates watching the Small Business Live broadcast at any participating venue will be in line to win exciting prizes! <strong>Please Note:</strong> <em>The broadcast can only be watched at participating venue\'s. Please call us if your area is not listed.</em></p>\n<p style=\"text-align: justify;\"><strong>WIN!</strong></p>\n\n<ul style=\"text-align: justify;\">\n 	<li>An exclusive lunch with some of SA\'s top self made business icons</li>\n 	<li>Win Business Support Vouchers to grow your business</li>\n 	<li>Win web site design-vouchers to market your business</li>\n 	<li>Win Digital Marketing Campaign-vouchers</li>\n 	<li>Win Mobile Data-vouchers</li>\n 	<li>Win Radio Exposure-vouchers</li>\n 	<li>Win Print Media Exposure-vouchers</li>\n</ul>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>WATCH IT LIVE AND WIN!</strong></span></p>\n[/vc_column_text][vc_btn title=\"Registration\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F|||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\"][/vc_column][/vc_row][vc_row][vc_column][om_reduce_space height=\"1em\"][vc_cta h2=\"Don\'t miss this unique business support opportunity!\" h4=\"Join the discussion on the future of Small Business in South Africa!\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Interact with Our (color1)Speakers(/color1)\n\nLive via SMS, Twitter &amp; Facebook!\" uppercase=\"yes\" text_additional=\"Get a Front Row Seat and Get Empowered!\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Speakers\"][om_reduce_space height=\"1em\"][/vc_column][/vc_row][vc_row bg_type=\"gradient\" gradient_type=\"diagonal2\" bg_color=\"#676767\" bg_color2=\"#313131\" font_color=\"#ffffff\"][vc_column][om_testimonials filter=\"category\" categories=\"group-1\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"(color1)SMALL BUSINESS LIVE TV Broadcast(/color1) Schedule:\n\" uppercase=\"yes\" text_additional=\"(color3)Thursday 21 February 2019(/color3)\n(color2)(10:00-13:00)(/color2) \" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Schedule\"][om_agenda display_speakers=\"\"][om_agenda_day title=\"Small Business Live: TV Broadcast\"][om_agenda_item time=\"09:50 \" room=\" \" title=\"All delegates to be seated\"] [/om_agenda_item][om_agenda_item time=\"10:00-10:05\" room=\" \" title=\"Broadcast Commences with Opening &amp; Welcome\"] [/om_agenda_item][om_agenda_item time=\"10:05-10:20\" room=\" \" title=\"Access to Finance: First Presentation\"][/om_agenda_item][om_agenda_item time=\"10:20-10:35\" title=\"Access to Finance: Second Presentation\"][/om_agenda_item][om_agenda_item time=\"10:35-10:50\" title=\"Access to Finance: Third Presentation\"][/om_agenda_item][om_agenda_item time=\"10:50-11:05\" title=\"Access to Finance: Fourth Presentation\"][/om_agenda_item][om_agenda_item time=\"11:05-11:20\" title=\"Access to Finance: Fifth Presentation\"][/om_agenda_item][om_agenda_item time=\"11.20-11.30\" title=\"Delegates\' Questions &amp; Answers\"][/om_agenda_item][om_agenda_item time=\"11:30-11:50\" title=\"Networking Break\"][/om_agenda_item][om_agenda_item time=\"11:50-12:05\" title=\"Access to Finance: Sixth Presentation \"][/om_agenda_item][om_agenda_item time=\"12:05-12:20\" title=\"Access to Finance: Seventh Presentation\"][/om_agenda_item][om_agenda_item time=\"12:20-12:55\" title=\"The Best Advice Ever: Panel Discussion\"][/om_agenda_item][om_agenda_item time=\"12:55-13:00\" title=\"Broadcast Ends\"][/om_agenda_item][/om_agenda_day][om_agenda_day][/om_agenda_day][/om_agenda][vc_cta h2=\"Number of participants is limited!\" h4=\"Don\'t miss your seat!\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"2em\"][vc_custom_heading text=\"Our (color1)Sponsors(/color1) and Partners\" uppercase=\"yes\" text_additional=\"If you would like to become a Sponsoring Partner to Small Business Live, contact Gerrit on Cell. 082 496 1657 or gerrit@taranisco.co.za\" font_container=\"tag:h1|text_align:center\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','12-revision-v1','','','2018-11-15 10:17:09','2018-11-15 10:17:09','',12,'http://www.taranisco.co.za/2018/11/15/12-revision-v1/',0,'revision','',0),(842,1,'2018-11-15 10:19:13','2018-11-15 10:19:13','[vc_row][vc_column][vc_column_text]\n<p style=\"text-align: justify;\"><img class=\"size-medium wp-image-602 alignleft\" src=\"http://www.taranisco.co.za/wp-content/uploads/2016/10/human-475667_1920-300x212.jpg\" alt=\"\" width=\"300\" height=\"212\" /><span style=\"color: #333399;\"><strong>Debating Small Business Support through Government Funded Agencies and Enterprise Development under the B-BBEE Codes.</strong></span></p>\n<p style=\"text-align: justify;\">The inaugural <span style=\"color: #333399;\"><strong><em>Small Business Live Breakfast</em></strong></span> will take place in Johannesburg on Thursday 21 February 2019 with a specific focus on the  impact of the country\'s current economic landscape and how it impacts on the levels of supported afforded to the small business sector.</p>\n<p style=\"text-align: justify;\">The Breakfast will unpack the key indicators relevant to the economy outlook for the medium term and how corporates react on their key mandate to support the growth of SMMEs as prescribed by the B-BBEE Codes of Good Practice under the Supplier and Enterprise Development (SED) elements respectively.</p>\n<p style=\"text-align: justify;\">An interactive panel discussion featuring B-BBEE thought leaders and verification agencies will unpack key strategies for corporates on how to optimize their SED elements on the Scorecard.</p>\n<p style=\"text-align: justify;\">Government funding allocated for supporting SMMEs over the next year will also be unpacked and in particular how its agencies will deliver on expanding their programs for this sector. Representatives from  government\'s various small business support agencies will share their programs and how it aligns with that of the private sector and vice a versa.</p>\n<p style=\"text-align: justify;\">The Breakfast will be attended by corporate SED decision-makers as well as service providers and government agencies to engage each other in a much needed debate on how to effectively deliver sustainable interventions to support growth and job creation within this sector.</p>\n<span style=\"color: #333399;\"><strong>Who Should Attend</strong></span>\n- Private Sector Agencies involved in Enterprise &amp; Supplier Development Programmes\n- Business Chambers\n- Government Small Business Development Agencies and State Owned Enterprises\n- Enterprise Development Service Providers\n- Incubators\n- B-BBEE Consultants and Verification Agencies\n- Supply Chain Practitioners\n- Industry Associations\n- All other Small Business Development Stakeholders\n<p style=\"text-align: justify;\"><strong>To receive a booking form, </strong><a href=\"mailto:gerrit@taranisco.co.za?subject=Please%20send%20us%20Booking%20Details%20for%20the%20Small%20Business%20Live%20Breakfast.\"> Click Here</a></p>\n<span style=\"color: #333399;\"><strong>For further details contact: </strong></span>\n\n<strong>Gerrit Davids | Lead Consultant</strong>\n\n<span style=\"color: #333399;\"><strong>TaranisCo Advisory CC</strong></span>\n<strong><span style=\"color: #333399;\">Tel</span>.</strong> 011-026 4891\n<span style=\"color: #333399;\"><strong>Fax.</strong></span> 086 698 7882\n<span style=\"color: #333399;\"><strong>Cell.</strong> </span>+27 (0)82 496 1657\n<span style=\"color: #333399;\"><strong>Email:</strong></span> <a href=\"mailto:gerrit@taranisco.co.za\">gerrit@taranisco.co.za</a>[/vc_column_text][/vc_column][/vc_row]','Small Business Live Breakfast','','inherit','closed','closed','','724-revision-v1','','','2018-11-15 10:19:13','2018-11-15 10:19:13','',724,'http://www.taranisco.co.za/2018/11/15/724-revision-v1/',0,'revision','',0),(843,1,'2018-11-15 10:54:20','2018-11-15 10:54:20','[vc_row][vc_column][vc_column_text]\n<ul>\n 	<li><img class=\"alignnone size-medium wp-image-603 alignleft\" src=\"http://www.taranisco.co.za/wp-content/uploads/2016/10/human-668299-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\" /><span style=\"color: #333399;\"><strong>Watch the Small Business Live TV broadcast at your local venue!</strong></span></li>\n</ul>\n<p style=\"text-align: justify;\"><em><span style=\"color: #333399;\"><strong>Small Business Live</strong></span> </em>will take place on Thursday 21 and will kick off with the <span style=\"color: #333399;\"><em><strong>Small Business Live Breakfast</strong></em></span> and followed by an exclusive <span style=\"color: #333399;\"><em><strong>National TV Broadcast</strong></em>,</span> via satellite to locations across the country.</p>\n<p style=\"text-align: justify;\">The broadcast is a groundbreaking initiative aimed at presenting all of government\'s small business support programs to thousands of entrepreneurs at hundreds of venues countrywide.</p>\n<p style=\"text-align: justify;\">The day will kick-off with the <span style=\"color: #333399;\"><em><strong>Small Business Live Breakfast</strong></em><span style=\"color: #000000;\">, which will feature panel discussions with successful business people sharing their strategies with guests in a highly interactive environment.</span></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong><em>The Small Business Live TV Broadcast</em></strong></span> aims to feature industry experts conducting \"how to presentations\" on government\'s key support programs like the Small Enterprise Development Agency (Seda); Small Enterprise Finance Agency (SEFA); National Empowerment Fund (NEF); Industrial Development Corporation (IDC); National Youth Development Agency (NYDA); Land Bank, MAFISA and corporate B-BBEE Enterprise Development Programs as well as Access to Finance from the major banks.</p>\n<p style=\"text-align: justify;\">Thousands of entrepreneurs will be hosted at venues in their local communities by municipalities, provincial economic development departments, corporates and agencies as well as independent small business support organisations.</p>\n<p style=\"text-align: justify;\">Delegates attending the <span style=\"color: #333399;\"><em><strong>Small Business Live TV Broadcast</strong></em></span> will be also able to interact with the presenters via SMS, Twitter and Facebook respectively.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><em><strong>Small Business Live will Empower Your Business!</strong></em></span> A powerful Masterclass will be held after lunch wherein delegates will hear from our industry thought leaders on how to supply big business and tender for government contracts.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Ticket Options</strong></span></p>\n<span style=\"color: #ff0000;\"><strong>Free Ticket</strong></span>\n- Free Entry only to watch the Small Business Live Broadcast on site\n- Lunch not included\n<span style=\"color: #333399;\"><strong>Price:</strong> </span>Not Applicable; Highly Limited Availability!\n\n<span style=\"color: #ff0000;\"><strong>Bronze Ticket</strong></span>\n- Attend the Business Breakfast on site in Johannesburg only\n- Watch the Small Business Live TV Broadcast on site\n- Lunch not included\n<strong><span style=\"color: #333399;\">Price:</span></strong> <strong>R990.00</strong>\n\n<strong><span style=\"color: #ff0000;\">Silver Ticket</span></strong>\n- Attend the Business Breakfast on site in Johannesburg only\n- Watch the Small Business Live TV Broadcast on site\n- Special Seating Arrangements\n- Attend the Masterclass\n- Lunch included\n<span style=\"color: #333399;\"><strong>Price:</strong> </span><strong>R1950.00</strong>\n\n<span style=\"color: #ff0000;\"><strong>Gold Package</strong></span>\n- Attend the Business Breakfast on site in Johannesburg only\n- Watch the Small Business Live TV on site\n- Attend the Small Business Masterclass\n- Early Entrance\n- Special Seating Arrangements at the Small Business Budget Breakfast, TV Broadcast, Lunch &amp; Masterclass\n- Lunch with Speakers &amp; VIP’s\n- Small Business Live Goody Bag\n<span style=\"color: #333399;\"><strong>Price:</strong></span> <strong>2950.00</strong>\n\n<strong><a href=\"http://www.taranisco.co.za/registration/\">Register Now!</a></strong>\n\n&nbsp;[/vc_column_text][/vc_column][/vc_row]','Small Business Live TV Broadcast','','inherit','closed','closed','','618-revision-v1','','','2018-11-15 10:54:20','2018-11-15 10:54:20','',618,'http://www.taranisco.co.za/2018/11/15/618-revision-v1/',0,'revision','',0),(844,1,'2018-11-15 10:54:32','2018-11-15 10:54:32','[vc_row][vc_column][vc_column_text]<img class=\"alignnone size-medium wp-image-603 alignleft\" src=\"http://www.taranisco.co.za/wp-content/uploads/2016/10/human-668299-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\" /><span style=\"color: #333399;\"><strong>Watch the Small Business Live TV broadcast at your local venue!</strong></span>\n<p style=\"text-align: justify;\"><em><span style=\"color: #333399;\"><strong>Small Business Live</strong></span> </em>will take place on Thursday 21 and will kick off with the <span style=\"color: #333399;\"><em><strong>Small Business Live Breakfast</strong></em></span> and followed by an exclusive <span style=\"color: #333399;\"><em><strong>National TV Broadcast</strong></em>,</span> via satellite to locations across the country.</p>\n<p style=\"text-align: justify;\">The broadcast is a groundbreaking initiative aimed at presenting all of government\'s small business support programs to thousands of entrepreneurs at hundreds of venues countrywide.</p>\n<p style=\"text-align: justify;\">The day will kick-off with the <span style=\"color: #333399;\"><em><strong>Small Business Live Breakfast</strong></em><span style=\"color: #000000;\">, which will feature panel discussions with successful business people sharing their strategies with guests in a highly interactive environment.</span></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong><em>The Small Business Live TV Broadcast</em></strong></span> aims to feature industry experts conducting \"how to presentations\" on government\'s key support programs like the Small Enterprise Development Agency (Seda); Small Enterprise Finance Agency (SEFA); National Empowerment Fund (NEF); Industrial Development Corporation (IDC); National Youth Development Agency (NYDA); Land Bank, MAFISA and corporate B-BBEE Enterprise Development Programs as well as Access to Finance from the major banks.</p>\n<p style=\"text-align: justify;\">Thousands of entrepreneurs will be hosted at venues in their local communities by municipalities, provincial economic development departments, corporates and agencies as well as independent small business support organisations.</p>\n<p style=\"text-align: justify;\">Delegates attending the <span style=\"color: #333399;\"><em><strong>Small Business Live TV Broadcast</strong></em></span> will be also able to interact with the presenters via SMS, Twitter and Facebook respectively.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><em><strong>Small Business Live will Empower Your Business!</strong></em></span> A powerful Masterclass will be held after lunch wherein delegates will hear from our industry thought leaders on how to supply big business and tender for government contracts.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Ticket Options</strong></span></p>\n<span style=\"color: #ff0000;\"><strong>Free Ticket</strong></span>\n- Free Entry only to watch the Small Business Live Broadcast on site\n- Lunch not included\n<span style=\"color: #333399;\"><strong>Price:</strong> </span>Not Applicable; Highly Limited Availability!\n\n<span style=\"color: #ff0000;\"><strong>Bronze Ticket</strong></span>\n- Attend the Business Breakfast on site in Johannesburg only\n- Watch the Small Business Live TV Broadcast on site\n- Lunch not included\n<strong><span style=\"color: #333399;\">Price:</span></strong> <strong>R990.00</strong>\n\n<strong><span style=\"color: #ff0000;\">Silver Ticket</span></strong>\n- Attend the Business Breakfast on site in Johannesburg only\n- Watch the Small Business Live TV Broadcast on site\n- Special Seating Arrangements\n- Attend the Masterclass\n- Lunch included\n<span style=\"color: #333399;\"><strong>Price:</strong> </span><strong>R1950.00</strong>\n\n<span style=\"color: #ff0000;\"><strong>Gold Package</strong></span>\n- Attend the Business Breakfast on site in Johannesburg only\n- Watch the Small Business Live TV on site\n- Attend the Small Business Masterclass\n- Early Entrance\n- Special Seating Arrangements at the Small Business Budget Breakfast, TV Broadcast, Lunch &amp; Masterclass\n- Lunch with Speakers &amp; VIP’s\n- Small Business Live Goody Bag\n<span style=\"color: #333399;\"><strong>Price:</strong></span> <strong>2950.00</strong>\n\n<strong><a href=\"http://www.taranisco.co.za/registration/\">Register Now!</a></strong>\n\n&nbsp;[/vc_column_text][/vc_column][/vc_row]','Small Business Live TV Broadcast','','inherit','closed','closed','','618-revision-v1','','','2018-11-15 10:54:32','2018-11-15 10:54:32','',618,'http://www.taranisco.co.za/2018/11/15/618-revision-v1/',0,'revision','',0),(845,1,'2018-11-15 10:55:09','2018-11-15 10:55:09','[vc_row padding_top=\"1em\"][vc_column width=\"1/2\"][vc_custom_heading text=\"How to register\" uppercase=\"yes\" font_container=\"tag:h3|text_align:left\"][vc_column_text]<span style=\"color: #333399;\"><strong>Small Business Live TV Broadcast: Registration</strong></span>\n\nAll participants must fill out the form below. An email confirming your registration will be sent to you once the process is complete.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_custom_heading text=\"Notice\" uppercase=\"yes\" font_container=\"tag:h3|text_align:left\"][vc_column_text]Once we\'ve received your details, we will check it against our list of participating venues and advise you accordingly. Where no participating venue is found when registering, we will endeavour to contact your local municipality to consider hosting a site.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"16px\"][contact-form-7 id=\"7\"][/vc_column][/vc_row]','Registration: Small Business Live TV Broadcast: Thursday 21 February 2019','','inherit','closed','closed','','334-revision-v1','','','2018-11-15 10:55:09','2018-11-15 10:55:09','',334,'http://www.taranisco.co.za/2018/11/15/334-revision-v1/',0,'revision','',0),(846,1,'2018-11-15 11:11:03','2018-11-15 11:11:03','[vc_row][vc_column][vc_column_text]<img class=\"alignnone size-medium wp-image-603 alignleft\" src=\"http://www.taranisco.co.za/wp-content/uploads/2016/10/human-668299-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\" /><span style=\"color: #333399;\"><strong>Watch the Small Business Live TV broadcast at your local venue!</strong></span>\n<p style=\"text-align: justify;\"><em><span style=\"color: #333399;\"><strong>Small Business Live</strong></span> </em>will take place on Thursday 21 and will kick off with the <span style=\"color: #333399;\"><em><strong>Small Business Live Breakfast</strong></em></span> and followed by an exclusive <span style=\"color: #333399;\"><em><strong>National TV Broadcast</strong></em>,</span> via satellite to locations across the country.</p>\n<p style=\"text-align: justify;\">The broadcast is a groundbreaking initiative aimed at presenting all of government\'s small business support programs to thousands of entrepreneurs at hundreds of venues countrywide.</p>\n<p style=\"text-align: justify;\">The day will kick-off with the <span style=\"color: #333399;\"><em><strong>Small Business Live Breakfast</strong></em><span style=\"color: #000000;\">, which will feature panel discussions with successful business people sharing their strategies with guests in a highly interactive environment.</span></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong><em>The Small Business Live TV Broadcast</em></strong></span> aims to feature industry experts conducting \"how to presentations\" on government\'s key support programs like the Small Enterprise Development Agency (Seda); Small Enterprise Finance Agency (SEFA); National Empowerment Fund (NEF); Industrial Development Corporation (IDC); National Youth Development Agency (NYDA); Land Bank, MAFISA and corporate B-BBEE Enterprise Development Programs as well as Access to Finance from the major banks.</p>\n<p style=\"text-align: justify;\">Thousands of entrepreneurs will be hosted at venues in their local communities by municipalities, provincial economic development departments, corporates and agencies as well as independent small business support organisations.</p>\n<p style=\"text-align: justify;\">Delegates attending the <span style=\"color: #333399;\"><em><strong>Small Business Live TV Broadcast</strong></em></span> will be also able to interact with the presenters via SMS, Twitter and Facebook respectively.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><em><strong>Small Business Live will Empower Your Business!</strong></em></span> A powerful Masterclass will be held after lunch wherein delegates will hear from our industry thought leaders on how to supply big business and tender for government contracts.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Ticket Options</strong></span></p>\n<span style=\"color: #ff0000;\"><strong>Rest of the Country: </strong></span><span style=\"color: #ff0000;\"><strong>Free Ticket</strong></span>\n- Free Entry only to watch the Small Business Live Broadcast at your local confirmed site\n- Lunch not included\n<span style=\"color: #333399;\"><strong>Price:</strong> </span>Not Applicable\n\n<span style=\"color: #333399;\"><strong>Johannesburg Only: Options</strong></span>\n\n<span style=\"color: #ff0000;\"><strong>Free Ticket</strong></span>\n- Free Entry only to watch the Small Business Live Broadcast on site: Venue to be confirmed\n- Lunch not included\n<span style=\"color: #333399;\"><strong>Price:</strong> </span>Not Applicable. Limited Seating\n\n<span style=\"color: #ff0000;\"><strong>Bronze Ticket</strong></span>\n- Attend the Business Breakfast on site in Johannesburg only\n- Watch the Small Business Live TV Broadcast on site\n- Lunch not included\n<strong><span style=\"color: #333399;\">Price:</span></strong> <strong>R990.00</strong>\n\n<strong><span style=\"color: #ff0000;\">Silver Ticket</span></strong>\n- Attend the Business Breakfast on site in Johannesburg only\n- Watch the Small Business Live TV Broadcast on site\n- Special Seating Arrangements\n- Attend the Masterclass\n- Lunch included\n<span style=\"color: #333399;\"><strong>Price:</strong> </span><strong>R1950.00</strong>\n\n<span style=\"color: #ff0000;\"><strong>Gold Package</strong></span>\n- Attend the Business Breakfast on site in Johannesburg only\n- Watch the Small Business Live TV on site\n- Attend the Small Business Masterclass\n- Early Entrance\n- Special Seating Arrangements at the Small Business Budget Breakfast, TV Broadcast, Lunch &amp; Masterclass\n- Lunch with Speakers &amp; VIP’s\n- Small Business Live Goody Bag\n<span style=\"color: #333399;\"><strong>Price:</strong></span> <strong>2950.00</strong>\n\n<strong><a href=\"http://www.taranisco.co.za/registration/\">Register Now!</a></strong>\n\n&nbsp;[/vc_column_text][/vc_column][/vc_row]','Small Business Live TV Broadcast','','inherit','closed','closed','','618-revision-v1','','','2018-11-15 11:11:03','2018-11-15 11:11:03','',618,'http://www.taranisco.co.za/2018/11/15/618-revision-v1/',0,'revision','',0),(847,1,'2018-11-15 11:46:23','2018-11-15 11:46:23','[vc_row margin_top=\"-1em\"][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 14pt;\">ATTEND SMALL BUSINESS LIVE ON-SITE IN JOHANNESBURG!</span></h2>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Thursday 21 February 2019!</strong></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>The Premier Event to Grow your Business!</strong></span></p>\n<p style=\"text-align: justify;\">By attending Small Business Live you will be empowered on how to submit effective applications for support programmes available in the market and improve the capacity of your enterprise to serve your clients more efficiently.</p>\n<p style=\"text-align: justify;\">Government\'s changed tendering laws came into effect recently and in most tenders big companies will be obliged to sub-contract with qualifying small businesses.</p>\n<p style=\"text-align: justify;\">Companies will also be looking to build the capacity of small businesses through Supplier &amp; Enterprise Development Programmes and by attending Small Business Live, you will put yourself in the frontline of these support initiatives.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Attend Small Business Live and Benefit from Top Advice!</strong></span></p>\n<p style=\"text-align: justify;\">[/vc_column_text][vc_btn title=\"Registration\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F|||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 14pt;\">WHY NOT WATCH SMALL BUSINESS LIVE AT YOUR LOCAL SITE?</span></h2>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Thursday 21 February 2019!</strong></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>The Premier Event to Fund your Business!</strong></span></p>\n<p style=\"text-align: justify;\">Be part of this groundbreaking TV Broadcast, which will be watched countrywide in a three-hour long presentation on how to successfully access small business support programmes offered by both the government and the private sector respectively.</p>\n<p style=\"text-align: justify;\">Small Business Live will partner with local municipalities and provincial government departments to host venue\'s in their areas allowing local small businesses to attend and watch the broadcast. The broadcast will eliminate the need for rural small businesses to travel to bigger towns and cities since they can watch the presentations in the comfort of a local venue.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>BOOK YOUR SEAT NOW!</strong></span></p>\n[/vc_column_text][vc_btn title=\"Registration\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F|||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 14pt;\">WIN GREAT PRIZES!</span></h2>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Thursday 21 February 2019!</strong></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>The Premier Event to Watch at your Local Site!</strong></span></p>\n<p style=\"text-align: justify;\">All delegates watching the Small Business Live broadcast at any participating venue will be in line to win exciting prizes! <strong>Please Note:</strong> <em>The broadcast can only be watched at participating venue\'s. Please call us if your area is not listed.</em></p>\n<p style=\"text-align: justify;\"><strong>WIN!</strong></p>\n\n<ul style=\"text-align: justify;\">\n 	<li>An exclusive lunch with some of SA\'s top self made business icons</li>\n 	<li>Win Business Support Vouchers to grow your business</li>\n 	<li>Win web site design-vouchers to market your business</li>\n 	<li>Win Digital Marketing Campaign-vouchers</li>\n 	<li>Win Mobile Data-vouchers</li>\n 	<li>Win Radio Exposure-vouchers</li>\n 	<li>Win Print Media Exposure-vouchers</li>\n</ul>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>WATCH IT LIVE AND WIN!</strong></span></p>\n[/vc_column_text][vc_btn title=\"Registration\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F|||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\"][/vc_column][/vc_row][vc_row][vc_column][om_reduce_space height=\"1em\"][vc_cta h2=\"Don\'t miss this unique business support opportunity!\" h4=\"Join the discussion on the future of Small Business in South Africa!\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Interact with Our (color1)Speakers(/color1)\n\nLive via SMS, Twitter &amp; Facebook!\" uppercase=\"yes\" text_additional=\"Get a Front Row Seat and Get Empowered!\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Speakers\"][om_reduce_space height=\"1em\"][/vc_column][/vc_row][vc_row bg_type=\"gradient\" gradient_type=\"diagonal2\" bg_color=\"#676767\" bg_color2=\"#313131\" font_color=\"#ffffff\"][vc_column][om_testimonials filter=\"category\" categories=\"group-1\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"(color1)SMALL BUSINESS LIVE TV Broadcast(/color1) Schedule:\n\" uppercase=\"yes\" text_additional=\"(color3)Thursday 21 February 2019(/color3)\n(color2)(10:00-13:00)(/color2) \" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Schedule\"][om_agenda display_speakers=\"\"][om_agenda_day title=\"Small Business Live: TV Broadcast\"][om_agenda_item time=\"09:50 \" room=\" \" title=\"All delegates to be seated\"] [/om_agenda_item][om_agenda_item time=\"10:00-10:05\" room=\" \" title=\"Broadcast Commences with Opening &amp; Welcome\"] [/om_agenda_item][om_agenda_item time=\"10:05-10:20\" room=\" \" title=\"Access to Finance: First Presentation\"][/om_agenda_item][om_agenda_item time=\"10:20-10:35\" title=\"Access to Finance: Second Presentation\"][/om_agenda_item][om_agenda_item time=\"10:35-10:50\" title=\"Access to Finance: Third Presentation\"][/om_agenda_item][om_agenda_item time=\"10:50-11:05\" title=\"Access to Finance: Fourth Presentation\"][/om_agenda_item][om_agenda_item time=\"11:05-11:20\" title=\"Access to Finance: Fifth Presentation\"][/om_agenda_item][om_agenda_item time=\"11.20-11.30\" title=\"Delegates\' Questions &amp; Answers\"][/om_agenda_item][om_agenda_item time=\"11:30-11:50\" title=\"Networking Break\"][/om_agenda_item][om_agenda_item time=\"11:50-12:05\" title=\"Access to Finance: Sixth Presentation \"][/om_agenda_item][om_agenda_item time=\"12:05-12:20\" title=\"Access to Finance: Seventh Presentation\"][/om_agenda_item][om_agenda_item time=\"12:20-12:55\" title=\"The Best Advice Ever: Panel Discussion\"][/om_agenda_item][om_agenda_item time=\"12:55-13:00\" title=\"Broadcast Ends\"][/om_agenda_item][/om_agenda_day][om_agenda_day][/om_agenda_day][/om_agenda][vc_cta h2=\"Number of participants is limited!\" h4=\"Don\'t miss your seat!\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"2em\"][vc_custom_heading text=\"Our (color1)Sponsors(/color1) and Partners\" uppercase=\"yes\" text_additional=\"If you would like to become a Sponsoring Partner to Small Business Live, contact Gerrit on Cell. 082 496 1657 or gerrit@taranisco.co.za\" font_container=\"tag:h1|text_align:center\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','12-revision-v1','','','2018-11-15 11:46:23','2018-11-15 11:46:23','',12,'http://www.taranisco.co.za/2018/11/15/12-revision-v1/',0,'revision','',0),(848,1,'2018-11-15 11:46:46','2018-11-15 11:46:46','[vc_row margin_top=\"-1em\"][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 14pt;\">WHY NOT ATTEND SMALL BUSINESS LIVE ON-SITE IN JOHANNESBURG?</span></h2>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Thursday 21 February 2019!</strong></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>The Premier Event to Grow your Business!</strong></span></p>\n<p style=\"text-align: justify;\">By attending Small Business Live you will be empowered on how to submit effective applications for support programmes available in the market and improve the capacity of your enterprise to serve your clients more efficiently.</p>\n<p style=\"text-align: justify;\">Government\'s changed tendering laws came into effect recently and in most tenders big companies will be obliged to sub-contract with qualifying small businesses.</p>\n<p style=\"text-align: justify;\">Companies will also be looking to build the capacity of small businesses through Supplier &amp; Enterprise Development Programmes and by attending Small Business Live, you will put yourself in the frontline of these support initiatives.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Attend Small Business Live and Benefit from Top Advice!</strong></span></p>\n<p style=\"text-align: justify;\">[/vc_column_text][vc_btn title=\"Registration\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F|||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\" delimiter=\"vline\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 14pt;\">WHY NOT WATCH SMALL BUSINESS LIVE AT YOUR LOCAL SITE?</span></h2>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Thursday 21 February 2019!</strong></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>The Premier Event to Fund your Business!</strong></span></p>\n<p style=\"text-align: justify;\">Be part of this groundbreaking TV Broadcast, which will be watched countrywide in a three-hour long presentation on how to successfully access small business support programmes offered by both the government and the private sector respectively.</p>\n<p style=\"text-align: justify;\">Small Business Live will partner with local municipalities and provincial government departments to host venue\'s in their areas allowing local small businesses to attend and watch the broadcast. The broadcast will eliminate the need for rural small businesses to travel to bigger towns and cities since they can watch the presentations in the comfort of a local venue.</p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>BOOK YOUR SEAT NOW!</strong></span></p>\n[/vc_column_text][vc_btn title=\"Registration\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F|||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\" mobile_hide=\"yes\"][/vc_column][vc_column width=\"1/3\"][vc_empty_space height=\"2em\"][vc_column_text]\n<h2 style=\"text-align: left;\"><span style=\"font-size: 14pt;\">WIN GREAT PRIZES!</span></h2>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>Thursday 21 February 2019!</strong></span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>The Premier Event to Watch at your Local Site!</strong></span></p>\n<p style=\"text-align: justify;\">All delegates watching the Small Business Live broadcast at any participating venue will be in line to win exciting prizes! <strong>Please Note:</strong> <em>The broadcast can only be watched at participating venue\'s. Please call us if your area is not listed.</em></p>\n<p style=\"text-align: justify;\"><strong>WIN!</strong></p>\n\n<ul style=\"text-align: justify;\">\n 	<li>An exclusive lunch with some of SA\'s top self made business icons</li>\n 	<li>Win Business Support Vouchers to grow your business</li>\n 	<li>Win web site design-vouchers to market your business</li>\n 	<li>Win Digital Marketing Campaign-vouchers</li>\n 	<li>Win Mobile Data-vouchers</li>\n 	<li>Win Radio Exposure-vouchers</li>\n 	<li>Win Print Media Exposure-vouchers</li>\n</ul>\n<p style=\"text-align: justify;\"><span style=\"color: #333399;\"><strong>WATCH IT LIVE AND WIN!</strong></span></p>\n[/vc_column_text][vc_btn title=\"Registration\" style=\"flat\" i_icon_fontawesome=\"fa fa-angle-right\" link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F|||\" add_icon=\"true\"][vc_empty_space height=\"2.5em\"][/vc_column][/vc_row][vc_row][vc_column][om_reduce_space height=\"1em\"][vc_cta h2=\"Don\'t miss this unique business support opportunity!\" h4=\"Join the discussion on the future of Small Business in South Africa!\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Interact with Our (color1)Speakers(/color1)\n\nLive via SMS, Twitter &amp; Facebook!\" uppercase=\"yes\" text_additional=\"Get a Front Row Seat and Get Empowered!\" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Speakers\"][om_reduce_space height=\"1em\"][/vc_column][/vc_row][vc_row bg_type=\"gradient\" gradient_type=\"diagonal2\" bg_color=\"#676767\" bg_color2=\"#313131\" font_color=\"#ffffff\"][vc_column][om_testimonials filter=\"category\" categories=\"group-1\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"(color1)SMALL BUSINESS LIVE TV Broadcast(/color1) Schedule:\n\" uppercase=\"yes\" text_additional=\"(color3)Thursday 21 February 2019(/color3)\n(color2)(10:00-13:00)(/color2) \" add_shadow_text=\"yes\" font_container=\"tag:h1|text_align:center\" css_animation=\"custom\" shadow_text=\"Schedule\"][om_agenda display_speakers=\"\"][om_agenda_day title=\"Small Business Live: TV Broadcast\"][om_agenda_item time=\"09:50 \" room=\" \" title=\"All delegates to be seated\"] [/om_agenda_item][om_agenda_item time=\"10:00-10:05\" room=\" \" title=\"Broadcast Commences with Opening &amp; Welcome\"] [/om_agenda_item][om_agenda_item time=\"10:05-10:20\" room=\" \" title=\"Access to Finance: First Presentation\"][/om_agenda_item][om_agenda_item time=\"10:20-10:35\" title=\"Access to Finance: Second Presentation\"][/om_agenda_item][om_agenda_item time=\"10:35-10:50\" title=\"Access to Finance: Third Presentation\"][/om_agenda_item][om_agenda_item time=\"10:50-11:05\" title=\"Access to Finance: Fourth Presentation\"][/om_agenda_item][om_agenda_item time=\"11:05-11:20\" title=\"Access to Finance: Fifth Presentation\"][/om_agenda_item][om_agenda_item time=\"11.20-11.30\" title=\"Delegates\' Questions &amp; Answers\"][/om_agenda_item][om_agenda_item time=\"11:30-11:50\" title=\"Networking Break\"][/om_agenda_item][om_agenda_item time=\"11:50-12:05\" title=\"Access to Finance: Sixth Presentation \"][/om_agenda_item][om_agenda_item time=\"12:05-12:20\" title=\"Access to Finance: Seventh Presentation\"][/om_agenda_item][om_agenda_item time=\"12:20-12:55\" title=\"The Best Advice Ever: Panel Discussion\"][/om_agenda_item][om_agenda_item time=\"12:55-13:00\" title=\"Broadcast Ends\"][/om_agenda_item][/om_agenda_day][om_agenda_day][/om_agenda_day][/om_agenda][vc_cta h2=\"Number of participants is limited!\" h4=\"Don\'t miss your seat!\" remove_margins=\"yes\" add_button=\"right\" btn_title=\"Register Now!\" btn_link=\"url:http%3A%2F%2Fwww.taranisco.co.za%2Fregistration%2F||\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"2em\"][vc_custom_heading text=\"Our (color1)Sponsors(/color1) and Partners\" uppercase=\"yes\" text_additional=\"If you would like to become a Sponsoring Partner to Small Business Live, contact Gerrit on Cell. 082 496 1657 or gerrit@taranisco.co.za\" font_container=\"tag:h1|text_align:center\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','12-revision-v1','','','2018-11-15 11:46:46','2018-11-15 11:46:46','',12,'http://www.taranisco.co.za/2018/11/15/12-revision-v1/',0,'revision','',0);
/*!40000 ALTER TABLE `wpap_posts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpap_revslider_css`
--

DROP TABLE IF EXISTS `wpap_revslider_css`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpap_revslider_css` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `handle` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `settings` longtext COLLATE utf8mb4_unicode_ci,
  `hover` longtext COLLATE utf8mb4_unicode_ci,
  `params` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `advanced` longtext COLLATE utf8mb4_unicode_ci,
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=110 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpap_revslider_css`
--

LOCK TABLES `wpap_revslider_css` WRITE;
/*!40000 ALTER TABLE `wpap_revslider_css` DISABLE KEYS */;
INSERT INTO `wpap_revslider_css` VALUES (1,'.tp-caption.medium_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"padding\":\"2px 4px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#888\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"margin\":\"0px\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(2,'.tp-caption.small_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"14px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"margin\":\"0px\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(3,'.tp-caption.medium_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"margin\":\"0px\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(4,'.tp-caption.large_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-family\":\"Arial\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"margin\":\"0px\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(5,'.tp-caption.very_large_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"margin\":\"0px\",\"white-space\":\"nowrap\",\"letter-spacing\":\"-2px\"},\"hover\":\"\"}'),(6,'.tp-caption.very_big_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"border-width\":\"0px\",\"border-style\":\"none\",\"padding\":\"0px 4px\",\"background-color\":\"#000\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"white-space\":\"nowrap\",\"padding-top\":\"1px\"},\"hover\":\"\"}'),(7,'.tp-caption.very_big_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#000\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"border-width\":\"0px\",\"border-style\":\"none\",\"padding\":\"0px 4px\",\"background-color\":\"#fff\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"white-space\":\"nowrap\",\"padding-top\":\"1px\"},\"hover\":\"\"}'),(8,'.tp-caption.modern_medium_fat','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#000\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(9,'.tp-caption.modern_medium_fat_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(10,'.tp-caption.modern_medium_light','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#000\",\"font-weight\":\"300\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(11,'.tp-caption.modern_big_bluebg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#4e5b6c\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"letter-spacing\":\"0\"},\"hover\":\"\"}'),(12,'.tp-caption.modern_big_redbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#de543e\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"padding-top\":\"1px\",\"margin\":\"0px\",\"letter-spacing\":\"0\"},\"hover\":\"\"}'),(13,'.tp-caption.modern_small_text_dark','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#555\",\"font-size\":\"14px\",\"line-height\":\"22px\",\"font-family\":\"Arial\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(14,'.tp-caption.boxshadow','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','[]','{\"idle\":{\"-moz-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"-webkit-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\"},\"hover\":\"\"}'),(15,'.tp-caption.black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#000\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(16,'.tp-caption.noshadow','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','[]','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(17,'.tp-caption.thinheadline_dark','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"rgba(0,0,0,0.85)\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\"},\"hover\":\"\"}'),(18,'.tp-caption.thintext_dark','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"rgba(0,0,0,0.85)\",\"font-weight\":\"300\",\"font-size\":\"16px\",\"line-height\":\"26px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\"},\"hover\":\"\"}'),(19,'.tp-caption.largeblackbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#000\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}'),(20,'.tp-caption.largepinkbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#db4360\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}'),(21,'.tp-caption.largewhitebg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#000\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#fff\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}'),(22,'.tp-caption.largegreenbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#67ae73\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}'),(23,'.tp-caption.excerpt','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"36px\",\"line-height\":\"36px\",\"font-weight\":\"700\",\"font-family\":\"Arial\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"rgba(0, 0, 0, 1)\",\"padding\":\"1px 4px 0px 4px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 255, 255)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\",\"margin\":\"0px\",\"letter-spacing\":\"-1.5px\",\"width\":\"150px\",\"white-space\":\"normal !important\",\"height\":\"auto\"},\"hover\":\"\"}'),(24,'.tp-caption.large_bold_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\",\"margin\":\"0px\"},\"hover\":\"\"}'),(25,'.tp-caption.medium_thin_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"34px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\",\"margin\":\"0px\"},\"hover\":\"\"}'),(26,'.tp-caption.small_thin_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"18px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(117, 117, 117)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\",\"margin\":\"0px\"},\"hover\":\"\"}'),(27,'.tp-caption.lightgrey_divider','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"text-decoration\":\"none\",\"background-color\":\"rgba(235, 235, 235, 1)\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}','{\"idle\":{\"width\":\"370px\",\"height\":\"3px\",\"background-position\":\"initial initial\",\"background-repeat\":\"initial initial\"},\"hover\":\"\"}'),(28,'.tp-caption.large_bold_darkblue','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(29,'.tp-caption.medium_bg_darkblue','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(52, 73, 94)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(30,'.tp-caption.medium_bold_red','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(31,'.tp-caption.medium_light_red','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"21px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(32,'.tp-caption.medium_bg_red','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(227, 58, 12)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(33,'.tp-caption.medium_bold_orange','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(243, 156, 18)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(34,'.tp-caption.medium_bg_orange','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(243, 156, 18)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(35,'.tp-caption.grassfloor','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"text-decoration\":\"none\",\"background-color\":\"rgba(160, 179, 151, 1)\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}','{\"idle\":{\"width\":\"4000px\",\"height\":\"150px\"},\"hover\":\"\"}'),(36,'.tp-caption.large_bold_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(37,'.tp-caption.medium_light_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(38,'.tp-caption.mediumlarge_light_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(39,'.tp-caption.mediumlarge_light_white_center','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px 0px 0px 0px\",\"text-align\":\"center\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(40,'.tp-caption.medium_bg_asbestos','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(127, 140, 141)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(41,'.tp-caption.medium_light_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(42,'.tp-caption.large_bold_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(43,'.tp-caption.mediumlarge_light_darkblue','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(44,'.tp-caption.small_light_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"17px\",\"line-height\":\"28px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(45,'.tp-caption.roundedimage','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(46,'.tp-caption.large_bg_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(0, 0, 0)\",\"padding\":\"10px 20px 15px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(47,'.tp-caption.mediumwhitebg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(255, 255, 255)\",\"padding\":\"5px 15px 10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(0, 0, 0)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(48,'.tp-caption.MarkerDisplay','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ff0000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"font-style\":\"normal\",\"font-family\":\"Permanent Marker\",\"padding\":\"0px 0px 0px 0px\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(49,'.tp-caption.Restaurant-Display','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"color\":\"#ffffff\",\"font-size\":\"120px\",\"line-height\":\"120px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(50,'.tp-caption.Restaurant-Cursive','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"color\":\"#ffffff\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Nothing you could do\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(51,'.tp-caption.Restaurant-ScrollDownText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"color\":\"#ffffff\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(52,'.tp-caption.Restaurant-Description','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"color\":\"#ffffff\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(53,'.tp-caption.Restaurant-Price','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"color\":\"#ffffff\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(54,'.tp-caption.Restaurant-Menuitem','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"500\",\"easing\":\"Power2.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(55,'.tp-caption.Furniture-LogoText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#e6cfa3\",\"color-transparency\":\"1\",\"font-size\":\"160px\",\"line-height\":\"150px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(56,'.tp-caption.Furniture-Plus','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0.5\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#e6cfa3\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"6px\",\"7px\",\"4px\",\"7px\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"text-shadow\":\"none\",\"box-shadow\":\"rgba(0,0,0,0.1) 0 1px 3px\"},\"hover\":\"\"}'),(57,'.tp-caption.Furniture-Title','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"text-shadow\":\"none\",\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(58,'.tp-caption.Furniture-Subtitle','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(59,'.tp-caption.Gym-Display','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"80px\",\"line-height\":\"70px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(60,'.tp-caption.Gym-Subline','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"5px\"},\"hover\":\"\"}'),(61,'.tp-caption.Gym-SmallText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"22\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(62,'.tp-caption.Fashion-SmallText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"12px\",\"line-height\":\"20px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(63,'.tp-caption.Fashion-BigDisplay','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(64,'.tp-caption.Fashion-TextBlock','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"40px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(65,'.tp-caption.Sports-Display','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"130px\",\"line-height\":\"130px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"13px\"},\"hover\":\"\"}'),(66,'.tp-caption.Sports-DisplayFat','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"130px\",\"line-height\":\"130px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":[\"\"],\"hover\":\"\"}'),(67,'.tp-caption.Sports-Subline','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"32px\",\"line-height\":\"32px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"4px\"},\"hover\":\"\"}'),(68,'.tp-caption.Instagram-Caption','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(69,'.tp-caption.News-Title','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"70px\",\"line-height\":\"60px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto Slab\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(70,'.tp-caption.News-Subtitle','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.65\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0px\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"300\",\"easing\":\"Power3.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"24px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto Slab\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(71,'.tp-caption.Photography-Display','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"80px\",\"line-height\":\"70px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"5px\"},\"hover\":\"\"}'),(72,'.tp-caption.Photography-Subline','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#777777\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(73,'.tp-caption.Photography-ImageHover','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"0.5\",\"scalex\":\"0.8\",\"scaley\":\"0.8\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"1000\",\"easing\":\"Power3.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"22\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(74,'.tp-caption.Photography-Menuitem','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#00ffde\",\"background-transparency\":\"0.65\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0.65\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(75,'.tp-caption.Photography-Textblock','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(76,'.tp-caption.Photography-Subline-2','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.35\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(77,'.tp-caption.Photography-ImageHover2','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"0.5\",\"scalex\":\"0.8\",\"scaley\":\"0.8\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"500\",\"easing\":\"Back.easeOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"22\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Arial\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(78,'.tp-caption.WebProduct-Title','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#333333\",\"color-transparency\":\"1\",\"font-size\":\"90px\",\"line-height\":\"90px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(79,'.tp-caption.WebProduct-SubTitle','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#999999\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(80,'.tp-caption.WebProduct-Content','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#999999\",\"color-transparency\":\"1\",\"font-size\":\"16px\",\"line-height\":\"24px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(81,'.tp-caption.WebProduct-Menuitem','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#999999\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#333333\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(82,'.tp-caption.WebProduct-Title-Light','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"90px\",\"line-height\":\"90px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(83,'.tp-caption.WebProduct-SubTitle-Light','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.35\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(84,'.tp-caption.WebProduct-Content-Light','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.65\",\"font-size\":\"16px\",\"line-height\":\"24px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(85,'.tp-caption.FatRounded','{\"hover\":\"true\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#d3d3d3\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"20px\",\"22px\",\"20px\",\"25px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0.5\",\"border-color\":\"#d3d3d3\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(86,'.tp-caption.NotGeneric-Title','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"70px\",\"line-height\":\"70px\",\"font-weight\":\"800\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"10px 0px 10px 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"[object Object]\",\"hover\":\"\"}'),(87,'.tp-caption.NotGeneric-SubTitle','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"13px\",\"line-height\":\"20px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"4px\",\"text-align\":\"left\"},\"hover\":\"\"}'),(88,'.tp-caption.NotGeneric-CallToAction','{\"hover\":\"true\",\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":\"0px 0px 0px 0px\",\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"10px 30px 10px 30px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}'),(89,'.tp-caption.NotGeneric-Icon','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"default\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"0px 0px 0px 0px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}'),(90,'.tp-caption.NotGeneric-Menuitem','{\"hover\":\"true\",\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":\"0px 0px 0px 0px\",\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"27px 30px 27px 30px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.15\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}'),(91,'.tp-caption.MarkerStyle','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"30px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"\\\"Permanent Marker\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"text-align\":\"left\",\"0\":\"\"},\"hover\":\"\"}'),(92,'.tp-caption.Gym-Menuitem','{\"hover\":\"true\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(93,'.tp-caption.Newspaper-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#FFFFFF\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"13px\",\"line-height\":\"17px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(94,'.tp-caption.Newspaper-Subtitle','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#a8d8ee\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(95,'.tp-caption.Newspaper-Title','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"50px\",\"line-height\":\"55px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Roboto Slab\\\"\",\"padding\":[\"0\",\"0\",\"10px\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(96,'.tp-caption.Newspaper-Title-Centered','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"50px\",\"line-height\":\"55px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Roboto Slab\\\"\",\"padding\":[\"0\",\"0\",\"10px\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"center\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(97,'.tp-caption.Hero-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(98,'.tp-caption.Video-Title','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"5px\",\"5px\",\"5px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"-20%\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(99,'.tp-caption.Video-SubTitle','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"12px\",\"line-height\":\"12px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"5px\",\"5px\",\"5px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0.35\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"-20%\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(100,'.tp-caption.NotGeneric-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}'),(101,'.tp-caption.NotGeneric-BigButton','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"27px\",\"30px\",\"27px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.15\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(102,'.tp-caption.WebProduct-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#333333\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"2\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"16px\",\"line-height\":\"48px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0px\",\"40px\",\"0px\",\"40px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#333333\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"2\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}'),(103,'.tp-caption.Restaurant-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffe081\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#0a0a0a\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(104,'.tp-caption.Gym-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#72a800\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"13px\",\"35px\",\"13px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#8bc027\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}'),(105,'.tp-caption.Gym-Button-Light','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#72a800\",\"background-transparency\":\"0\",\"border-color\":\"#8bc027\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power2.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(106,'.tp-caption.Sports-Button-Light','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"500\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(107,'.tp-caption.Sports-Button-Red','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"500\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#db1c22\",\"background-transparency\":\"1\",\"border-color\":\"#db1c22\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(108,'.tp-caption.Photography-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"13px\",\"35px\",\"13px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}'),(109,'.tp-caption.Newspaper-Button-2','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}');
/*!40000 ALTER TABLE `wpap_revslider_css` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpap_revslider_layer_animations`
--

DROP TABLE IF EXISTS `wpap_revslider_layer_animations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpap_revslider_layer_animations` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `handle` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `params` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `settings` text COLLATE utf8mb4_unicode_ci,
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpap_revslider_layer_animations`
--

LOCK TABLES `wpap_revslider_layer_animations` WRITE;
/*!40000 ALTER TABLE `wpap_revslider_layer_animations` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpap_revslider_layer_animations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpap_revslider_navigations`
--

DROP TABLE IF EXISTS `wpap_revslider_navigations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpap_revslider_navigations` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `handle` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `css` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `markup` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `settings` longtext COLLATE utf8mb4_unicode_ci,
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpap_revslider_navigations`
--

LOCK TABLES `wpap_revslider_navigations` WRITE;
/*!40000 ALTER TABLE `wpap_revslider_navigations` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpap_revslider_navigations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpap_revslider_sliders`
--

DROP TABLE IF EXISTS `wpap_revslider_sliders`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpap_revslider_sliders` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `title` tinytext COLLATE utf8mb4_unicode_ci NOT NULL,
  `alias` tinytext COLLATE utf8mb4_unicode_ci,
  `params` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `settings` text COLLATE utf8mb4_unicode_ci,
  `type` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpap_revslider_sliders`
--

LOCK TABLES `wpap_revslider_sliders` WRITE;
/*!40000 ALTER TABLE `wpap_revslider_sliders` DISABLE KEYS */;
INSERT INTO `wpap_revslider_sliders` VALUES (1,'Primary Slider','primary-slider','{\"hero_active\":\"-1\",\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-access-token\":\"\",\"instagram-user-id\":\"\",\"flickr-count\":\"\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"facebook-count\":\"\",\"facebook-transient\":\"1200\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"album\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"twitter-count\":\"\",\"twitter-transient\":\"1200\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"off\",\"twitter-include-retweets\":\"off\",\"twitter-exclude-replies\":\"off\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"youtube-count\":\"\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"vimeo-count\":\"\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"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\":\"Primary Slider\",\"alias\":\"primary-slider\",\"shortcode\":\"[rev_slider alias=\\\\\\\"primary-slider\\\\\\\"]\",\"slider-type\":\"standard\",\"slider_type\":\"auto\",\"width\":\"1168\",\"height\":\"410\",\"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\",\"delay\":\"6000\",\"start_js_after_delay\":\"0\",\"def-slide_transition\":\"fade\",\"def-transition_duration\":\"200\",\"def-image_source_type\":\"full\",\"def-background_fit\":\"cover\",\"def-bg_fit_x\":\"100\",\"def-bg_fit_y\":\"100\",\"def-bg_position\":\"center center\",\"def-bg_position_x\":\"0\",\"def-bg_position_y\":\"0\",\"def-bg_repeat\":\"no-repeat\",\"def-kenburn_effect\":\"off\",\"def-kb_start_fit\":\"100\",\"def-kb_easing\":\"Linear.easeNone\",\"def-kb_end_fit\":\"100\",\"def-kb_start_offset_x\":\"0\",\"def-kb_start_offset_y\":\"0\",\"def-kb_end_offset_x\":\"0\",\"def-kb_end_offset_y\":\"0\",\"def-kb_start_rotate\":\"0\",\"def-kb_end_rotate\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"Clear\",\"start_with_slide_enable\":\"off\",\"start_with_slide\":\"1\",\"first_transition_active\":\"off\",\"first_transition_type\":\"notransition\",\"first_transition_duration\":\"0\",\"first_transition_slot_amount\":\"0\",\"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\",\"enable_progressbar\":\"off\",\"show_timerbar\":\"top\",\"progress_height\":\"5\",\"progress_opa\":\"15\",\"progressbar_color\":\"#000000\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"on\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"0\",\"hide_all_layers_under\":\"0\",\"shadow_type\":\"0\",\"background_dotted_overlay\":\"none\",\"background_color\":\"transparent\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"http:\\/\\/www.taranisco.co.za\\/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\":\"2\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"off\",\"navigation_arrow_style\":\"round\",\"arrows_always_on\":\"false\",\"hide_arrows\":\"200\",\"hide_arrows_mobile\":\"1200\",\"hide_arrows_on_mobile\":\"off\",\"arrows_under_hidden\":\"0\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"0\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"center\",\"leftarrow_offset_hor\":\"20\",\"leftarrow_offset_vert\":\"0\",\"rightarrow_align_hor\":\"right\",\"rightarrow_align_vert\":\"center\",\"rightarrow_offset_hor\":\"20\",\"rightarrow_offset_vert\":\"0\",\"enable_bullets\":\"off\",\"navigation_bullets_style\":\"round\",\"bullets_space\":\"5\",\"bullets_direction\":\"horizontal\",\"bullets_always_on\":\"false\",\"hide_bullets\":\"200\",\"hide_bullets_mobile\":\"1200\",\"hide_bullets_on_mobile\":\"off\",\"bullets_under_hidden\":\"0\",\"hide_bullets_over\":\"off\",\"bullets_over_hidden\":\"0\",\"bullets_align_hor\":\"center\",\"bullets_align_vert\":\"bottom\",\"bullets_offset_hor\":\"0\",\"bullets_offset_vert\":\"20\",\"enable_thumbnails\":\"off\",\"thumbnails_padding\":\"5\",\"span_thumbnails_wrapper\":\"off\",\"thumbnails_wrapper_color\":\"transparent\",\"thumbnails_wrapper_opacity\":\"100\",\"thumbnails_style\":\"round\",\"thumb_amount\":\"5\",\"thumbnails_space\":\"5\",\"thumbnail_direction\":\"horizontal\",\"thumb_width\":\"100\",\"thumb_height\":\"50\",\"thumb_width_min\":\"100\",\"thumbs_always_on\":\"false\",\"hide_thumbs\":\"200\",\"hide_thumbs_mobile\":\"1200\",\"hide_thumbs_on_mobile\":\"off\",\"thumbs_under_hidden\":\"0\",\"hide_thumbs_over\":\"off\",\"thumbs_over_hidden\":\"0\",\"thumbnails_inner_outer\":\"inner\",\"thumbnails_align_hor\":\"center\",\"thumbnails_align_vert\":\"bottom\",\"thumbnails_offset_hor\":\"0\",\"thumbnails_offset_vert\":\"20\",\"enable_tabs\":\"off\",\"tabs_padding\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_wrapper_opacity\":\"5\",\"tabs_style\":\"round\",\"tabs_amount\":\"5\",\"tabs_space\":\"5\",\"tabs_direction\":\"horizontal\",\"tabs_width\":\"100\",\"tabs_height\":\"50\",\"tabs_width_min\":\"100\",\"tabs_always_on\":\"false\",\"hide_tabs\":\"200\",\"hide_tabs_mobile\":\"1200\",\"hide_tabs_on_mobile\":\"off\",\"tabs_under_hidden\":\"0\",\"hide_tabs_over\":\"off\",\"tabs_over_hidden\":\"0\",\"tabs_inner_outer\":\"inner\",\"tabs_align_hor\":\"center\",\"tabs_align_vert\":\"bottom\",\"tabs_offset_hor\":\"0\",\"tabs_offset_vert\":\"20\",\"touchenabled\":\"off\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"50\",\"swipe_direction\":\"horizontal\",\"keyboard_navigation\":\"off\",\"keyboard_direction\":\"horizontal\",\"mousescroll_navigation\":\"off\",\"previewimage_width\":\"100\",\"previewimage_height\":\"50\",\"carousel_infinity\":\"off\",\"carousel_space\":\"0\",\"carousel_borderr\":\"0\",\"carousel_borderr_unit\":\"px\",\"carousel_padding_top\":\"0\",\"carousel_padding_bottom\":\"0\",\"carousel_maxitems\":\"3\",\"carousel_stretch\":\"off\",\"carousel_fadeout\":\"on\",\"carousel_varyfade\":\"off\",\"carousel_rotation\":\"off\",\"carousel_varyrotate\":\"off\",\"carousel_maxrotation\":\"0\",\"carousel_scale\":\"off\",\"carousel_varyscale\":\"off\",\"carousel_scaledown\":\"50\",\"carousel_hposition\":\"center\",\"carousel_vposition\":\"center\",\"use_parallax\":\"off\",\"disable_parallax_mobile\":\"off\",\"ddd_parallax\":\"off\",\"ddd_parallax_shadow\":\"off\",\"ddd_parallax_bgfreeze\":\"off\",\"ddd_parallax_overflow\":\"off\",\"ddd_parallax_layer_overflow\":\"off\",\"ddd_parallax_zcorrection\":\"65\",\"parallax_type\":\"mouse\",\"parallax_origo\":\"enterpoint\",\"parallax_speed\":\"400\",\"parallax_level_16\":\"55\",\"parallax_level_1\":\"5\",\"parallax_level_2\":\"10\",\"parallax_level_3\":\"15\",\"parallax_level_4\":\"20\",\"parallax_level_5\":\"25\",\"parallax_level_6\":\"30\",\"parallax_level_7\":\"35\",\"parallax_level_8\":\"40\",\"parallax_level_9\":\"45\",\"parallax_level_10\":\"46\",\"parallax_level_11\":\"47\",\"parallax_level_12\":\"48\",\"parallax_level_13\":\"49\",\"parallax_level_14\":\"50\",\"parallax_level_15\":\"51\",\"lazy_load_type\":\"none\",\"seo_optimization\":\"none\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"show_alternate_image\":\"\",\"jquery_noconflict\":\"off\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"jquery_debugmode\":\"off\",\"custom_css\":\"\",\"custom_javascript\":\"\",\"version\":\"\"}','{\"version\":\"5.0.7\"}','');
/*!40000 ALTER TABLE `wpap_revslider_sliders` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpap_revslider_slides`
--

DROP TABLE IF EXISTS `wpap_revslider_slides`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpap_revslider_slides` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `slider_id` int(9) NOT NULL,
  `slide_order` int(11) NOT NULL,
  `params` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `layers` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `settings` text COLLATE utf8mb4_unicode_ci NOT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpap_revslider_slides`
--

LOCK TABLES `wpap_revslider_slides` WRITE;
/*!40000 ALTER TABLE `wpap_revslider_slides` DISABLE KEYS */;
INSERT INTO `wpap_revslider_slides` VALUES (2,1,3,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Clear\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&ref=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"normal\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"right top\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"kenburn_effect\":\"on\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"102\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"30\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"8000\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"http:\\/\\/www.taranisco.co.za\\/wp-content\\/\",\"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\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/www.taranisco.co.za\\/wp-content\\/uploads\\/2016\\/10\\/human-65924_1920.jpg\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"image_id\":\"601\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"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\",\"0\":\"Clear\"}','[{\"static_styles\":{\"font-size\":{\"desktop\":\"\"},\"line-height\":{\"desktop\":\"\"},\"font-weight\":{\"desktop\":\"100\"},\"color\":{\"desktop\":\"\"}},\"deformation\":{\"background-color\":\"#ffffff\",\"background-transparency\":\"0.5\",\"border-color\":\"#000000\",\"border-opacity\":\"0.5\",\"border-transparency\":\"0.5\",\"border-width\":\"0\",\"border-style\":\"solid\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\",\"text-transform\":\"none\"},\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"zindex\":\"auto\"},\"text\":\" \",\"alias\":\"Shape\",\"type\":\"shape\",\"style\":\"\",\"internal_class\":\"tp-shape tp-shapewrapper\",\"autolinebreak\":false,\"max_width\":{\"desktop\":\"389px\"},\"max_height\":{\"desktop\":\"100px\"},\"cover_mode\":\"fullheight\",\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":0},\"top\":{\"desktop\":0},\"hover\":false,\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power0.easeOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":700,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":1000,\"endspeed\":300,\"endtime\":6300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":389,\"height\":410,\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"2d_rotation\":0,\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":1,\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":1,\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"split_in_extratime\":-10,\"split_out_extratime\":-10},{\"text\":\"SMALL BUSINESS LIVE TV BROADCAST\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":22},\"top\":{\"desktop\":47},\"internal_class\":\"\",\"hover\":false,\"alias\":\"THE MOST AWAITEDEVEN...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"h2\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"sfl\",\"easing\":\"Power4.easeOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"830px\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"normal\"},\"static_end\":\"last\",\"speed\":510,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":999.448547363,\"endspeed\":310,\"endtime\":6309.44854736,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":831,\"height\":49,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"35px\"},\"line-height\":{\"desktop\":\"50px\"},\"font-weight\":{\"desktop\":\"700\"},\"color\":{\"desktop\":\"#082a3e\"}},\"x_start\":\"-50px\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"text-transform\":\"none\",\"parallax\":\"-\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"zindex\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":false,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"static_start\":\"1\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"split_in_extratime\":-10,\"split_out_extratime\":-10,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"static_styles\":{\"color\":{\"desktop\":\"#082a3e\"},\"font-size\":{\"desktop\":\"22px\"},\"line-height\":{\"desktop\":\"22px\"},\"font-weight\":{\"desktop\":\"700\"}},\"inline\":{\"idle\":{\"outline\":\"none\",\"box-shadow\":\"none\",\"box-sizing\":\"border-box\",\"-moz-box-sizing\":\"border-box\",\"-webkit-box-sizing\":\"border-box\"},\"hover\":{}},\"deformation\":{\"padding\":[\"16px\",\"35px\",\"16px\",\"35px\"],\"font-family\":\"\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"color-transparency\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-color\":\"#082a3e\",\"border-transparency\":\"0.25\",\"border-opacity\":\"1\",\"border-width\":\"2px\",\"border-style\":\"solid\",\"icon-class\":\"\",\"text-decoration\":\"none\",\"font-style\":\"normal\",\"text-align\":\"left\",\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"text-transform\":\"none\",\"parallax\":\"-\"},\"deformation-hover\":{\"background-color\":\"#FFFFFF\",\"background-transparency\":\"0\",\"color\":\"#082a3e\",\"color-transparency\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-color\":\"#082a3e\",\"border-transparency\":\"1\",\"border-opacity\":\"1\",\"border-width\":\"2px\",\"border-style\":\"solid\",\"icon-class\":\"\",\"css_cursor\":\"pointer\",\"text-decoration\":\"none\",\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"200\",\"easing\":\"Power0.easeInOut\",\"zindex\":\"auto\"},\"text\":\"REGISTRATION\",\"type\":\"button\",\"subtype\":\"roundbutton\",\"specialsettings\":{},\"alias\":\"Button\",\"style\":\"\",\"internal_class\":\"rev-btn\",\"resize-full\":true,\"resizeme\":true,\"max_width\":{\"desktop\":\"auto\"},\"max_height\":{\"desktop\":\"auto\"},\"autolinebreak\":false,\"hover\":true,\"unique_id\":4,\"left\":{\"desktop\":30},\"top\":{\"desktop\":30},\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"sfl\",\"easing\":\"Power4.easeOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":500,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"bottom\"},\"hiddenunder\":false,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":1100,\"endspeed\":300,\"endtime\":6300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":-1,\"height\":-1,\"cover_mode\":\"custom\",\"x_start\":\"-50px\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"2d_rotation\":0,\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"static_start\":\"1\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"split_in_extratime\":-10,\"split_out_extratime\":-10,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[\"click\"],\"action\":[\"link\"],\"image_link\":[\"http:\\/\\/www.taranisco.co.za\\/registration\\/\"],\"link_open_in\":[\"_self\"],\"jump_to_slide\":[\"1\"],\"scrollunder_offset\":[\"\"],\"actioncallback\":[\"\"],\"layer_target\":[\"1\"],\"link_type\":[\"a\"],\"action_delay\":[\"\"],\"toggle_layer_type\":[\"visible\"],\"toggle_class\":[\"\"]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"ENGAGE TOP BUSINESS ADVISORS!  \",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":5,\"left\":{\"desktop\":15},\"top\":{\"desktop\":173},\"internal_class\":\"\",\"hover\":false,\"alias\":\"                                                                                           WITH TOP BUSINESS<span class=\\\"text-color-accent-3\\\"> ADVISORS & MENTORS<\\/span><br>IN ONE PLACE!<br> 6 AUGUST 2018\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"85px\"},\"max_width\":{\"desktop\":\"963px\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"normal\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":310,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":1099.44854736,\"endspeed\":310,\"endtime\":6299.44854736,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":872,\"height\":21,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"40px\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"600\"},\"color\":{\"desktop\":\"#ff0000\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":3,\"split_in_extratime\":-10,\"split_out_extratime\":-10,\"endWithSlide\":false,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"21 February 2019\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":6,\"left\":{\"desktop\":19},\"top\":{\"desktop\":124},\"internal_class\":\"\",\"hover\":false,\"alias\":\"6 AUGUST 2018\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":310,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":1099.6875,\"endspeed\":310,\"endtime\":6299.6875,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":294,\"height\":21,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"40px\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"600\"},\"color\":{\"desktop\":\"#0a0003\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":4,\"split_in_extratime\":-10,\"split_out_extratime\":-10,\"endWithSlide\":false,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','\"\"'),(3,1,4,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Clear\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&ref=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"normal\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"right top\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"kenburn_effect\":\"on\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"102\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"30\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"8000\",\"title\":\"Slide\",\"delay\":\"\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"http:\\/\\/www.taranisco.co.za\\/wp-content\\/\",\"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\"],\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/www.taranisco.co.za\\/wp-content\\/uploads\\/2016\\/10\\/human-475667_1920.jpg\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"image_id\":\"602\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"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\",\"0\":\"Clear\"}','[{\"static_styles\":{\"font-size\":{\"desktop\":\"\"},\"line-height\":{\"desktop\":\"\"},\"font-weight\":{\"desktop\":\"100\"},\"color\":{\"desktop\":\"\"}},\"deformation\":{\"background-color\":\"#ffffff\",\"background-transparency\":\"0.5\",\"border-color\":\"#000000\",\"border-opacity\":\"0.5\",\"border-transparency\":\"0.5\",\"border-width\":\"0\",\"border-style\":\"solid\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\",\"text-transform\":\"none\"},\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"zindex\":\"auto\"},\"text\":\" \",\"alias\":\"Shape\",\"type\":\"shape\",\"style\":\"\",\"internal_class\":\"tp-shape tp-shapewrapper\",\"autolinebreak\":false,\"max_width\":{\"desktop\":\"389px\"},\"max_height\":{\"desktop\":\"100px\"},\"cover_mode\":\"fullheight\",\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":0},\"top\":{\"desktop\":0},\"hover\":false,\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power0.easeOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":700,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":1000,\"endspeed\":300,\"endtime\":6300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":389,\"height\":410,\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"2d_rotation\":0,\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"static_start\":\"1\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":1,\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":1,\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"split_in_extratime\":-10,\"split_out_extratime\":-10},{\"text\":\"<span class=\\\"text-color-accent-1\\\">DO NOT MISS<br>\\nYOUR CHANCE! REGISTER NOW AND WATCH IT LIVE!<\\/span>,<br>\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":30},\"top\":{\"desktop\":1},\"internal_class\":\"\",\"hover\":false,\"alias\":\"THE MOST AWAITEDEVEN...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"h2\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"sfl\",\"easing\":\"Power4.easeOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"253px\"},\"max_width\":{\"desktop\":\"441px\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"normal\"},\"static_end\":\"last\",\"speed\":500,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":1000,\"endspeed\":300,\"endtime\":6300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":359,\"height\":300,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"40px\"},\"line-height\":{\"desktop\":\"50px\"},\"font-weight\":{\"desktop\":\"700\"},\"color\":{\"desktop\":\"#082a3e\"}},\"x_start\":\"-50px\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"text-transform\":\"none\"},\"2d_rotation\":0,\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\",\"zindex\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"static_start\":\"1\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"split_in_extratime\":-10,\"split_out_extratime\":-10,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"static_styles\":{\"color\":{\"desktop\":\"#082a3e\"},\"font-size\":{\"desktop\":\"22px\"},\"line-height\":{\"desktop\":\"22px\"},\"font-weight\":{\"desktop\":\"700\"}},\"inline\":{\"idle\":{\"outline\":\"none\",\"box-shadow\":\"none\",\"box-sizing\":\"border-box\",\"-moz-box-sizing\":\"border-box\",\"-webkit-box-sizing\":\"border-box\"},\"hover\":{}},\"deformation\":{\"padding\":[\"16px\",\"35px\",\"16px\",\"35px\"],\"font-family\":\"\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"color-transparency\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-color\":\"#082a3e\",\"border-transparency\":\"0.25\",\"border-opacity\":\"1\",\"border-width\":\"2px\",\"border-style\":\"solid\",\"icon-class\":\"\",\"text-decoration\":\"none\",\"font-style\":\"normal\",\"text-align\":\"left\",\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"text-transform\":\"none\",\"parallax\":\"-\"},\"deformation-hover\":{\"background-color\":\"#FFFFFF\",\"background-transparency\":\"0\",\"color\":\"#082a3e\",\"color-transparency\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-color\":\"#082a3e\",\"border-transparency\":\"1\",\"border-opacity\":\"1\",\"border-width\":\"2px\",\"border-style\":\"solid\",\"icon-class\":\"\",\"css_cursor\":\"pointer\",\"text-decoration\":\"none\",\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"200\",\"easing\":\"Power0.easeInOut\",\"zindex\":\"auto\"},\"text\":\"REGISTRATION\",\"type\":\"button\",\"subtype\":\"roundbutton\",\"specialsettings\":{},\"alias\":\"Button\",\"style\":\"\",\"internal_class\":\"rev-btn\",\"resize-full\":true,\"resizeme\":true,\"max_width\":{\"desktop\":\"auto\"},\"max_height\":{\"desktop\":\"auto\"},\"autolinebreak\":false,\"hover\":true,\"unique_id\":4,\"left\":{\"desktop\":30},\"top\":{\"desktop\":30},\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"sfl\",\"easing\":\"Power4.easeOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":500,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"bottom\"},\"hiddenunder\":false,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":1100,\"endspeed\":300,\"endtime\":6300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":-1,\"height\":-1,\"cover_mode\":\"custom\",\"x_start\":\"-50px\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"x_origin_start\":\"50\",\"y_origin_start\":\"50\",\"x_origin_end\":\"50\",\"y_origin_end\":\"50\",\"2d_rotation\":0,\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"endWithSlide\":true,\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"static_start\":\"1\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"split_in_extratime\":-10,\"split_out_extratime\":-10,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[\"click\"],\"action\":[\"link\"],\"image_link\":[\"http:\\/\\/www.taranisco.co.za\\/registration\\/\"],\"link_open_in\":[\"_self\"],\"jump_to_slide\":[\"1\"],\"scrollunder_offset\":[\"\"],\"actioncallback\":[\"\"],\"layer_target\":[\"1\"],\"link_type\":[\"a\"],\"action_delay\":[\"\"],\"toggle_layer_type\":[\"visible\"],\"toggle_class\":[\"\"]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"}]','\"\"'),(5,1,1,'{\"background_type\":\"trans\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"0\":\"Clear\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"\",\"title\":\"Slide\",\"delay\":\"\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"200\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"ph-round-arrows-bg-color-custom-slide\":\"off\",\"ph-round-arrows-bg-color-custom\":\"0,0,0,0.5\",\"ph-round-arrows-bg-size-custom-slide\":\"off\",\"ph-round-arrows-bg-size-custom\":\"40\",\"ph-round-arrows-arrow-color-color-slide\":\"off\",\"ph-round-arrows-arrow-color-color\":\"#ffffff\",\"ph-round-arrows-arrow-size-custom-slide\":\"off\",\"ph-round-arrows-arrow-size-custom\":\"20\",\"ph-round-arrows-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-arrows-hover-bg-color-color-rgba\":\"#000000\",\"ph-round-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"ph-round-bullets-bullet-bg-top-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-bg-bottom-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-border-color-color-slide\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-border-size-custom-slide\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-hover-bullet-bg-color-slide\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"0,0,0,0\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"\",\"0\":\"Clear\"}','[{\"static_styles\":{\"color\":{\"desktop\":\"#ffffff\"},\"font-size\":{\"desktop\":\"17px\"},\"line-height\":{\"desktop\":\"17px\"},\"font-weight\":{\"desktop\":\"500\"}},\"inline\":{\"idle\":{\"outline\":\"none\",\"box-shadow\":\"none\",\"box-sizing\":\"border-box\",\"-moz-box-sizing\":\"border-box\",\"-webkit-box-sizing\":\"border-box\"},\"hover\":{}},\"deformation\":{\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"font-family\":\"Roboto\",\"background-color\":\"#000000\",\"background-transparency\":\"0.75\",\"color-transparency\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-opacity\":\"1\",\"border-width\":\"0\",\"border-style\":\"solid\",\"icon-class\":\"\",\"text-decoration\":\"none\",\"font-style\":\"normal\",\"text-align\":\"left\",\"text-transform\":\"none\",\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"deformation-hover\":{\"background-color\":\"#FFFFFF\",\"background-transparency\":\"1\",\"color\":\"#000000\",\"color-transparency\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-opacity\":\"1\",\"border-width\":\"0\",\"border-style\":\"solid\",\"icon-class\":\"\",\"css_cursor\":\"pointer\",\"text-decoration\":\"none\",\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\"},\"text\":\"More Information\",\"type\":\"button\",\"subtype\":\"roundbutton\",\"specialsettings\":{},\"alias\":\"Button\",\"style\":\"\",\"internal_class\":\"rev-btn\",\"resize-full\":false,\"resizeme\":true,\"max_width\":{\"desktop\":\"auto\"},\"max_height\":{\"desktop\":\"auto\"},\"autolinebreak\":false,\"hover\":true,\"unique_id\":3,\"left\":{\"desktop\":8},\"top\":{\"desktop\":342},\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":6300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":148,\"height\":41,\"cover_mode\":\"custom\",\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"split_in_extratime\":-10,\"split_out_extratime\":-10,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[\"click\"],\"action\":[\"link\"],\"image_link\":[\"http:\\/\\/www.taranisco.co.za\\/budget-breakfast\\/\"],\"link_open_in\":[\"_self\"],\"jump_to_slide\":[\"1\"],\"scrollunder_offset\":[\"\"],\"actioncallback\":[\"\"],\"layer_target\":[\"backgroundvideo\"],\"link_type\":[\"a\"],\"action_delay\":[\"\"],\"toggle_layer_type\":[\"visible\"],\"toggle_class\":[\"\"]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"style\":\"\",\"text\":\"Image 3\",\"type\":\"image\",\"image_url\":\"http:\\/\\/www.taranisco.co.za\\/wp-content\\/uploads\\/2017\\/04\\/SmallBusinessLive2.png\",\"scaleX\":{\"desktop\":\"387px\"},\"scaleY\":{\"desktop\":\"261px\"},\"originalWidth\":1172,\"originalHeight\":638,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":4,\"left\":{\"desktop\":396},\"top\":{\"desktop\":128},\"internal_class\":\"\",\"hover\":false,\"alias\":\"image 3\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":300,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":6300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":387,\"height\":261,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"split_in_extratime\":-10,\"split_out_extratime\":-10,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\"Small Business Live Breakfast\\n\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":5,\"left\":{\"desktop\":260},\"top\":{\"desktop\":22},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Small Business Live ...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"37px\"},\"max_width\":{\"desktop\":\"657px\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"normal\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":310,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":498.712768555,\"endspeed\":310,\"endtime\":6298.71276855,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":656,\"height\":36,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"40px\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"600\"},\"color\":{\"desktop\":\"#0009b7\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"split_in_extratime\":-10,\"split_out_extratime\":-10,\"endWithSlide\":false,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"Launch of the Startup & Grow Project for Local Municipalities\\n\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":6,\"left\":{\"desktop\":105},\"top\":{\"desktop\":75},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Celebrating the UN\'s...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":310,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":499.6875,\"endspeed\":310,\"endtime\":6299.6875,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":883,\"height\":22,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"30px\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"600\"},\"color\":{\"desktop\":\"#f4001c\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":3,\"split_in_extratime\":-10,\"split_out_extratime\":-10,\"endWithSlide\":false,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"21 February 2019:: 07h30-10h30\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":7,\"left\":{\"desktop\":353},\"top\":{\"desktop\":132},\"internal_class\":\"\",\"hover\":false,\"alias\":\"27 June 2018: 07h30-...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_start\":\"1\",\"static_end\":\"last\",\"speed\":310,\"align_hor\":{\"desktop\":\"left\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":499.375,\"endspeed\":310,\"endtime\":6299.375,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":458,\"height\":22,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"30px\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"600\"},\"color\":{\"desktop\":\"#5000f2\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":4,\"split_in_extratime\":-10,\"split_out_extratime\":-10,\"endWithSlide\":false,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"}]','\"\"');
/*!40000 ALTER TABLE `wpap_revslider_slides` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpap_revslider_static_slides`
--

DROP TABLE IF EXISTS `wpap_revslider_static_slides`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpap_revslider_static_slides` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `slider_id` int(9) NOT NULL,
  `params` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `layers` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `settings` text COLLATE utf8mb4_unicode_ci NOT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpap_revslider_static_slides`
--

LOCK TABLES `wpap_revslider_static_slides` WRITE;
/*!40000 ALTER TABLE `wpap_revslider_static_slides` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpap_revslider_static_slides` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpap_term_relationships`
--

DROP TABLE IF EXISTS `wpap_term_relationships`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpap_term_relationships` (
  `object_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `term_order` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpap_term_relationships`
--

LOCK TABLES `wpap_term_relationships` WRITE;
/*!40000 ALTER TABLE `wpap_term_relationships` DISABLE KEYS */;
INSERT INTO `wpap_term_relationships` VALUES (1,1,0),(506,16,0),(507,16,0),(103,14,0),(103,15,0),(112,13,0),(508,17,0),(509,17,0),(510,17,0),(511,17,0),(512,17,0),(113,13,0),(113,15,0),(114,14,0),(116,14,0),(116,15,0),(117,13,0),(118,14,0),(118,15,0),(614,18,0),(142,12,0),(190,8,0),(190,2,0),(190,9,0),(208,8,0),(193,3,0),(193,10,0),(193,2,0),(195,7,0),(195,8,0),(195,10,0),(195,2,0),(197,4,0),(197,5,0),(197,10,0),(197,2,0),(200,7,0),(200,11,0),(200,2,0),(202,6,0),(202,11,0),(202,2,0),(206,4,0),(206,10,0),(206,2,0),(208,2,0),(515,17,0),(516,17,0),(517,17,0),(518,17,0),(519,17,0),(520,17,0),(521,17,0),(522,17,0),(523,17,0),(524,17,0),(525,17,0),(526,17,0),(527,17,0),(528,17,0),(529,17,0),(530,17,0),(531,17,0),(746,18,0),(594,18,0),(593,18,0),(591,18,0),(592,18,0),(617,18,0),(621,18,0),(728,18,0),(755,18,0);
/*!40000 ALTER TABLE `wpap_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpap_term_taxonomy`
--

DROP TABLE IF EXISTS `wpap_term_taxonomy`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpap_term_taxonomy` (
  `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `taxonomy` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `description` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `count` bigint(20) NOT NULL DEFAULT '0',
  PRIMARY KEY (`term_taxonomy_id`),
  UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  KEY `taxonomy` (`taxonomy`)
) ENGINE=MyISAM AUTO_INCREMENT=19 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpap_term_taxonomy`
--

LOCK TABLES `wpap_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `wpap_term_taxonomy` DISABLE KEYS */;
INSERT INTO `wpap_term_taxonomy` VALUES (1,1,'category','',0,1),(2,2,'category','',0,8),(3,3,'post_tag','',0,1),(4,4,'post_tag','',0,2),(5,5,'post_tag','',0,1),(6,6,'post_tag','',0,1),(7,7,'post_tag','',0,2),(8,8,'post_tag','',0,3),(9,9,'post_tag','',0,1),(10,10,'post_tag','',0,4),(11,11,'post_tag','',0,2),(12,12,'testimonials-type','',0,1),(13,13,'om-persons-type','',0,3),(14,14,'om-persons-type','',0,4),(15,15,'om-persons-type','',0,4),(16,16,'nav_menu','',0,2),(17,17,'nav_menu','',0,22),(18,18,'nav_menu','',0,10);
/*!40000 ALTER TABLE `wpap_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpap_termmeta`
--

DROP TABLE IF EXISTS `wpap_termmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpap_termmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`meta_id`),
  KEY `term_id` (`term_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpap_termmeta`
--

LOCK TABLES `wpap_termmeta` WRITE;
/*!40000 ALTER TABLE `wpap_termmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wpap_termmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpap_terms`
--

DROP TABLE IF EXISTS `wpap_terms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpap_terms` (
  `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `slug` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`term_id`),
  KEY `slug` (`slug`(191)),
  KEY `name` (`name`(191))
) ENGINE=MyISAM AUTO_INCREMENT=19 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpap_terms`
--

LOCK TABLES `wpap_terms` WRITE;
/*!40000 ALTER TABLE `wpap_terms` DISABLE KEYS */;
INSERT INTO `wpap_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'News','news',0),(3,'attendance','attendance',0),(4,'hotel','hotel',0),(5,'map','map',0),(6,'Matthew Thomas','matthew-thomas',0),(7,'new','new',0),(8,'preparations','preparations',0),(9,'proposals','proposals',0),(10,'registration','registration',0),(11,'special','special',0),(12,'Group 1','group-1',0),(13,'Group-3','group-3',0),(14,'Group-4','group-4',0),(15,'Major','major',0),(16,'Downloads','downloads',0),(17,'Primary menu','primary-menu',0),(18,'Main Menu','main-menu',0);
/*!40000 ALTER TABLE `wpap_terms` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpap_usermeta`
--

DROP TABLE IF EXISTS `wpap_usermeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpap_usermeta` (
  `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`umeta_id`),
  KEY `user_id` (`user_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM AUTO_INCREMENT=33 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpap_usermeta`
--

LOCK TABLES `wpap_usermeta` WRITE;
/*!40000 ALTER TABLE `wpap_usermeta` DISABLE KEYS */;
INSERT INTO `wpap_usermeta` VALUES (1,1,'nickname','taranisco'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'comment_shortcuts','false'),(7,1,'admin_color','fresh'),(8,1,'use_ssl','0'),(9,1,'show_admin_bar_front','true'),(10,1,'wpap_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(11,1,'wpap_user_level','10'),(12,1,'dismissed_wp_pointers','vc_pointers_backend_editor'),(13,1,'show_welcome_panel','1'),(31,1,'session_tokens','a:2:{s:64:\"1d3b07367b0598fd10c90acc3e5d4638ae76211feef8e3f4974445b4c0976b35\";a:4:{s:10:\"expiration\";i:1559570595;s:2:\"ip\";s:14:\"105.226.28.112\";s:2:\"ua\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.1 Safari/605.1.15\";s:5:\"login\";i:1559397795;}s:64:\"8b6c087e51bc8e686e4c3b3a39f2de9e3bf5b38d1061adf9f80b4364d0bcee63\";a:4:{s:10:\"expiration\";i:1559570596;s:2:\"ip\";s:14:\"105.226.28.112\";s:2:\"ua\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.1 Safari/605.1.15\";s:5:\"login\";i:1559397796;}}'),(15,1,'wpap_dashboard_quick_press_last_post_id','850'),(16,1,'wpap_user-settings','edit_element_vcUIPanelWidth=1012&edit_element_vcUIPanelLeft=7px&edit_element_vcUIPanelTop=26px&editor=tinymce&libraryContent=browse&post_settings_vcUIPanelWidth=650&post_settings_vcUIPanelLeft=258px&post_settings_vcUIPanelTop=78px'),(17,1,'wpap_user-settings-time','1542279256'),(18,1,'nav_menu_recently_edited','18'),(19,1,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(20,1,'metaboxhidden_nav-menus','a:10:{i:0;s:23:\"add-post-type-tc_events\";i:1;s:25:\"add-post-type-tc_api_keys\";i:2;s:26:\"add-post-type-tc_templates\";i:3;s:24:\"add-post-type-om-persons\";i:4;s:26:\"add-post-type-testimonials\";i:5;s:12:\"add-post_tag\";i:6;s:15:\"add-post_format\";i:7;s:18:\"add-event_category\";i:8;s:19:\"add-om-persons-type\";i:9;s:21:\"add-testimonials-type\";}'),(26,1,'closedpostboxes_tc_tickets','a:0:{}'),(27,1,'metaboxhidden_tc_tickets','a:1:{i:0;s:7:\"slugdiv\";}'),(32,1,'community-events-location','a:1:{s:2:\"ip\";s:12:\"105.226.28.0\";}');
/*!40000 ALTER TABLE `wpap_usermeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wpap_users`
--

DROP TABLE IF EXISTS `wpap_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wpap_users` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_login` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_pass` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_nicename` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_url` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT '0',
  `display_name` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`ID`),
  KEY `user_login_key` (`user_login`),
  KEY `user_nicename` (`user_nicename`),
  KEY `user_email` (`user_email`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wpap_users`
--

LOCK TABLES `wpap_users` WRITE;
/*!40000 ALTER TABLE `wpap_users` DISABLE KEYS */;
INSERT INTO `wpap_users` VALUES (1,'taranisco','$P$Bae1BHXjq3FWiLPv8Sf7hXxTUc0dct.','taranisco','gerrit@taranisco.co.za','','2016-10-08 08:33:14','',0,'taranisco');
/*!40000 ALTER TABLE `wpap_users` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

-- Dump completed on 2020-04-11 15:04:01
